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
/
ASTMatchersNodeTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add matchDynamic convenience functions
Stephen Kelly
2019-12-07
1
-0
/
+24
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-5
/
+5
*
[ASTTypeTraits][ASTMatchers][OpenMP] OMPClause handling
Roman Lebedev
2019-03-21
1
-0
/
+38
*
[ASTMatchers][OpenMP] Add base ompExecutableDirective() matcher.
Roman Lebedev
2019-03-21
1
-0
/
+24
*
[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
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[AST] Store "UsesADL" information in CallExpr.
Eric Fiselier
2018-12-12
1
-0
/
+34
*
[ASTMatchers] overload ignoringParens for Expr
Jonas Toth
2018-11-09
1
-0
/
+8
*
Compound literals, enums, et al require const expr
Bill Wendling
2018-11-09
1
-6
/
+6
*
[ASTMatchers] Let isArrow also support UnresolvedMemberExpr, CXXDependentScop...
Shuai Wang
2018-09-17
1
-1
/
+1
*
[ASTMatchers] Add matchers unresolvedMemberExpr, cxxDependentScopeMemberExpr
Shuai Wang
2018-08-12
1
-0
/
+14
*
[ASTMatchers] add matcher for decltypeType and its underlyingType
Jonas Toth
2018-07-23
1
-0
/
+6
*
[ASTMatchers] A matcher for Objective-C @autoreleasepool
George Karpenkov
2018-07-06
1
-0
/
+12
*
[ASTMatchers] Add support for matching the type of a friend decl.
David L. Jones
2018-06-18
1
-0
/
+10
*
[ASTMatchers] Don't assert-fail in specifiesTypeLoc().
David L. Jones
2018-06-18
1
-0
/
+4
*
[ASTMatchers] Introduce a matcher for matching any given Objective-C selector
George Karpenkov
2018-03-29
1
-0
/
+11
*
Add ObjC exception statement AST matchers
Dave Lee
2017-11-11
1
-0
/
+23
*
Add objcCategoryImplDecl matcher
Dave Lee
2017-10-26
1
-1
/
+7
*
Add objcImplementationDecl matcher
Dave Lee
2017-09-10
1
-0
/
+3
*
[ASTMatcher] Add handling for DeducedType to HasDeclarationMatcher
Florian Gross
2017-08-04
1
-0
/
+4
*
[ASTMatchers][NFC] integerLiteral(): Mention negative integers in
Clement Courbet
2017-07-11
1
-0
/
+6
*
Add cxxStdInitializerListExpr AST matcher
Jakub Kuderski
2017-05-05
1
-0
/
+23
*
[ASTMatchers] add typeAliasTemplateDecl matcher.
Eric Liu
2017-03-28
1
-0
/
+16
*
Add AST matchers for ObjCProtocolDecl, ObjCCategoryDecl, ObjCMethodDecl, ObjC...
Aaron Ballman
2017-03-15
1
-1
/
+42
*
DR616, and part of P0135R1: member access (or pointer-to-member access) on a
Richard Smith
2016-12-03
1
-1
/
+1
*
Complete support for the cxxCtorInitializer() AST matcher so that it can be u...
Aaron Ballman
2016-09-26
1
-0
/
+5
*
Fix ASTMatchersNodeTest to work on Windows.
Justin Lebar
2016-06-30
1
-7
/
+5
*
[ASTMatcher] Add a node matcher for EnumType.
Haojian Wu
2016-06-30
1
-0
/
+7
*
Re-commit "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTempor...
Tim Shen
2016-06-21
1
-2
/
+2
*
Revert "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporary...
Tim Shen
2016-06-09
1
-2
/
+2
*
[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr.
Tim Shen
2016-06-09
1
-2
/
+2
*
Adding an AST matcher to ignore parenthesis in *types* (rather than expressio...
Aaron Ballman
2016-06-06
1
-0
/
+7
*
[ASTMacther] A follow-up on unresolvedLookupExpr test fixing.
Haojian Wu
2016-05-18
1
-1
/
+4
*
[ASTMatcher] Fix a ASTMatcher test failure on Windows.
Haojian Wu
2016-05-18
1
-7
/
+8
*
[ASTMatcher] Add a node matcher for UnresolvedLookupExpr.
Haojian Wu
2016-05-18
1
-0
/
+9
*
Dividied ASTMatcherTests into 4 files
Piotr Padlewski
2016-05-17
1
-0
/
+1514