]> granicus.if.org Git - clang/commit
PR18417: Increase -ftemplate-depth to the value 1024 recommended by the C++
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 17 Aug 2016 21:41:45 +0000 (21:41 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 17 Aug 2016 21:41:45 +0000 (21:41 +0000)
commitda550a42bbdac890d8af5a78da7e1d0a16e6ea79
treea9d611c9946454084c078ea584874897bbcb44f4
parentf8d27f82a031afc0bbb99c9a109d0ab559b7f075
PR18417: Increase -ftemplate-depth to the value 1024 recommended by the C++
standard's Annex B. We now attempt to increase the process's stack rlimit to
8MiB on startup, which appears to be enough to allow this to work reliably.
(And if it turns out not to be, we can investigate increasing it further.)

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