Serge Guelton
|
c2b4b6e12f
Portable Python script across Python version
|
6 年之前 |
Serge Guelton
|
4f672fc63a
Portable Python script across Python version
|
6 年之前 |
Aaron Ballman
|
e3e5a3eaf1
Stop stripping comments from AST matcher example code.
|
6 年之前 |
Sylvestre Ledru
|
d976861c7d
Update our URLs in clang doc to use https
|
6 年之前 |
Stephen Kelly
|
d301dc18e7
Remove non-existant typeloc matchers from documentation
|
6 年之前 |
Benjamin Kramer
|
33b0668845
[ASTMatchers] Support generating docs for single-line matchers
|
7 年之前 |
Benjamin Kramer
|
584c883bb0
Update dump_ast_matchers for many recent changes.
|
7 年之前 |
Cong Liu
|
85b4750b8d
IgnoringImplicit matcher.
|
9 年之前 |
Samuel Benzaquen
|
dfe2be47d8
Fix the doc extraction script to work with hasAnyName and with equalsNode.
|
9 年之前 |
Samuel Benzaquen
|
dfad990d88
[ASTMatchers] Add matcher hasAnyName.
|
9 年之前 |
Yury Gribov
|
98c4d57826
[analyzer] dump_ast_matchers.py: fix replacement regexps
|
9 年之前 |
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 年之前 |
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 年之前 |
Benjamin Kramer
|
8180a1c712
Fix ASTMatcher reference newlines and make the generator script windows-proof.
|
9 年之前 |
Manuel Klimek
|
ee3c24fa92
Fix AST matcher documentation.
|
10 年之前 |
Benjamin Kramer
|
d93c4f42bb
ASTMatchers: Make AST_POLYMORPHIC_SUPPORTED_TYPES a variadic macro
|
10 年之前 |
Samuel Benzaquen
|
9989dfb640
Add loc() to the dynamic registry.
|
11 年之前 |
Manuel Klimek
|
52143b197d
Fix AST matcher documentation for overloaded matchers.
|
11 年之前 |
Manuel Klimek
|
7cdc75b982
Fix docs generation for the AST matchers:
|
11 年之前 |
Samuel Benzaquen
|
6c1dc7870f
Add partial support for the hasDeclaration() matcher in the dynamic layer.
|
11 年之前 |
Samuel Benzaquen
|
d36e46350b
Rewrite eachOf/allOf/anyOf to use a variadic operator.
|
12 年之前 |
Samuel Benzaquen
|
ee0da9520f
Refactor ArgumentAdaptativeMatcher matchers to remove the template from their declaration.
|
12 年之前 |
Manuel Klimek
|
2c4b2e42c5
Fix incorrect documentation generation for type matchers.
|
12 年之前 |
Samuel Benzaquen
|
3f84bb341b
Add support for type traversal matchers.
|
12 年之前 |
Samuel Benzaquen
|
ef7eb02439
Add support for polymorphic matchers. Use runtime type checking to determine the right polymorphic overload to use.
|
12 年之前 |
Manuel Klimek
|
415514d5fb
Cleanup of ASTMatcher macros and adding support for overloaded matchers.
|
12 年之前 |
Manuel Klimek
|
41df16e2a8
Fixes dump_ast_matchers to parse all matcher macros and updates the
|
12 年之前 |
Manuel Klimek
|
67619ff51b
Introduces anchors into LibASTMatchersReference.html.
|
13 年之前 |
Manuel Klimek
|
95a58d2f6e
This is a temporary solution until we have a better way to
|
13 年之前 |