]> granicus.if.org Git - clang/commit
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)
commite5a13a5389926ed4981c01686794e07738b997e0
tree3794632929e746dbfbc3d726eedf6273f0d4d265
parent9fac2a0400f16e7731fd9756897bbb3818679695
Revert "[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective"

This reverts commit r331904 because of a memory leak.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@331932 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
include/clang/Lex/PPCallbacks.h
include/clang/Lex/PreprocessingRecord.h
lib/CodeGen/MacroPPCallbacks.cpp
lib/CodeGen/MacroPPCallbacks.h
lib/Frontend/DependencyFile.cpp
lib/Frontend/DependencyGraph.cpp
lib/Frontend/ModuleDependencyCollector.cpp
lib/Frontend/PrintPreprocessedOutput.cpp
lib/Frontend/Rewrite/InclusionRewriter.cpp
lib/Lex/PPDirectives.cpp
lib/Lex/PreprocessingRecord.cpp
tools/libclang/Indexing.cpp
unittests/Lex/PPCallbacksTest.cpp