Skip to content

Commit b444df9

Browse files
change diagnostics message
1 parent fadde00 commit b444df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/DiagnosticParseKinds.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1853,7 +1853,7 @@ def err_placeholder_expected_auto_or_decltype_auto : Error<
18531853

18541854
let CategoryName = "Reflection Diagnostics" in {
18551855
def err_cannot_reflect_operand : Error<
1856-
"expected reflectable entity">;
1856+
"unknown or unimplemented reflectable entity">;
18571857
}
18581858

18591859
def warn_max_tokens : Warning<

0 commit comments

Comments
 (0)