We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fadde00 commit b444df9Copy full SHA for b444df9
clang/include/clang/Basic/DiagnosticParseKinds.td
@@ -1853,7 +1853,7 @@ def err_placeholder_expected_auto_or_decltype_auto : Error<
1853
1854
let CategoryName = "Reflection Diagnostics" in {
1855
def err_cannot_reflect_operand : Error<
1856
- "expected reflectable entity">;
+ "unknown or unimplemented reflectable entity">;
1857
}
1858
1859
def warn_max_tokens : Warning<
0 commit comments