llvm-project/clang-tools-extra/include-cleaner/unittests
Haojian Wu 1f5fdc22a2 [clang] Fix a UsingTemplate regression after 3e78fa8602
TemplateName::getAsTemplateDecl() returns the underlying TemplateDecl
for a UsingTemplate kind template name. We should respect that in the
Profile method otherwise we might desugar the template name unexpectedly
(e.g. for template argument deduction with deduciton guides).

Differential Revision: https://reviews.llvm.org/D146202
2023-03-16 12:59:26 +01:00
..
AnalysisTest.cpp [include-cleaner] Dont pass llvm::StringRef to gtest APIs 2023-02-23 10:04:03 +01:00
CMakeLists.txt
FindHeadersTest.cpp [include-cleaner] Better support ambiguous std symbols 2023-02-14 10:18:38 +01:00
LocateSymbolTest.cpp [IncludeCleaner][NFC] Dont rely on implicit conversion of StringRef 2023-03-14 09:20:30 +01:00
RecordTest.cpp
TypesTest.cpp
WalkASTTest.cpp [clang] Fix a UsingTemplate regression after 3e78fa8602 2023-03-16 12:59:26 +01:00