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
/
ASTMatchersTraversalTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
*
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
*
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
*
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
*
Make it possible control matcher traversal kind with ASTContext
Stephen Kelly
2019-12-06
1
-0
/
+85
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-65
/
+65
*
[clang][NFC] Move matcher ignoringElidableConstructorCall's tests to appropri...
Yitzhak Mandelbaum
2019-08-08
1
-0
/
+85
*
[clang] Adapt ASTMatcher to explicit(bool) specifier
Gauthier Harnisch
2019-06-19
1
-0
/
+50
*
[ASTMatchers] Introduce Objective-C matchers `isClassMessage`, `isClassMethod...
Ben Hamilton
2019-04-22
1
-0
/
+54
*
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
*
Add tests for assorted `CXXMemberCallExpr` matchers.
Yitzhak Mandelbaum
2019-02-15
1
-0
/
+89
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Compound literals, enums, et al require const expr
Bill Wendling
2018-11-09
1
-3
/
+6
*
Fix ASTMatchersTraversalTest testcase compile on older compilers
David Green
2018-08-15
1
-3
/
+3
*
Fix Stmt::ignoreImplicit
Stephen Kelly
2018-08-14
1
-0
/
+39
*
[ASTMatchers] Let hasAnyArgument also support CXXUnresolvedConstructExpr
Shuai Wang
2018-08-12
1
-0
/
+19
*
[ASTMatchers] Quickfix for tests.
George Karpenkov
2018-07-16
1
-6
/
+6
*
[ASTMatchers] Introduce Objective-C matchers `hasReceiver` and `isInstanceMes...
George Karpenkov
2018-07-16
1
-0
/
+29
*
[ASTMatchers] Introduce a blockDecl matcher for matching block declarations
George Karpenkov
2018-05-16
1
-0
/
+4
*
[ASTMatchers] Extend hasParameter and hasAnyParameter matches to handle Objec...
George Karpenkov
2018-03-29
1
-0
/
+4
*
[ASTMatcher] Extend hasAnyArgument to ObjCMessageExpr
George Karpenkov
2018-03-07
1
-3
/
+10
*
Unify and simplify the behavior of the hasDeclaration matcher.
Manuel Klimek
2017-08-02
1
-2
/
+33
*
[ASTMatchers] Allow forField to match indirect fields.
Malcolm Parsons
2017-08-01
1
-2
/
+6
*
[gtest] The way EXPECT_TEST now works after upgrading gtest triggers an
Chandler Carruth
2017-01-04
1
-3
/
+6
*
DR1315: a non-type template argument in a partial specialization is permitted
Richard Smith
2016-12-28
1
-2
/
+2
*
[ASTMatcher] Add hasReplacementType matcher for SubstTemplateTypeParmType
Malcolm Parsons
2016-12-08
1
-0
/
+17
*
Adds hasUnqualifiedDesugaredType to allow matching through type sugar.
Manuel Klimek
2016-12-01
1
-0
/
+9
*
[ASTMatcher] Add CXXNewExpr support to hasDeclaration
Malcolm Parsons
2016-10-31
1
-0
/
+6
*
Traversing template paramter lists of DeclaratorDecls and/or TagDecls.
Nico Weber
2016-09-13
1
-0
/
+83
*
[ASTMatchers] Add matchers canReferToDecl() and hasUnderlyingDecl()
Martin Bohme
2016-08-09
1
-0
/
+34
*
[ASTMatcher] Add templateName matcher.
Haojian Wu
2016-07-29
1
-0
/
+8
*
[ASTMatcher] Add hasTemplateArgument/hasAnyTemplateArgument support in functi...
Haojian Wu
2016-07-29
1
-0
/
+13
*
[ASTMatchers] New forEachOverriden matcher.
Clement Courbet
2016-07-05
1
-0
/
+44
*
IgnoringImplicit matcher.
Cong Liu
2016-06-24
1
-0
/
+10
*
Revert "[ASTMatchers] New forEachOverriden matcher."
Chandler Carruth
2016-06-11
1
-44
/
+0
*
[ASTMatchers] New forEachOverriden matcher.
Clement Courbet
2016-06-10
1
-0
/
+44
*
[ASTMatchers] Breaking change of `has` matcher
Piotr Padlewski
2016-05-31
1
-2
/
+2
[next]