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
/
include
/
clang
/
ASTMatchers
/
ASTMatchersMacros.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-11
/
+11
*
Update dump_ast_matchers for many recent changes.
Benjamin Kramer
2018-01-17
1
-5
/
+0
*
ASTMatchers{,Macros}.h: Add some extra macros to use for decl/def of matchers
David Blaikie
2017-11-21
1
-0
/
+45
*
[AST, ASTMatchers, Basic] Fix some Clang-tidy modernize and Include What You ...
Eugene Zelenko
2016-12-09
1
-2
/
+2
*
Qualify all types used in AST matcher macros.
Alexander Kornienko
2015-06-17
1
-69
/
+114
*
Correct doxygen for matcher macros that require a body. NFC.
Alexander Kornienko
2015-03-09
1
-2
/
+2
*
ASTMatchers: Make AST_POLYMORPHIC_SUPPORTED_TYPES a variadic macro
Benjamin Kramer
2015-03-07
1
-9
/
+2
*
ASTMatchers: Make TypeList a variadic template and remove the implicit flatte...
Benjamin Kramer
2015-02-16
1
-1
/
+1
*
Fix isInstantiated and isInTemplateInstantiation to not recreate the matchers...
Samuel Benzaquen
2014-12-08
1
-0
/
+11
*
Header guard canonicalization, clang part.
Benjamin Kramer
2014-08-13
1
-3
/
+3
*
Fix equalsNode() to accept pointers to derived types.
Samuel Benzaquen
2014-06-05
1
-25
/
+25
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-13
1
-12
/
+12
*
Add loc() to the dynamic registry.
Samuel Benzaquen
2014-03-10
1
-0
/
+19
*
Add partial support for the hasDeclaration() matcher in the dynamic layer.
Samuel Benzaquen
2013-11-18
1
-1
/
+1
*
Miscellaneous speling fixes.
Benjamin Kramer
2013-10-20
1
-1
/
+1
*
Add support for overloaded matchers. ie different matcher function signatures...
Samuel Benzaquen
2013-07-22
1
-33
/
+35
*
Add support for type traversal matchers.
Samuel Benzaquen
2013-07-15
1
-52
/
+18
*
Add support for polymorphic matchers. Use runtime type checking to determine ...
Samuel Benzaquen
2013-06-21
1
-22
/
+45
*
Clean up last use of dyn_cast on TypeLoc in ASTMatchers
David Blaikie
2013-02-18
1
-3
/
+3
*
Cleanup of ASTMatcher macros and adding support for overloaded matchers.
Manuel Klimek
2013-02-06
1
-35
/
+93
*
clang-format can now format #defines.
Manuel Klimek
2013-01-08
1
-113
/
+111
*
First version of matchers for Types and TypeLocs.
Daniel Jasper
2012-10-17
1
-16
/
+62
*
ASTMatchersMacros.h: Appease msvc.
NAKAMURA Takumi
2012-09-13
1
-3
/
+4
*
Create initial support for matching and binding NestedNameSpecifier(Loc)s.
Daniel Jasper
2012-09-13
1
-0
/
+18
*
Adds the AST Matcher library, which provides a in-C++ DSL to express
Manuel Klimek
2012-07-06
1
-0
/
+224