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

Balázs Benics via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 15 00:57:44 PST 2021


steakhal updated this revision to Diff 316861.
steakhal edited the summary of this revision.
steakhal set the repository for this revision to rG LLVM Github Monorepo.
steakhal added a comment.
Herald added a reviewer: shafik.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Update: resolve @balazske's comment D94673#2498165 <https://reviews.llvm.org/D94673#2498165>.

- remove `ASTImporter::FileIDImportHandler` etc.
- updates the revision's summary accordingly


Repository:
  rG LLVM Github Monorepo

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.316861.patch
Type: text/x-patch
Size: 12128 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210115/eb6cca69/attachment-0001.bin>


More information about the cfe-commits mailing list