There are two asserts that can trigger if the number of diagnostic messages in a
kind overflows the number of available enums values. The one that fires if you
exceed this limit by one is helpful. The one that fires if you exceed it by more than
one is not as helpful. Combining the two makes sense I think.
Details
Details
- Reviewers
• rafael
Diff Detail
Diff Detail
- Repository
- rL LLVM