]> granicus.if.org Git - clang/commit
Revert the removal of PPCallbacks::PragmaComment() in r201821
authorReid Kleckner <reid@kleckner.net>
Thu, 20 Feb 2014 23:37:45 +0000 (23:37 +0000)
committerReid Kleckner <reid@kleckner.net>
Thu, 20 Feb 2014 23:37:45 +0000 (23:37 +0000)
commit484a61d841284596753ac84c71983aeb468cff2a
treeb226cf10b769b711b4f2f6f81a6add5781cdac5e
parentc1f8c88ff426b317deb83ff7c2af0a21bb640d53
Revert the removal of PPCallbacks::PragmaComment() in r201821

The pp-trace clang tool was using it successfully.  We can still delete
the callbacks in Frontend/PrintPreprocessedOutput.cpp because they were
effectively dead.

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