[PATCH] D135859: [Includecleaner] Introduce RefType to ast walking

Kadir Cetinkaya via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 28 05:51:11 PDT 2022


kadircet updated this revision to Diff 471512.
kadircet added a comment.

- Fix typo in Ambiguous
- Rebase for Types.h, introduce SymbolReference
- Use comments rather than an optional parameter to indicate header-ness of main files in tests
- Rather than assuming Root is in main file, check that either root isn't in main file or main file is a header.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135859

Files:
  clang-tools-extra/include-cleaner/include/clang-include-cleaner/Analysis.h
  clang-tools-extra/include-cleaner/include/clang-include-cleaner/Types.h
  clang-tools-extra/include-cleaner/lib/Analysis.cpp
  clang-tools-extra/include-cleaner/lib/AnalysisInternal.h
  clang-tools-extra/include-cleaner/lib/HTMLReport.cpp
  clang-tools-extra/include-cleaner/lib/WalkAST.cpp
  clang-tools-extra/include-cleaner/unittests/AnalysisTest.cpp
  clang-tools-extra/include-cleaner/unittests/WalkASTTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135859.471512.patch
Type: text/x-patch
Size: 21296 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221028/22819291/attachment-0001.bin>


More information about the cfe-commits mailing list