Skip to content

Commit 336cb0d

Browse files
Update clang/include/clang/Basic/DiagnosticParseKinds.td
Co-authored-by: Aaron Ballman <[email protected]>
1 parent f8d2d8a commit 336cb0d

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
@@ -1851,7 +1851,7 @@ def err_placeholder_expected_auto_or_decltype_auto : Error<
18511851
"expected 'auto' or 'decltype(auto)' after concept name">;
18521852
}
18531853

1854-
let CategoryName = "Reflection Issue" in {
1854+
let CategoryName = "Reflection Diagnostics" in {
18551855
def err_cannot_reflect_operand : Error<
18561856
"expected reflectable entity">;
18571857
}

0 commit comments

Comments
 (0)