index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ASTMatchers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move a test from static-assert.cpp to DeclPrinterTest
David Majnemer
2015-06-05
1
-0
/
+1
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
2
-9
/
+9
*
Add conversionDecl matcher for node CXXConversionDecl.
Samuel Benzaquen
2015-04-20
1
-0
/
+1
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
2
-25
/
+30
*
ASTMatchers: Add an explicit dependency on libclangBasic.
Benjamin Kramer
2015-03-12
1
-0
/
+1
*
Add support for a few Objective-C matchers.
Manuel Klimek
2015-03-12
1
-0
/
+8
*
Reverting r232034, as it broke one of the bots with link errors. Details at: ...
Aaron Ballman
2015-03-12
1
-8
/
+0
*
Added some matchers for objective c selectors and messages to ASTMatchers.h. ...
Aaron Ballman
2015-03-12
1
-0
/
+8
*
Roll functions back into namespaces, msvc has problems with name lookup outsi...
Benjamin Kramer
2015-03-09
1
-4
/
+8
*
Make helper functions static. NFC.
Benjamin Kramer
2015-03-09
1
-13
/
+9
*
Add translationUnitDecl matcher.
Samuel Benzaquen
2015-02-10
1
-0
/
+1
*
Add voidType() matcher.
Samuel Benzaquen
2014-12-15
1
-0
/
+1
*
Make the function pointer a template argument instead of a runtime value.
Samuel Benzaquen
2014-12-01
1
-22
/
+37
*
Re-apply r222646 (was reverted in r222667). Adding 4 ASTMatchers: typedefDecl...
Manuel Klimek
2014-11-25
1
-0
/
+4
*
Filter the toplevel matchers by kind.
Samuel Benzaquen
2014-11-24
2
-10
/
+86
*
Reverting r222646; the tests do not pass on Windows. Also reverts r222664, wh...
Aaron Ballman
2014-11-24
1
-4
/
+0
*
Adding 4 ASTMatchers: typedefDecl, isInMainFile, isInSystemFile, isInFileMatc...
Manuel Klimek
2014-11-24
1
-0
/
+4
*
Replace variadic operator function pointer with an enum value.
Samuel Benzaquen
2014-11-20
3
-19
/
+59
*
Remove VariadicOperatorMatcherInterface as it is redundant with logic from Dy...
Samuel Benzaquen
2014-11-17
3
-8
/
+9
*
Add valueDecl() matcher.
Samuel Benzaquen
2014-10-28
1
-0
/
+1
*
Speed up clang-tidy when profiling in on.
Samuel Benzaquen
2014-10-27
1
-15
/
+31
*
ASTMatchers: Peel off a layer of indirection from true matcher. NFC.
Benjamin Kramer
2014-10-24
1
-12
/
+10
*
ASTMatchers: for-rangify loops. No functionality change.
Benjamin Kramer
2014-10-24
1
-11
/
+9
*
Add support for profiling the matchers used.
Samuel Benzaquen
2014-10-22
1
-7
/
+52
*
Fix code to follow the "Don’t use else after a return" rule.
Samuel Benzaquen
2014-10-16
1
-7
/
+8
*
Speed up hasName() matcher.
Samuel Benzaquen
2014-10-15
1
-0
/
+46
*
Fix order of evaluation bug in DynTypedMatcher::constructVariadic().
Samuel Benzaquen
2014-10-13
1
-2
/
+2
*
Fix bug in DynTypedMatcher::constructVariadic() that would cause false negati...
Samuel Benzaquen
2014-10-13
1
-12
/
+13
*
Fix completion logic to allow for heterogeneous argument types in matcher ove...
Samuel Benzaquen
2014-10-09
1
-10
/
+15
*
Special case 0 and 1 matcher in makeAllOfComposite().
Samuel Benzaquen
2014-10-09
1
-0
/
+25
*
Implement various matchers around template argument handling.
Manuel Klimek
2014-10-09
1
-13
/
+18
*
Fix bug in DynTypedMatcher::constructVariadic() that would cause false negati...
Samuel Benzaquen
2014-10-06
1
-24
/
+4
*
Return a reference instead of vector copy for parentmap queries.
Benjamin Kramer
2014-10-04
1
-26
/
+24
*
Adds 'override' to overriding methods. NFC.
Fariborz Jahanian
2014-10-01
1
-5
/
+5
*
Refactor Matcher<T> and DynTypedMatcher to reduce overhead of casts.
Samuel Benzaquen
2014-10-01
2
-3
/
+108
*
Revert r218616, "Refactor Matcher<T> and DynTypedMatcher to reduce overhead o...
NAKAMURA Takumi
2014-09-29
2
-108
/
+3
*
Refactor Matcher<T> and DynTypedMatcher to reduce overhead of casts.
Samuel Benzaquen
2014-09-29
2
-3
/
+108
*
Separate the matchers by type and statically dispatch to the right list.
Samuel Benzaquen
2014-09-05
1
-40
/
+72
*
Refactor VariantMatcher::MatcherOps to reduce the amount of generated code.
Samuel Benzaquen
2014-09-04
2
-7
/
+48
*
ASTMatchers: Add a matcher to detect whether a decl or stmt is inside a templ...
Benjamin Kramer
2014-09-03
1
-0
/
+2
*
Fix some cases where StringRef was being passed by const reference. Remove co...
Craig Topper
2014-08-30
1
-1
/
+1
*
Use llvm::makeArrayRef instead of explicitly calling ArrayRef constructor and...
Craig Topper
2014-08-30
1
-2
/
+2
*
ASTMatchers: Replace some copies of the bound nodes tree builder with moves.
Benjamin Kramer
2014-08-29
1
-2
/
+2
*
Don't create a null reference to NestedNameSpecifier.
Alexey Samsonov
2014-08-28
1
-1
/
+2
*
Add hasAttr matcher for declarations.
Manuel Klimek
2014-08-25
2
-3
/
+22
*
Add missing matchers to the dynamic registry.
Samuel Benzaquen
2014-08-15
1
-0
/
+11
*
Add isDeleted() matcher for FunctionDecl nodes.
Samuel Benzaquen
2014-08-15
1
-0
/
+1
*
Header guard canonicalization, clang part.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
Support named values in the autocomplete feature.
Samuel Benzaquen
2014-08-12
4
-160
/
+224
*
Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)
David Blaikie
2014-08-10
1
-2
/
+2
[next]