[Preprocessor] Enhance Ifdef/Ifndef/Defined preprocessor callbacks to also pass
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 8 Dec 2012 02:21:11 +0000 (02:21 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 8 Dec 2012 02:21:11 +0000 (02:21 +0000)
commit222a7bbf0ded69b369d05dbeeceef0d86cbb0f37
tree73f1dc8cb777595293075037865d46523d759c9b
parent189aba9305ee27c376b2474a3379416569a6b350
[Preprocessor] Enhance Ifdef/Ifndef/Defined preprocessor callbacks to also pass
a MacroInfo object if the identifier was a macro name.

llvm-svn: 169665
clang/include/clang/Lex/PPCallbacks.h
clang/include/clang/Lex/PPConditionalDirectiveRecord.h
clang/lib/Lex/PPConditionalDirectiveRecord.cpp
clang/lib/Lex/PPDirectives.cpp
clang/lib/Lex/PPExpressions.cpp