[PATCH] D132821: [clang][Parse] Fix crash when emitting template diagnostic
Christopher Di Bella via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 29 08:25:03 PDT 2022
cjdb added inline comments.
================
Comment at: clang/include/clang/Basic/DiagnosticParseKinds.td:779
+ "<unused>|refers to a variable template|<unused>|refers to a concept|"
+ "refers to a concept template}1">;
def err_id_after_template_in_nested_name_spec : Error<
----------------
Is "concept template" a term of art? I have never heard of that before.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132821/new/
https://reviews.llvm.org/D132821
More information about the cfe-commits
mailing list