summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaTemplate/instantiate-incomplete-typo-suggested-error-limit.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixes an assertion while instantiating a template with an incomplete ↵Aaron Ballman2019-09-071-0/+60
typo-corrected type. Fixes PR35682. When a template in instantiated with an incomplete typo corrected type an assertion can trigger if the -ferror-limit is used to reduce the number of errors. Patch by Mark de Wever. llvm-svn: 371320
OpenPOWER on IntegriCloud