]> granicus.if.org Git - clang/commit
[preprocessor] Use MacroDirective in the preprocessor callbacks to make available the
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sun, 24 Feb 2013 00:05:14 +0000 (00:05 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sun, 24 Feb 2013 00:05:14 +0000 (00:05 +0000)
commitc515978bd3a703aa733f846a0094ffa84d149074
tree575f1660e68d74b4268c6a1460f2fbb4245da518
parent82a29af8cbc4b117af83c5c5dfa875b5699c97c4
[preprocessor] Use MacroDirective in the preprocessor callbacks to make available the
full information about the macro (e.g if it was imported and where).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175978 91177308-0d34-0410-b5e6-96231b3b80d8
15 files changed:
include/clang/Lex/PPCallbacks.h
include/clang/Lex/PPConditionalDirectiveRecord.h
include/clang/Lex/PreprocessingRecord.h
include/clang/Lex/Preprocessor.h
lib/ARCMigrate/ARCMT.cpp
lib/Frontend/ASTUnit.cpp
lib/Frontend/PrintPreprocessedOutput.cpp
lib/Lex/PPConditionalDirectiveRecord.cpp
lib/Lex/PPDirectives.cpp
lib/Lex/PPExpressions.cpp
lib/Lex/PPMacroExpansion.cpp
lib/Lex/PreprocessingRecord.cpp
lib/Lex/Preprocessor.cpp
tools/libclang/Indexing.cpp
unittests/Basic/SourceManagerTest.cpp