summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/nested_lambda_overflow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Parser] Warn when ScopeDepthOrObjCQuals overflowsMark de Wever2019-11-091-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
OpenPOWER on IntegriCloud