]> granicus.if.org Git - clang/commit
Copy diagnostic pragmas to the preprocessed output, from Richard Osborne!
authorDouglas Gregor <dgregor@apple.com>
Wed, 22 Jun 2011 19:41:48 +0000 (19:41 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 22 Jun 2011 19:41:48 +0000 (19:41 +0000)
commitc09ce1224dedc470fce9747e5936ff83cc6762eb
tree29ccc7c9ec50bafd116d4ac435fbebbe33ab8477
parentb27c7a199baaf691c724951a1bf3e6df9dcf5b6d
Copy diagnostic pragmas to the preprocessed output, from Richard Osborne!

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