Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Parser] Warn when ScopeDepthOrObjCQuals overflows | Mark de Wever | 2019-11-09 | 1 | -0/+55 |
Before when the overflow occured an assertion was triggered. Now check whether the maximum has been reached and warn properly. This patch fixes the original submission of PR19607. Differential Revision: https://reviews.llvm.org/D63975 |