[all-commits] [llvm/llvm-project] 7efe07: Traverse-ignore explicit template instantiations
Stephen Kelly via All-commits
all-commits at lists.llvm.org
Fri Nov 6 07:27:24 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7efe07a12b6967bc358678adf75dffd238a00250
https://github.com/llvm/llvm-project/commit/7efe07a12b6967bc358678adf75dffd238a00250
Author: Stephen Kelly <steveire at gmail.com>
Date: 2020-11-06 (Fri, 06 Nov 2020)
Changed paths:
M clang/include/clang/AST/ASTNodeTraverser.h
M clang/include/clang/ASTMatchers/ASTMatchersInternal.h
M clang/lib/ASTMatchers/ASTMatchFinder.cpp
M clang/lib/ASTMatchers/ASTMatchersInternal.cpp
M clang/unittests/AST/ASTTraverserTest.cpp
M clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
Log Message:
-----------
Traverse-ignore explicit template instantiations
Continue to dump and match on explicit template specializations, but
omit explicit instantiation declarations and definitions.
Differential Revision: https://reviews.llvm.org/D90763
More information about the All-commits
mailing list