summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/instantiate-template-fatal-error.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Sema] Avoid instantiating templates only when UncompilableErrorOccurredAkira Hatanaka2016-11-031-0/+22
and FatalErrorOccurred are both set. This fixes a crash that occurs when a warning promoted to a fatal error leaves the AST in an incomplete state, and then later CFG analysis is run on the incomplete AST. rdar://problem/28558923 Differential Revision: https://reviews.llvm.org/D26166 llvm-svn: 285923
OpenPOWER on IntegriCloud