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 f6554f9 commit 1e0eceeCopy full SHA for 1e0ecee
clang/include/clang/Basic/DiagnosticParseKinds.td
@@ -889,7 +889,7 @@ def err_requires_expr_in_simple_requirement : Error<
889
"before the expression)">;
890
def missing_template_arg_list_after_template_kw : Extension<
891
"a template argument list is expected after a name prefixed by the template "
892
- "keyword">, InGroup<DiagGroup<"missing-template-arg-list-after-template-kw">>,
+ "keyword">, InGroup<DiagGroup<"missing-template-arg-list-after-template-kw">>,
893
DefaultError;
894
895
def err_missing_dependent_template_keyword : Error<
0 commit comments