]> granicus.if.org Git - clang/commit
Reduce default template instantiation depth to 512; we're blowing out
authorDouglas Gregor <dgregor@apple.com>
Mon, 2 Jul 2012 19:56:23 +0000 (19:56 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 2 Jul 2012 19:56:23 +0000 (19:56 +0000)
commit8f4783c6a5ae1e95aeb58b41da9707310e60ab5b
treea97b1b6823b8ab83ba27cf9a694aacc6415d649d
parentfe6a011a113b3ddcb32f42af152d7476054e7f79
Reduce default template instantiation depth to 512; we're blowing out
the stack too often with 1024. Fixes <rdar://problem/11678534>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159573 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/LangOptions.def
lib/Frontend/CompilerInvocation.cpp