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
*
Add voidType() matcher.
Samuel Benzaquen
2014-12-15
1
-0
/
+5
*
Re-apply r222646 (was reverted in r222667). Adding 4 ASTMatchers: typedefDecl...
Manuel Klimek
2014-11-25
1
-0
/
+53
*
Reverting r222646; the tests do not pass on Windows. Also reverts r222664, wh...
Aaron Ballman
2014-11-24
1
-48
/
+0
*
Unbreaking the MSVC 2012 build; however, these tests still fail on Windows.
Aaron Ballman
2014-11-24
1
-5
/
+12
*
Adding 4 ASTMatchers: typedefDecl, isInMainFile, isInSystemFile, isInFileMatc...
Manuel Klimek
2014-11-24
1
-0
/
+41
*
Add valueDecl() matcher.
Samuel Benzaquen
2014-10-28
1
-0
/
+7
*
Fix segfault in hasDeclContext for nodes that have no decl context.
Samuel Benzaquen
2014-10-27
1
-0
/
+2
*
Add support for profiling the matchers used.
Samuel Benzaquen
2014-10-22
1
-0
/
+19
*
Fix bug in DynTypedMatcher::constructVariadic() that would cause false negati...
Samuel Benzaquen
2014-10-13
1
-0
/
+5
*
Implement various matchers around template argument handling.
Manuel Klimek
2014-10-09
1
-0
/
+58
*
Fix bug in DynTypedMatcher::constructVariadic() that would cause false negati...
Samuel Benzaquen
2014-10-06
1
-0
/
+5
*
Adds 'override' to overriding methods. NFC.
Fariborz Jahanian
2014-10-01
1
-2
/
+2
*
Refactor Matcher<T> and DynTypedMatcher to reduce overhead of casts.
Samuel Benzaquen
2014-10-01
1
-0
/
+14
*
Revert r218616, "Refactor Matcher<T> and DynTypedMatcher to reduce overhead o...
NAKAMURA Takumi
2014-09-29
1
-14
/
+0
*
Refactor Matcher<T> and DynTypedMatcher to reduce overhead of casts.
Samuel Benzaquen
2014-09-29
1
-0
/
+14
*
Add matcher for linkage specification
Manuel Klimek
2014-09-04
1
-0
/
+5
*
ASTMatchers: Add a matcher to detect whether a decl or stmt is inside a templ...
Benjamin Kramer
2014-09-03
1
-0
/
+56
*
Add hasAttr matcher for declarations.
Manuel Klimek
2014-08-25
1
-9
/
+10
*
Add isDeleted() matcher for FunctionDecl nodes.
Samuel Benzaquen
2014-08-15
1
-0
/
+7
*
Adds AST matchers for matching CUDA declarations.
Manuel Klimek
2014-08-05
1
-0
/
+18
*
Prevent assert in ASTMatchFinder.
Daniel Jasper
2014-07-23
1
-0
/
+6
*
ASTMatchers: Bound node results are always const, make selectFirst's template...
Benjamin Kramer
2014-07-23
1
-4
/
+4
*
[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
[next]