[PATCH] D138779: [include-cleaner] Filter out references that not spelled in the main file.
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 9 03:22:43 PST 2022
kadircet accepted this revision.
kadircet added a comment.
This revision is now accepted and ready to land.
thanks!
================
Comment at: clang-tools-extra/include-cleaner/unittests/AnalysisTest.cpp:292
+ R"cpp(
+ #define PLUS_ONE(X) X() + 1
+ int a = $expand^PLUS_ONE($spell^target);
----------------
nit: this and the following test case is pretty much the same. maybe drop this one?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138779/new/
https://reviews.llvm.org/D138779
More information about the cfe-commits
mailing list