Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-22 | Fix bug which sometimes resulted in further diagnostics being produced after a | Richard Smith | |
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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164437 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2012-07-08 | PR9793: Treat substitution as an instantiation step for the purpose of the | Richard Smith | |
-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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159907 91177308-0d34-0410-b5e6-96231b3b80d8 |