Cong Liu
|
85b4750b8d
IgnoringImplicit matcher.
|
9 years ago |
Samuel Benzaquen
|
dfe2be47d8
Fix the doc extraction script to work with hasAnyName and with equalsNode.
|
9 years ago |
Samuel Benzaquen
|
dfad990d88
[ASTMatchers] Add matcher hasAnyName.
|
9 years ago |
Yury Gribov
|
98c4d57826
[analyzer] dump_ast_matchers.py: fix replacement regexps
|
9 years ago |
Aaron Ballman
|
4eb7bf8669
Properly encode the < entity; it was missing the semicolon. Regenerating the AST matcher reference after fixing the issue. Thanks to Richard for noticing the issue and bringing it to my attention!
|
9 years ago |
Aaron Ballman
|
49a5928400
When dumping documentation for AST matchers, do something more useful with \see doxygen commands. Ideally this would link to the target of \see, but for now it translates \see into "See also: "
|
9 years ago |
Benjamin Kramer
|
8180a1c712
Fix ASTMatcher reference newlines and make the generator script windows-proof.
|
9 years ago |
Manuel Klimek
|
ee3c24fa92
Fix AST matcher documentation.
|
10 years ago |
Benjamin Kramer
|
d93c4f42bb
ASTMatchers: Make AST_POLYMORPHIC_SUPPORTED_TYPES a variadic macro
|
10 years ago |
Samuel Benzaquen
|
9989dfb640
Add loc() to the dynamic registry.
|
11 years ago |
Manuel Klimek
|
52143b197d
Fix AST matcher documentation for overloaded matchers.
|
11 years ago |
Manuel Klimek
|
7cdc75b982
Fix docs generation for the AST matchers:
|
11 years ago |
Samuel Benzaquen
|
6c1dc7870f
Add partial support for the hasDeclaration() matcher in the dynamic layer.
|
11 years ago |
Samuel Benzaquen
|
d36e46350b
Rewrite eachOf/allOf/anyOf to use a variadic operator.
|
12 years ago |
Samuel Benzaquen
|
ee0da9520f
Refactor ArgumentAdaptativeMatcher matchers to remove the template from their declaration.
|
12 years ago |
Manuel Klimek
|
2c4b2e42c5
Fix incorrect documentation generation for type matchers.
|
12 years ago |
Samuel Benzaquen
|
3f84bb341b
Add support for type traversal matchers.
|
12 years ago |
Samuel Benzaquen
|
ef7eb02439
Add support for polymorphic matchers. Use runtime type checking to determine the right polymorphic overload to use.
|
12 years ago |
Manuel Klimek
|
415514d5fb
Cleanup of ASTMatcher macros and adding support for overloaded matchers.
|
12 years ago |
Manuel Klimek
|
41df16e2a8
Fixes dump_ast_matchers to parse all matcher macros and updates the
|
12 years ago |
Manuel Klimek
|
67619ff51b
Introduces anchors into LibASTMatchersReference.html.
|
13 years ago |
Manuel Klimek
|
95a58d2f6e
This is a temporary solution until we have a better way to
|
13 years ago |