llvm-project/clang-tools-extra/include-cleaner
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
..
include/clang-include-cleaner [clang-tools-extra] Use *{Set,Map}::contains (NFC) 2023-03-14 21:30:29 -07:00
lib [clang-tools-extra] Use *{Set,Map}::contains (NFC) 2023-03-14 21:30:29 -07:00
test [include-cleaner] Fix a crash on non-identifier-name symbols. 2023-03-06 13:18:43 +01:00
tool [include-cleaner] Fix an unintended early return when checking the 2023-02-27 10:09:40 +01:00
unittests [clang] Fix a UsingTemplate regression after 3e78fa8602 2023-03-16 12:59:26 +01:00
CMakeLists.txt
README.md