The integer value of the enum here is 6, which wasn't covered by the diagnostic.
This fixes https://github.com/llvm/llvm-project/issues/57415
Differential D132821
[clang][Parse] Fix crash when emitting template diagnostic tbaeder on Aug 28 2022, 9:52 PM. Authored by
Details The integer value of the enum here is 6, which wasn't covered by the diagnostic. This fixes https://github.com/llvm/llvm-project/issues/57415
Diff Detail Event Timeline
Comment Actions Please be sure to add a release note for the fix as well.
Comment Actions LGTM presuming precommit CI comes back green, but please don't forget the release note. |
Is "concept template" a term of art? I have never heard of that before.