llvm-project/clang/lib/ASTMatchers
Hyrum Wright 2cd40c0170 [clang] Add AST matcher for initializer list members
Summary:
Much like hasArg for various call expressions, this allows LibTooling users to
match against a member of an initializer list.

This is currently being used as part of the abseil-duration-scale clang-tidy
check.

Differential Revision: https://reviews.llvm.org/D56090

llvm-svn: 350523
2019-01-07 14:14:36 +00:00
..
Dynamic [clang] Add AST matcher for initializer list members 2019-01-07 14:14:36 +00:00
ASTMatchFinder.cpp Fix parens warning in assert in ASTMatchFinder 2018-11-15 21:35:35 +00:00
ASTMatchersInternal.cpp [ASTImporter] Fix redecl chain of classes and class templates 2018-12-17 12:42:12 +00:00
CMakeLists.txt