Revert "[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective"
authorJulie Hockett <juliehockett@google.com>
Wed, 9 May 2018 22:25:47 +0000 (22:25 +0000)
committerJulie Hockett <juliehockett@google.com>
Wed, 9 May 2018 22:25:47 +0000 (22:25 +0000)
commitb524d5e5537507f066f2fcdcb24b3be3c9a4c566
treefb6e77eebba31f79c6c6f234c902d2cb46024c7f
parent4a4384353221b845eccdb631a0f83c66a2544a3c
Revert "[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective"

This reverts commit r331904 because of a memory leak.

llvm-svn: 331932
13 files changed:
clang/include/clang/Lex/PPCallbacks.h
clang/include/clang/Lex/PreprocessingRecord.h
clang/lib/CodeGen/MacroPPCallbacks.cpp
clang/lib/CodeGen/MacroPPCallbacks.h
clang/lib/Frontend/DependencyFile.cpp
clang/lib/Frontend/DependencyGraph.cpp
clang/lib/Frontend/ModuleDependencyCollector.cpp
clang/lib/Frontend/PrintPreprocessedOutput.cpp
clang/lib/Frontend/Rewrite/InclusionRewriter.cpp
clang/lib/Lex/PPDirectives.cpp
clang/lib/Lex/PreprocessingRecord.cpp
clang/tools/libclang/Indexing.cpp
clang/unittests/Lex/PPCallbacksTest.cpp