File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
clang/include/clang/ASTMatchers Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 45
45
// - generate the AST matcher reference html file
46
46
// - test the documentation using a special syntax
47
47
//
48
- // TLDR :
48
+ // Test Annotations :
49
49
//
50
50
// The automatic testing uses doxygen commands (aliases) to extract the
51
51
// relevant information about an example of using a matcher from the
165
165
//
166
166
// ... the example I wrote is wrong?
167
167
//
168
- // The test-generation script will try to compile your example code before it
169
- // continues. This makes finding issues with your example code easier because
170
- // the test-failures are much more verbose.
171
- //
172
168
// The test-failure output of the generated test file will provide information
173
169
// about
174
170
// - where the generated test file is located
You can’t perform that action at this time.
0 commit comments