]> granicus.if.org Git - clang/commit
Revert "Revert "PPCallbacks::MacroUndefined, change signature and add test.""
authorVedant Kumar <vsk@apple.com>
Wed, 26 Apr 2017 21:05:44 +0000 (21:05 +0000)
committerVedant Kumar <vsk@apple.com>
Wed, 26 Apr 2017 21:05:44 +0000 (21:05 +0000)
commite05b249e25bdf5805fa53e9a4f20c06a02823b51
treed3853ee0a8699e36d84519a284604eea4907892c
parentf7f7dde1a34a4edcf035b6f63c0783f0050a49d4
Revert "Revert "PPCallbacks::MacroUndefined, change signature and add test.""

This reverts commit r301469. It isn't needed with r301470, which fixes
the API break introduced in the original commit.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@301472 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
tools/libclang/Indexing.cpp
unittests/Basic/SourceManagerTest.cpp