[all-commits] [llvm/llvm-project] 4764ee: [include-cleaner] Use RAV instead of ASTMatchers i...
kadir çetinkaya via All-commits
all-commits at lists.llvm.org
Thu Dec 1 03:36:50 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4764ee6055c7ea1cd4818a2a5c496861c371660a
https://github.com/llvm/llvm-project/commit/4764ee6055c7ea1cd4818a2a5c496861c371660a
Author: Kadir Cetinkaya <kadircet at google.com>
Date: 2022-12-01 (Thu, 01 Dec 2022)
Changed paths:
M clang-tools-extra/include-cleaner/unittests/CMakeLists.txt
M clang-tools-extra/include-cleaner/unittests/LocateSymbolTest.cpp
Log Message:
-----------
[include-cleaner] Use RAV instead of ASTMatchers in LocateSymbolTest
ASTMatchers are pulling in lots of dependencies that we don't really
need for just finding a decl based on name. So use a simple RAV instead.
Differential Revision: https://reviews.llvm.org/D139093
More information about the All-commits
mailing list