[all-commits] [llvm/llvm-project] b1c7f8: [clang] Allow DynTypedNode to store a TemplateArgu...
Nathan Ridge via All-commits
all-commits at lists.llvm.org
Mon Aug 10 00:09:50 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b1c7f84643ffa63e72733b7089cea89723b82afc
https://github.com/llvm/llvm-project/commit/b1c7f84643ffa63e72733b7089cea89723b82afc
Author: Nathan Ridge <zeratul976 at hotmail.com>
Date: 2020-08-10 (Mon, 10 Aug 2020)
Changed paths:
M clang/docs/LibASTMatchersReference.html
M clang/include/clang/AST/ASTTypeTraits.h
M clang/include/clang/ASTMatchers/ASTMatchFinder.h
M clang/include/clang/ASTMatchers/ASTMatchers.h
M clang/include/clang/ASTMatchers/ASTMatchersInternal.h
M clang/lib/AST/ASTTypeTraits.cpp
M clang/lib/ASTMatchers/ASTMatchFinder.cpp
M clang/lib/ASTMatchers/ASTMatchersInternal.cpp
M clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
Log Message:
-----------
[clang] Allow DynTypedNode to store a TemplateArgumentLoc
The patch also adds a templateArgumentLoc() AST matcher.
Differential Revision: https://reviews.llvm.org/D85621
More information about the All-commits
mailing list