Skip to content

Commit 5483271

Browse files
committed
update header comment
1 parent 05419a1 commit 5483271

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

clang/include/clang/ASTMatchers/ASTMatchers.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
// - generate the AST matcher reference html file
4646
// - test the documentation using a special syntax
4747
//
48-
// TLDR:
48+
// Test Annotations:
4949
//
5050
// The automatic testing uses doxygen commands (aliases) to extract the
5151
// relevant information about an example of using a matcher from the
@@ -165,10 +165,6 @@
165165
//
166166
// ... the example I wrote is wrong?
167167
//
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-
//
172168
// The test-failure output of the generated test file will provide information
173169
// about
174170
// - where the generated test file is located

0 commit comments

Comments
 (0)