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
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
*
Fix formatting in previous commits
Stephen Kelly
2019-12-29
1
-1
/
+2
*
Fix use of named values surrounded by newlines in clang-query
Stephen Kelly
2019-12-29
1
-7
/
+8
*
Fix handling of newlines in clang-query
Stephen Kelly
2019-12-29
1
-3
/
+1
*
Allow newlines in AST Matchers in clang-query files
Stephen Kelly
2019-12-27
1
-21
/
+55
*
Revert "Allow newlines in AST Matchers in clang-query files" + 1
Evgenii Stepanov
2019-12-26
1
-55
/
+21
*
Fix -Wunused-lambda-capture warnings.
Eric Christopher
2019-12-26
1
-1
/
+1
*
Allow newlines in AST Matchers in clang-query files
Stephen Kelly
2019-12-26
1
-21
/
+55
*
Revert "Allow newlines in AST Matchers in clang-query files"
Stephen Kelly
2019-12-26
1
-55
/
+21
*
Allow newlines in AST Matchers in clang-query files
Stephen Kelly
2019-12-26
1
-21
/
+55
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
2
-8
/
+8
*
[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
2
-0
/
+28
*
[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
5
-20
/
+15
*
[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
*
Allow comments with '#' in dynamic AST Matchers
Stephen Kelly
2018-10-03
1
-0
/
+4
*
Use the container form llvm::sort(C, ...)
Fangrui Song
2018-09-30
1
-5
/
+5
*
[ASTMatchers] add three matchers for dependent expressions
Jonas Toth
2018-09-11
1
-0
/
+3
*
Allow binding to NamedValue resulting from let expression
Stephen Kelly
2018-08-30
1
-2
/
+21
*
Extract parseBindID method
Stephen Kelly
2018-08-30
1
-31
/
+38
*
[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
[next]