]> granicus.if.org Git - clang/commit
Push location through the MacroUndefined PPCallback and use it to print #undefs in...
authorBenjamin Kramer <benny.kra@googlemail.com>
Sat, 7 Aug 2010 22:27:00 +0000 (22:27 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sat, 7 Aug 2010 22:27:00 +0000 (22:27 +0000)
commit2f05449fa1c9015a84b74c3308b856fc704662be
tree37627fef879142411d2e3dce1da7e5d817afef22
parent443c21266f189ed48c32cadf72c463e9b992b3eb
Push location through the MacroUndefined PPCallback and use it to print #undefs in -dD mode. (PR7818)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110523 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Lex/PPCallbacks.h
include/clang/Lex/PreprocessingRecord.h
lib/Frontend/PrintPreprocessedOutput.cpp
lib/Lex/PPDirectives.cpp
lib/Lex/PreprocessingRecord.cpp
test/Preprocessor/dump-macros-undef.c [new file with mode: 0644]