Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
unittests
/
ASTMatchers
/
ASTMatchersNarrowingTest.cpp
2cd40c0
[clang] Add AST matcher for initializer list members
by Hyrum Wright
路 7 years ago
3897b2d
[clang] Add AST matcher for block expressions 馃攳
by Stephane Moore
路 7 years ago
a6144db
Revert rL347462 "[ASTMatchers] Add hasSideEffect() matcher."
by Clement Courbet
路 7 years ago
c022c51
[ASTMatchers] Add hasSideEffect() matcher.
by Clement Courbet
路 7 years ago
31f48c5
Add the isStaticLocal() AST matcher for matching on local static variables.
by Aaron Ballman
路 7 years ago
e0248ae
[ASTMatchers] Let isArrow also support UnresolvedMemberExpr, CXXDependentScopeMemberExpr
by Shuai Wang
路 7 years ago
2253878
[ASTMatchers] add three matchers for dependent expressions
by Jonas Toth
路 7 years ago
92f9d1b
[ASTMatchers] Let hasObjectExpression also support UnresolvedMemberExpr, CXXDependentScopeMemberExpr
by Shuai Wang
路 7 years ago
079275b
[ASTMatchers] Introduce a matcher for `ObjCIvarExpr`, support getting it's declaration.
by George Karpenkov
路 7 years ago
fc3d72e
[ASTMatchers] Add an isMain() matcher
by George Karpenkov
路 7 years ago
3cd0aa3
[ASTMatchers] Overload isConstexpr for ifStmts
by Gabor Horvath
路 7 years ago
fff11db
[ASTMatchers] Add isAssignmentOperator matcher
by Peter Szecsi
路 8 years ago
500e126
[ASTMatchers] isTemplateInstantiation: also match explicit instantiation declaration.
by Eric Liu
路 8 years ago
239d25a
Add hasTrailingReturn AST matcher
by Julie Hockett
路 8 years ago
9c3be3a
[ASTMatcher] Add isScoped matcher for enumDecl.
by Haojian Wu
路 8 years ago
6c3871b
[ASTMatchers] Add isNoReturn() match narrower for FunctionDeclarations
by Roman Lebedev
路 8 years ago
813e36c
Add the hasDefinition() AST matcher to match class declarations that also have a definition.
by Aaron Ballman
路 8 years ago
da488a6
[ASTMatchers] Matchers for new[] operators
by Adam Balogh
路 8 years ago
5f8980a
Add an AST matcher for hasDefaultArgument() to match on parameter declarations that have a default value.
by Aaron Ballman
路 8 years ago
be39868
Make isDefinition matcher support ObjCMethodDecl
by Dave Lee
路 8 years ago
96cd671
PR19668, PR23034: Fix handling of move constructors and deleted copy
by Richard Smith
路 8 years ago
0c9f193
Revert "PR19668, PR23034: Fix handling of move constructors and deleted copy constructors when deciding whether classes should be passed indirectly."
by Diana Picus
路 8 years ago
f1a425e
PR19668, PR23034: Fix handling of move constructors and deleted copy
by Richard Smith
路 8 years ago
4ca3d18
[ASTMatchers] Add hasInClassInitializer traversal matcher for FieldDecl.
by Malcolm Parsons
路 9 years ago
398a8ea
[ASTMatcher] Clarify isStaticStorageClass and hasStaticStorageDuration documents.
by Haojian Wu
路 9 years ago
b3d2546
[ASTMatcher] Add isStaticStorageClass matcher for varDecl and functionDecl.
by Haojian Wu
路 9 years ago
a086b9f
Add an AST matcher for external formal linkage.
by Aaron Ballman
路 9 years ago
87e6d99
Make isExternC work on VarDecls too.
by Benjamin Kramer
路 9 years ago
4251759
[ASTMatchers] isSignedInteger() and isUnsignedInteger()
by Clement Courbet
路 9 years ago
5c57434
Add AST matchers for handling bit-fields and narrowing based on their width.
by Aaron Ballman
路 9 years ago
49385c7
[ASTMatchers] Add isLambda() matcher.
by Samuel Benzaquen
路 9 years ago
230ad97
Make isNoThrow and hasDynamicExceptionSpec polymorphic so they can be used with both functionDecl and functionPrototype matchers.
by Aaron Ballman
路 9 years ago
c6e0502
Dividied ASTMatcherTests into 4 files
by Piotr Padlewski
路 9 years ago