Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
edee47891c00a8da91adb8cd910d138736422c9b
/
clang
/
unittests
/
ASTMatchers
/
ASTMatchersTest.cpp
edee478
AST Matchers tests: test that member() matches member allocation functions:
by Dmitri Gribenko
· 13 years ago
0696304
AST Matchers tests: test that member() matches member allocation functions.
by Dmitri Gribenko
· 13 years ago
d394c8a
AST Matchers: introduce functionTemplate(), classTemplate() and
by Dmitri Gribenko
· 13 years ago
d624bfb
Matchers related to DeclStmt for matching the count of declarations, a particular declaration within the statement, and single-Decl DeclStmts.
by Sam Panzer
· 13 years ago
80c1377
Matchers which correspond to CastExpr, IgnoreImpCasts, IgnoreParenCasts, and IgnoreParenImpCasts
by Sam Panzer
· 13 years ago
faaffe3
Add ASTMatcher for matching extern "C" function declarations.
by Daniel Jasper
· 13 years ago
8bd14aa
Add missing tests for class template specialization and template
by Daniel Jasper
· 13 years ago
3cb72b4
Fix for ASTMatchFinder to visit a functions parameter declarations.
by Daniel Jasper
· 13 years ago
e923569
Introduces the 'decl' matcher which was missing for a while
by Manuel Klimek
· 13 years ago
86f8bbc
Introduces a new concept for binding results to matchers
by Manuel Klimek
· 13 years ago
2b3c7d4
Make the isDerivedFrom matcher more generic.
by Daniel Jasper
· 13 years ago
84c763e
Fix spelling of anyOf matcher and add missing test.
by Daniel Jasper
· 13 years ago
4e566c4
This commit combines three patches to the ASTMatchers.
by Daniel Jasper
· 13 years ago
1dad183
Add more matchers and do cleanups.
by Daniel Jasper
· 13 years ago
60d7f5a
Disable death tests on platforms which don't support them.
by Benjamin Kramer
· 13 years ago
a9c86c9
Fixes the MSVC build.
by Manuel Klimek
· 13 years ago
04616e4
Adds the AST Matcher library, which provides a in-C++ DSL to express
by Manuel Klimek
· 13 years ago