[PATCH] D90763: Traverse-ignore explicit template instantiations
Stephen Kelly via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 4 07:07:39 PST 2020
steveire created this revision.
steveire added a reviewer: aaron.ballman.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
steveire requested review of this revision.
Continue to dump and match on explicit template specializations, but
omit explicit instantiation declarations and definitions.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D90763
Files:
clang/include/clang/AST/ASTNodeTraverser.h
clang/include/clang/ASTMatchers/ASTMatchersInternal.h
clang/lib/ASTMatchers/ASTMatchFinder.cpp
clang/lib/ASTMatchers/ASTMatchersInternal.cpp
clang/unittests/AST/ASTTraverserTest.cpp
clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90763.302836.patch
Type: text/x-patch
Size: 13212 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201104/c8598157/attachment-0001.bin>
More information about the cfe-commits
mailing list