Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the appropriate SourceLocation for the template backtrace when doing | Nick Lewycky | 2014-01-11 | 1 | -2/+2 |
| | | | | | | template argument deduction. llvm-svn: 198995 | ||||
* | Fix bug which sometimes resulted in further diagnostics being produced after a | Richard Smith | 2012-09-22 | 1 | -5/+2 |
| | | | | | | | fatal error. Previously, if a fatal error was followed by a diagnostic which was suppressed due to a SFINAETrap, we'd forget that we'd seen a fatal error. llvm-svn: 164437 | ||||
* | PR9793: Treat substitution as an instantiation step for the purpose of the | Richard Smith | 2012-07-08 | 1 | -0/+9 |
-ftemplate-depth limit. There are various ways to get an infinite (or merely huge) stack of substitutions with no intervening instantiations. This is also consistent with gcc's behavior. llvm-svn: 159907 |