Skip to content

Commit bd08487

Browse files
StarOne01Fznamznon
andcommitted
Change the note for reference of function-like macros requiring without parentheses
Co-authored-by: Mariya Podchishchaeva <[email protected]>
1 parent 5aa4654 commit bd08487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/DiagnosticSemaKinds.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5962,7 +5962,7 @@ def err_fold_expression_limit_exceeded: Error<
59625962
"limit of %1">, DefaultFatal, NoSFINAE;
59635963

59645964
def note_function_like_macro_requires_parens
5965-
: Note<"'%0' is defined here as a function-like macro; did you mean to write '%0(...)'">;
5965+
: Note<"'%0' is defined here as a function-like macro; did you mean '%0(...)'">;
59665966
def err_unexpected_typedef : Error<
59675967
"unexpected type name %0: expected expression">;
59685968
def err_unexpected_namespace : Error<

0 commit comments

Comments
 (0)