Skip to content

Commit 824cf42

Browse files
author
Brock Denson
committed
[clang] fix comment parsing of special commands with non-alphanumeric names. fixes #33296
1 parent 961b588 commit 824cf42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/AST/ast-dump-comment.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,4 @@ void Test_TemplatedFunctionVariadic(int arg, ...);
136136
int Test_UnderscoreInSpecialCommand;
137137
// CHECK: VarDecl{{.*}}Test_UnderscoreInSpecialCommand 'int'
138138
// CHECK: InlineCommandComment{{.*}} Name="thread_safe" RenderNormal
139-
// CHECK-NEXT: TextComment{{.*}} Text=" test for underscore in special command"
139+
// CHECK-NEXT: TextComment{{.*}} Text=" test for underscore in special command"

0 commit comments

Comments
 (0)