index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
unittests
/
ASTMatchers
/
ASTMatchersNarrowingTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ASTMatchers] HasNameMatcher handles `extern "C"`
Nathan James
2020-02-27
1
-0
/
+15
*
Add a new AST matcher 'optionally'.
Rihan Yang
2020-01-08
1
-0
/
+21
*
Handle init statements in readability-else-after-return
Nathan James
2020-01-02
1
-0
/
+29
*
Fix the nullPointerConstant() test to get bots back to green.
Aaron Ballman
2019-08-22
1
-1
/
+1
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-13
/
+13
*
[clang] Update isDerivedFrom to support Objective-C classes 🔍
Stephane Moore
2019-08-12
1
-0
/
+105
*
[clang][NFC] Move matcher ignoringElidableConstructorCall's tests to appropri...
Yitzhak Mandelbaum
2019-08-08
1
-85
/
+0
*
[clang] Update `ignoringElidableConstructorCall` matcher to ignore `ExprWithC...
Yitzhak Mandelbaum
2019-08-08
1
-0
/
+17
*
[clang] Fail for empty names in is*DerivedFrom matchers.
Anton Bikineev
2019-07-25
1
-0
/
+7
*
[clang] Add isDirectlyDerivedFrom AST matcher.
Anton Bikineev
2019-07-25
1
-0
/
+30
*
[clang] Adapt ASTMatcher to explicit(bool) specifier
Gauthier Harnisch
2019-06-19
1
-0
/
+41
*
Added AST matcher for ignoring elidable constructors
Dmitri Gribenko
2019-06-13
1
-4
/
+72
*
Added an AST matcher for declarations that are in the `std` namespace
Dmitri Gribenko
2019-05-03
1
-0
/
+51
*
[ASTMatchers][OpenMP] OpenMP Structured-block-related matchers
Roman Lebedev
2019-03-21
1
-0
/
+65
*
[ASTTypeTraits][ASTMatchers][OpenMP] OMPClause handling
Roman Lebedev
2019-03-21
1
-0
/
+168
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clang] Add AST matcher for initializer list members
Hyrum Wright
2019-01-07
1
-0
/
+12
*
[clang] Add AST matcher for block expressions 🔍
Stephane Moore
2018-12-13
1
-0
/
+4
*
Revert rL347462 "[ASTMatchers] Add hasSideEffect() matcher."
Clement Courbet
2018-11-22
1
-16
/
+0
*
[ASTMatchers] Add hasSideEffect() matcher.
Clement Courbet
2018-11-22
1
-0
/
+16
*
Add the isStaticLocal() AST matcher for matching on local static variables.
Aaron Ballman
2018-10-29
1
-0
/
+8
*
[ASTMatchers] Let isArrow also support UnresolvedMemberExpr, CXXDependentScop...
Shuai Wang
2018-09-17
1
-0
/
+13
*
[ASTMatchers] add three matchers for dependent expressions
Jonas Toth
2018-09-11
1
-0
/
+42
*
[ASTMatchers] Let hasObjectExpression also support UnresolvedMemberExpr, CXXD...
Shuai Wang
2018-08-23
1
-0
/
+20
*
[ASTMatchers] Introduce a matcher for `ObjCIvarExpr`, support getting it's de...
George Karpenkov
2018-07-27
1
-0
/
+10
*
[ASTMatchers] Add an isMain() matcher
George Karpenkov
2018-07-23
1
-0
/
+8
*
[ASTMatchers] Overload isConstexpr for ifStmts
Gabor Horvath
2018-05-08
1
-0
/
+4
*
[ASTMatchers] Add isAssignmentOperator matcher
Peter Szecsi
2018-03-27
1
-0
/
+15
*
[ASTMatchers] isTemplateInstantiation: also match explicit instantiation decl...
Eric Liu
2018-02-21
1
-0
/
+8
*
Add hasTrailingReturn AST matcher
Julie Hockett
2018-01-22
1
-0
/
+19
*
[ASTMatcher] Add isScoped matcher for enumDecl.
Haojian Wu
2018-01-18
1
-0
/
+5
*
[ASTMatchers] Add isNoReturn() match narrower for FunctionDeclarations
Roman Lebedev
2018-01-17
1
-0
/
+78
*
Add the hasDefinition() AST matcher to match class declarations that also hav...
Aaron Ballman
2017-11-29
1
-0
/
+21
*
[ASTMatchers] Matchers for new[] operators
Adam Balogh
2017-11-23
1
-0
/
+10
*
Add an AST matcher for hasDefaultArgument() to match on parameter declaration...
Aaron Ballman
2017-11-21
1
-0
/
+7
*
Make isDefinition matcher support ObjCMethodDecl
Dave Lee
2017-11-14
1
-0
/
+8
*
PR19668, PR23034: Fix handling of move constructors and deleted copy
Richard Smith
2017-08-16
1
-20
/
+29
*
Revert "PR19668, PR23034: Fix handling of move constructors and deleted copy ...
Diana Picus
2017-08-09
1
-29
/
+20
*
PR19668, PR23034: Fix handling of move constructors and deleted copy
Richard Smith
2017-08-08
1
-20
/
+29
*
[ASTMatchers] Add hasInClassInitializer traversal matcher for FieldDecl.
Malcolm Parsons
2016-12-24
1
-0
/
+10
*
[ASTMatcher] Clarify isStaticStorageClass and hasStaticStorageDuration docume...
Haojian Wu
2016-09-27
1
-1
/
+4
*
[ASTMatcher] Add isStaticStorageClass matcher for varDecl and functionDecl.
Haojian Wu
2016-09-26
1
-0
/
+8
*
Add an AST matcher for external formal linkage.
Aaron Ballman
2016-08-17
1
-0
/
+16
*
Make isExternC work on VarDecls too.
Benjamin Kramer
2016-08-04
1
-0
/
+6
*
[ASTMatchers] isSignedInteger() and isUnsignedInteger()
Clement Courbet
2016-07-12
1
-0
/
+12
*
Add AST matchers for handling bit-fields and narrowing based on their width.
Aaron Ballman
2016-07-06
1
-0
/
+8
*
[ASTMatchers] Add isLambda() matcher.
Samuel Benzaquen
2016-06-28
1
-0
/
+6
*
Make isNoThrow and hasDynamicExceptionSpec polymorphic so they can be used wi...
Aaron Ballman
2016-06-07
1
-0
/
+21
*
Dividied ASTMatcherTests into 4 files
Piotr Padlewski
2016-05-17
1
-0
/
+1888