[all-commits] [llvm/llvm-project] 0ad494: NFC: Move TypeList implementation up the file
SilensAngelusNex via All-commits
all-commits at lists.llvm.org
Fri May 7 16:36:40 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0ad494838b8576de14144776490faa710fa2a099
https://github.com/llvm/llvm-project/commit/0ad494838b8576de14144776490faa710fa2a099
Author: Weston Carvalho <westoncarvalho at google.com>
Date: 2021-05-08 (Sat, 08 May 2021)
Changed paths:
M clang/include/clang/ASTMatchers/ASTMatchersInternal.h
Log Message:
-----------
NFC: Move TypeList implementation up the file
This will make it possible for more code to use it.
Commit: 1f65f42dd37ab6a950d3ec110e3efca0ace1b615
https://github.com/llvm/llvm-project/commit/1f65f42dd37ab6a950d3ec110e3efca0ace1b615
Author: Weston Carvalho <westoncarvalho at google.com>
Date: 2021-05-08 (Sat, 08 May 2021)
Changed paths:
M clang/docs/LibASTMatchersReference.html
M clang/include/clang/ASTMatchers/ASTMatchers.h
M clang/include/clang/ASTMatchers/ASTMatchersInternal.h
M clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
Log Message:
-----------
Make `hasTypeLoc` matcher support more node types.
Differential Revision: https://reviews.llvm.org/D101572
Compare: https://github.com/llvm/llvm-project/compare/6f7131002b6a...1f65f42dd37a
More information about the All-commits
mailing list