[PATCH] D46614: [clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective

Julie Hockett via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 9 16:45:07 PDT 2018


juliehockett updated this revision to Diff 146032.
juliehockett added a comment.

Reverted because of memory leak in PPCallbacksTest, this fixes it.


https://reviews.llvm.org/D46614

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46614.146032.patch
Type: text/x-patch
Size: 20194 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180509/89cdd204/attachment.bin>


More information about the llvm-commits mailing list