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
/
lib
/
ASTMatchers
/
Dynamic
/
Registry.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[ASTMatchers] extract public matchers from const-analysis into own pa...
Jonas Toth
2020-01-11
1
-2
/
+0
*
[ASTMatchers] extract public matchers from const-analysis into own patch
Jonas Toth
2020-01-11
1
-0
/
+2
*
Implement new AST matcher hasAnyCapture to match on LambdaExpr captures.
Reid
2020-01-10
1
-0
/
+1
*
Add a new AST matcher 'optionally'.
Rihan Yang
2020-01-08
1
-0
/
+1
*
Fixing a formatting nit; NFC
Aaron Ballman
2020-01-08
1
-1
/
+2
*
Handle init statements in readability-else-after-return
Nathan James
2020-01-02
1
-0
/
+1
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
[clang] Add isDirectlyDerivedFrom AST matcher.
Anton Bikineev
2019-07-25
1
-0
/
+1
*
[clang] Adapt ASTMatcher to explicit(bool) specifier
Gauthier Harnisch
2019-06-19
1
-0
/
+2
*
Added AST matcher for ignoring elidable constructors
Dmitri Gribenko
2019-06-13
1
-0
/
+1
*
Added an AST matcher for declarations that are in the `std` namespace
Dmitri Gribenko
2019-05-03
1
-0
/
+1
*
[ASTMatchers] Introduce Objective-C matchers `isClassMessage`, `isClassMethod...
Ben Hamilton
2019-04-22
1
-0
/
+3
*
[ASTMatchers][OpenMP] OpenMP Structured-block-related matchers
Roman Lebedev
2019-03-21
1
-0
/
+3
*
[ASTTypeTraits][ASTMatchers][OpenMP] OMPClause handling
Roman Lebedev
2019-03-21
1
-0
/
+5
*
[ASTMatchers][OpenMP] Add base ompExecutableDirective() matcher.
Roman Lebedev
2019-03-21
1
-0
/
+1
*
[NFC][ASTMatchers] Alphabetically sort REGISTER_MATCHER() macros in RegistryM...
Roman Lebedev
2019-03-20
1
-16
/
+17
*
[ASTImporter] Add support for importing ChooseExpr AST nodes.
Tom Roeder
2019-02-26
1
-0
/
+1
*
Revert r354832 "[ASTImporter] Add support for importing ChooseExpr AST nodes."
Reid Kleckner
2019-02-26
1
-1
/
+0
*
[ASTImporter] Add support for importing ChooseExpr AST nodes.
Tom Roeder
2019-02-25
1
-0
/
+1
*
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
/
+1
*
[ASTImporter] Fix redecl chain of classes and class templates
Gabor Marton
2018-12-17
1
-0
/
+1
*
[clang] Add AST matcher for block expressions 🔍
Stephane Moore
2018-12-13
1
-0
/
+1
*
[AST] Store "UsesADL" information in CallExpr.
Eric Fiselier
2018-12-12
1
-0
/
+1
*
Revert rL347462 "[ASTMatchers] Add hasSideEffect() matcher."
Clement Courbet
2018-11-22
1
-1
/
+0
*
[ASTMatchers] Add hasSideEffect() matcher.
Clement Courbet
2018-11-22
1
-0
/
+1
*
[ASTMatchers] overload ignoringParens for Expr
Jonas Toth
2018-11-09
1
-1
/
+1
*
Compound literals, enums, et al require const expr
Bill Wendling
2018-11-09
1
-0
/
+1
*
Add the isStaticLocal() AST matcher for matching on local static variables.
Aaron Ballman
2018-10-29
1
-0
/
+1
*
[ASTMatcher] Add missing imaginaryLiteral
Stephen Kelly
2018-10-09
1
-0
/
+1
*
Add matchers missing from dynamic AST registry
Stephen Kelly
2018-10-03
1
-0
/
+7
*
Sort list of matchers
Stephen Kelly
2018-10-03
1
-14
/
+14
*
[ASTMatchers] add three matchers for dependent expressions
Jonas Toth
2018-09-11
1
-0
/
+3
*
[ASTMatchers] Add matchers unresolvedMemberExpr, cxxDependentScopeMemberExpr
Shuai Wang
2018-08-12
1
-0
/
+2
*
[ASTMatchers] Introduce a matcher for `ObjCIvarExpr`, support getting it's de...
George Karpenkov
2018-07-27
1
-0
/
+1
*
[ASTMatchers] Add an isMain() matcher
George Karpenkov
2018-07-23
1
-0
/
+1
*
[ASTMatchers] add matcher for decltypeType and its underlyingType
Jonas Toth
2018-07-23
1
-0
/
+1
*
[ASTMatchers] Introduce Objective-C matchers `hasReceiver` and `isInstanceMes...
George Karpenkov
2018-07-16
1
-0
/
+2
*
[ASTMatchers] A matcher for Objective-C @autoreleasepool
George Karpenkov
2018-07-06
1
-0
/
+1
*
[ASTMatchers] Introduce a blockDecl matcher for matching block declarations
George Karpenkov
2018-05-16
1
-0
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-2
/
+2
*
[ASTMatchers] Introduce a matcher for matching any given Objective-C selector
George Karpenkov
2018-03-29
1
-0
/
+1
*
[ASTMatchers] Add isAssignmentOperator matcher
Peter Szecsi
2018-03-27
1
-0
/
+1
*
Add hasTrailingReturn AST matcher
Julie Hockett
2018-01-22
1
-0
/
+1
*
[ASTMatcher] Add isScoped matcher for enumDecl.
Haojian Wu
2018-01-18
1
-0
/
+1
*
[ASTMatchers] Add isNoReturn() match narrower for FunctionDeclarations
Roman Lebedev
2018-01-17
1
-0
/
+1
*
Add the hasDefinition() AST matcher to match class declarations that also hav...
Aaron Ballman
2017-11-29
1
-0
/
+1
*
[ASTMatchers] Matchers for new[] operators
Adam Balogh
2017-11-23
1
-0
/
+2
*
Add an AST matcher for hasDefaultArgument() to match on parameter declaration...
Aaron Ballman
2017-11-21
1
-0
/
+1
*
Add ObjC exception statement AST matchers
Dave Lee
2017-11-11
1
-0
/
+4
[next]