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
/
ASTMatchersTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ASTMatchers] Add a usingDirectiveDecl matcher.
Benjamin Kramer
2014-07-16
1
-0
/
+7
*
[ASTMatchers] Make hasOverloadedOperatorName also match freestanding overloads.
Benjamin Kramer
2014-07-14
1
-0
/
+7
*
Add a matcher for SubstNonTypeTemplateParmExpr.
Alexander Kornienko
2014-06-29
1
-0
/
+11
*
Do not store duplicate parents when memoization data is available.
Samuel Benzaquen
2014-06-13
1
-0
/
+21
*
[C++11] Use 'nullptr'. Unittests edition.
Craig Topper
2014-06-08
1
-10
/
+12
*
Add hasLocalStorage/hasGlobalStorage matchers.
Samuel Benzaquen
2014-06-05
1
-0
/
+12
*
Make equalsNode work with pointers to subtypes.
Manuel Klimek
2014-05-27
1
-8
/
+16
*
Adds child traversal matchers for IfStmt's then and else branches.
Manuel Klimek
2014-05-27
1
-0
/
+11
*
Allow hasBody on CXXForRangeStmt nodes and update the docs.
Manuel Klimek
2014-05-27
1
-0
/
+2
*
Add the hasRangeInit() matcher for range-based for loop.
Manuel Klimek
2014-05-23
1
-0
/
+3
*
[ASTMatchers] Move the 'isImplicit' matcher from CXXConstructorDecl to Decl.
Joey Gouly
2014-05-16
1
-0
/
+3
*
Add matcher for ExprWithCleanups.
Samuel Benzaquen
2014-04-02
1
-0
/
+9
*
Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a...
David Blaikie
2014-04-02
1
-1
/
+1
*
Use the new Windows environment for target detection
Saleem Abdulrasool
2014-03-27
1
-2
/
+3
*
Fixes a bug in DynTypedNode.
Manuel Klimek
2014-03-25
1
-1
/
+32
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-4
/
+6
*
Speculatively fix MSVC buildbots
David Majnemer
2014-03-05
1
-5
/
+9
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-1
/
+1
*
ASTMatchers: added CXXMethodDecl matcher isPure()
Dmitri Gribenko
2014-02-24
1
-0
/
+7
*
Add TemplateSpecializationType polymorphism for hasTemplateArgument and
Peter Collingbourne
2014-02-20
1
-0
/
+24
*
clang/unittests/AST,ASTMatchers: Remove _MSC_VER.
NAKAMURA Takumi
2014-02-16
1
-15
/
+18
*
Consistently print anonymous namespace names as "<anonymous namespace>"
David Blaikie
2014-02-14
1
-1
/
+1
*
Add isListInitialization matcher.
Peter Collingbourne
2014-02-06
1
-0
/
+11
*
PR18128: a lambda capture-default is not permitted for a non-local lambda
Richard Smith
2014-02-06
1
-1
/
+1
*
Added the hasLoopVariable sub-matcher for forRangeStmt.
Alexander Kornienko
2014-02-05
1
-0
/
+5
*
Fix string-literal to char* conversion in overload resolution for C++11
Ismail Pazarbasi
2014-01-17
1
-2
/
+2
*
Fix 'declartion' typos
Alp Toker
2014-01-05
1
-1
/
+1
*
Introduce MatchFinder::matchAST.
Peter Collingbourne
2013-11-07
1
-0
/
+12
*
Re-introduce MatchFinder::addDynamicMatcher.
Peter Collingbourne
2013-11-07
1
-1
/
+20
*
Introduce BoundNodes::getMap.
Peter Collingbourne
2013-11-06
1
-0
/
+6
*
Teach RAV to visit parameter variable declarations of implicit functions. Fix...
Michael Han
2013-09-11
1
-1
/
+5
*
Fix crash when encountering alias templates in isDerivedFrom matches.
Manuel Klimek
2013-08-02
1
-0
/
+6
*
Add matcher for float literals.
Daniel Jasper
2013-07-26
1
-0
/
+11
*
Adds ctorInitializer and forEachConstructorInitializer matchers.
Manuel Klimek
2013-07-19
1
-0
/
+11
*
Add support for polymorphic matchers. Use runtime type checking to determine ...
Samuel Benzaquen
2013-06-21
1
-4
/
+3
*
Adds the equalsBoundNode matcher.
Manuel Klimek
2013-06-20
1
-0
/
+89
*
Implements declaratorDecl, parmVarDecl and hassTypeLoc matchers.
Manuel Klimek
2013-06-20
1
-0
/
+19
*
Completely revamp node binding for AST matchers.
Manuel Klimek
2013-06-19
1
-6
/
+113
*
Add an overridable MatchCallback::onEndOfTranslationUnit() function.
Peter Collingbourne
2013-05-28
1
-0
/
+21
*
Add caseStmt(), defaultStmt(), eachCase() and hasCaseConstant() matchers.
Peter Collingbourne
2013-05-10
1
-0
/
+25
*
Adding isConst() ASTMatcher for CXXMethodDecl nodes
Edwin Vane
2013-05-09
1
-0
/
+7
*
When deducing an 'auto' type, don't modify the type-as-written.
Richard Smith
2013-04-30
1
-4
/
+6
*
Adding new AST Matchers isVirtual and isOverride
Edwin Vane
2013-04-09
1
-0
/
+21
*
Add matcher for NamespaceDecls.
Daniel Jasper
2013-04-08
1
-2
/
+10
*
Adding a hasLocalQualifiers() AST Matcher.
Edwin Vane
2013-04-02
1
-0
/
+11
*
Adding parenType() and innerType() AST Matchers
Edwin Vane
2013-04-01
1
-0
/
+13
*
Implements memoization for ancestor matching.
Manuel Klimek
2013-03-14
1
-2
/
+22
*
Adding lvalue and rvalue reference type matchers
Edwin Vane
2013-03-07
1
-0
/
+52
*
New ASTMatchers and enhancement to hasOverloadedOperatorName
Edwin Vane
2013-03-06
1
-0
/
+25
*
hasQualifer() matcher should return false if there's no qualifier
Edwin Vane
2013-03-04
1
-0
/
+4
[next]