]> granicus.if.org Git - clang/commit
Add an API call to retrieve the spelling data of a token from its SourceLocation.
authorJohn McCall <rjmccall@apple.com>
Tue, 8 Mar 2011 04:06:57 +0000 (04:06 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 8 Mar 2011 04:06:57 +0000 (04:06 +0000)
commit30900dafbe972f4802c2663262b4393edab0d1cd
tree6459592b24d4cf2c25a643e194c1051ec03933a8
parentdb93fdee6c5a24e86ee5ed8c1d3b597e17d5893b
Add an API call to retrieve the spelling data of a token from its SourceLocation.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127216 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Lex/Preprocessor.h
lib/Lex/Preprocessor.cpp