[all-commits] [llvm/llvm-project] 3d6d2a: [include-cleaner] Handle incomplete template speci...
kadir çetinkaya via All-commits
all-commits at lists.llvm.org
Thu Apr 13 04:38:23 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3d6d2ae6f490f0698e3d4727ae44db34b30ea33e
https://github.com/llvm/llvm-project/commit/3d6d2ae6f490f0698e3d4727ae44db34b30ea33e
Author: Kadir Cetinkaya <kadircet at google.com>
Date: 2023-04-13 (Thu, 13 Apr 2023)
Changed paths:
M clang-tools-extra/include-cleaner/lib/WalkAST.cpp
M clang-tools-extra/include-cleaner/unittests/WalkASTTest.cpp
Log Message:
-----------
[include-cleaner] Handle incomplete template specializations
Instantiation pattern is null for incomplete template types and using
specializaiton decl results in not seeing re-declarations.
Differential Revision: https://reviews.llvm.org/D148158
More information about the All-commits
mailing list