summaryrefslogtreecommitdiff
path: root/clang/test/Parser/nested_lambda_overflow.cpp
AgeCommit message (Collapse)Author
2019-11-09[Parser] Warn when ScopeDepthOrObjCQuals overflowsMark de Wever
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