[PATCH] D94673: [analyzer][CTU] API for CTU macro expansions

Balázs Benics via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 11 08:06:04 PST 2021


steakhal updated this revision to Diff 323025.
steakhal added a comment.

Actually, somehow I messed up something previously. Now, the diff contains the latest version.
Sorry for the inconvenience!

Rebased on top of 2407eb08a5748bc2613e95fa449fc1cae6f4ff8f <https://reviews.llvm.org/rG2407eb08a5748bc2613e95fa449fc1cae6f4ff8f>.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94673/new/

https://reviews.llvm.org/D94673

Files:
  clang/include/clang/AST/ASTImporter.h
  clang/include/clang/CrossTU/CrossTranslationUnit.h
  clang/lib/AST/ASTImporter.cpp
  clang/lib/CrossTU/CrossTranslationUnit.cpp
  clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
  clang/test/Analysis/plist-macros-with-expansion-ctu.c
  clang/unittests/CrossTU/CrossTranslationUnitTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94673.323025.patch
Type: text/x-patch
Size: 12434 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210211/65f79817/attachment.bin>


More information about the cfe-commits mailing list