hanchenye-llvm-project/clang/lib/Frontend/Rewrite
Julie Hockett 96fbe58b0f Reland '[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective'
This commit relands r331904.

Adding a SrcMgr::CharacteristicKind parameter to the InclusionDirective
in PPCallbacks, and updating calls to that function. This will be useful
in https://reviews.llvm.org/D43778 to determine which includes are
system
headers.

Differential Revision: https://reviews.llvm.org/D46614

llvm-svn: 332021
2018-05-10 19:05:36 +00:00
..
CMakeLists.txt Attempt to fix shared library build: RewriteFrontend depends on Serialization after r305116. 2017-06-09 22:02:33 +00:00
FixItRewriter.cpp Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
FrontendActions.cpp [CMake] Use #cmakedefine01 for CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) 2017-10-18 05:21:17 +00:00
HTMLPrint.cpp Clean up use of C allocation functions 2018-02-21 02:02:39 +00:00
InclusionRewriter.cpp Reland '[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective' 2018-05-10 19:05:36 +00:00
RewriteMacros.cpp
RewriteModernObjC.cpp Fix typos in clang 2018-04-06 15:14:32 +00:00
RewriteObjC.cpp Remove redundant casts. NFC 2018-03-01 05:43:23 +00:00
RewriteTest.cpp