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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-apply r222646 (was reverted in r222667). Adding 4 ASTMatchers: typedefDecl...
Manuel Klimek
2014-11-25
1
-5
/
+7
*
Reverting r222646; the tests do not pass on Windows. Also reverts r222664, wh...
Aaron Ballman
2014-11-24
1
-7
/
+5
*
Adding 4 ASTMatchers: typedefDecl, isInMainFile, isInSystemFile, isInFileMatc...
Manuel Klimek
2014-11-24
1
-5
/
+7
*
Adds 'override' to overriding methods. NFC.
Fariborz Jahanian
2014-10-01
1
-1
/
+1
*
Header guard canonicalization, clang part.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
ASTMatchersTests/matchesConditionallyWithCuda: Add -fno-ms-extensions, and ge...
NAKAMURA Takumi
2014-08-05
1
-1
/
+4
*
Adds AST matchers for matching CUDA declarations.
Manuel Klimek
2014-08-05
1
-0
/
+66
*
[C++11] Use 'nullptr'. Unittests edition.
Craig Topper
2014-06-08
1
-3
/
+3
*
Fix 3 test-only leaks found by LSan.
Nico Weber
2014-04-24
1
-4
/
+6
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-4
/
+6
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-1
/
+1
*
Introduce MatchFinder::matchAST.
Peter Collingbourne
2013-11-07
1
-0
/
+17
*
Re-introduce MatchFinder::addDynamicMatcher.
Peter Collingbourne
2013-11-07
1
-1
/
+15
*
Enhancements for the DynTypedMatcher system.
Samuel Benzaquen
2013-06-20
1
-35
/
+0
*
First revision of the dynamic ASTMatcher library.
Manuel Klimek
2013-05-14
1
-0
/
+35
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-1
/
+1
*
Fix binding of nodes in case of forEach..() matchers.
Daniel Jasper
2012-11-11
1
-1
/
+1
*
Fix ASTMatchersTests to not create an overloaded-virtual warning.
Daniel Jasper
2012-10-29
1
-4
/
+2
*
Adds the possibility to run ASTMatchFinder over arbitrary AST nodes.
Manuel Klimek
2012-10-24
1
-2
/
+5
*
Add matchers for selected C++11 features.
Daniel Jasper
2012-10-01
1
-4
/
+5
*
Reland r160052: Default to -std=c++11 on Windows.
Nico Weber
2012-08-30
1
-3
/
+7
*
Adds the AST Matcher library, which provides a in-C++ DSL to express
Manuel Klimek
2012-07-06
1
-0
/
+128