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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ASTMatchers] HasNameMatcher handles `extern "C"`
Nathan James
2020-02-27
1
-0
/
+15
*
[clang] Remove raw string literals in macros
Oliver Stannard
2020-01-13
1
-19
/
+13
*
Revert "[ASTMatchers] extract public matchers from const-analysis into own pa...
Jonas Toth
2020-01-11
1
-166
/
+0
*
[ASTMatchers] extract public matchers from const-analysis into own patch
Jonas Toth
2020-01-11
1
-0
/
+166
*
Implement new AST matcher hasAnyCapture to match on LambdaExpr captures.
Reid
2020-01-10
1
-0
/
+20
*
[ASTMatchers] Make test more clear about what it is verifying
Stephen Kelly
2020-01-10
1
-2
/
+5
*
Add a new AST matcher 'optionally'.
Rihan Yang
2020-01-08
1
-0
/
+21
*
Clang-format previous commit
Stephen Kelly
2020-01-05
1
-3
/
+1
*
Add missing test
Stephen Kelly
2020-01-05
1
-0
/
+12
*
Allow using traverse() with bindings
Stephen Kelly
2020-01-05
1
-0
/
+22
*
[ParserTest] Move raw string literal out of macro
David Green
2020-01-05
1
-3
/
+3
*
Handle init statements in readability-else-after-return
Nathan James
2020-01-02
1
-0
/
+29
*
Implement additional traverse() overloads
Stephen Kelly
2019-12-31
1
-0
/
+86
*
Match code following lambdas when ignoring invisible nodes
Stephen Kelly
2019-12-31
1
-0
/
+6
*
Allow newlines in AST Matchers in clang-query files
Stephen Kelly
2019-12-27
1
-23
/
+142
*
Revert "Allow newlines in AST Matchers in clang-query files" + 1
Evgenii Stepanov
2019-12-26
1
-142
/
+23
*
Allow newlines in AST Matchers in clang-query files
Stephen Kelly
2019-12-26
1
-23
/
+142
*
Revert "Allow newlines in AST Matchers in clang-query files"
Stephen Kelly
2019-12-26
1
-142
/
+23
*
Allow newlines in AST Matchers in clang-query files
Stephen Kelly
2019-12-26
1
-23
/
+142
*
Customize simplified dumping and matching of LambdaExpr
Stephen Kelly
2019-12-21
1
-0
/
+28
*
Revert "Customize simplified dumping and matching of LambdaExpr"
Stephen Kelly
2019-12-20
1
-28
/
+0
*
Customize simplified dumping and matching of LambdaExpr
Stephen Kelly
2019-12-20
1
-0
/
+28
*
Add method to ignore invisible AST nodes
Stephen Kelly
2019-12-18
1
-0
/
+143
*
Add matchDynamic convenience functions
Stephen Kelly
2019-12-07
1
-0
/
+24
*
Make it possible control matcher traversal kind with ASTContext
Stephen Kelly
2019-12-06
1
-0
/
+85
*
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
5
-93
/
+93
*
[clang] Update isDerivedFrom to support Objective-C classes 🔍
Stephane Moore
2019-08-12
2
-1
/
+106
*
[clang][NFC] Move matcher ignoringElidableConstructorCall's tests to appropri...
Yitzhak Mandelbaum
2019-08-08
2
-85
/
+85
*
[clang] Update `ignoringElidableConstructorCall` matcher to ignore `ExprWithC...
Yitzhak Mandelbaum
2019-08-08
1
-0
/
+17
*
[clang] Remove IsDerivedFromDeathTest.DiesOnEmptyBaseName test.
Anton Bikineev
2019-07-25
1
-7
/
+0
*
[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
*
cmake: Add CLANG_LINK_CLANG_DYLIB option
Tom Stellard
2019-07-03
2
-2
/
+2
*
[clang] Adapt ASTMatcher to explicit(bool) specifier
Gauthier Harnisch
2019-06-19
2
-0
/
+91
*
Added AST matcher for ignoring elidable constructors
Dmitri Gribenko
2019-06-13
2
-9
/
+145
*
Move TraversalKind enum to ast_type_traits
Stephen Kelly
2019-05-16
1
-1
/
+1
*
Added an AST matcher for declarations that are in the `std` namespace
Dmitri Gribenko
2019-05-03
1
-0
/
+51
*
[ASTMatchers] Introduce Objective-C matchers `isClassMessage`, `isClassMethod...
Ben Hamilton
2019-04-22
1
-0
/
+54
*
[clang][OpenMP] Fix another test when using libgomp.
Jordan Rupprecht
2019-03-21
1
-2
/
+2
*
[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
2
-0
/
+206
*
[ASTMatchers][OpenMP] Add base ompExecutableDirective() matcher.
Roman Lebedev
2019-03-21
2
-0
/
+36
*
[ASTImporter] Add support for importing ChooseExpr AST nodes.
Tom Roeder
2019-02-26
1
-0
/
+5
*
Revert r354832 "[ASTImporter] Add support for importing ChooseExpr AST nodes."
Reid Kleckner
2019-02-26
1
-5
/
+0
*
[ASTImporter] Add support for importing ChooseExpr AST nodes.
Tom Roeder
2019-02-25
1
-0
/
+5
*
Move multiline raw string literal out of macro. NFC
David Green
2019-02-16
1
-18
/
+16
*
Exteded test of .
Yitzhak Mandelbaum
2019-02-15
1
-9
/
+13
*
Remove unnecessary expectation.
Yitzhak Mandelbaum
2019-02-15
1
-1
/
+0
*
Added test for matcher On.
Yitzhak Mandelbaum
2019-02-15
1
-12
/
+14
[next]