]> granicus.if.org Git - clang/commit
Factor out Clang's desired 8MB stack size constant from the various
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 3 Jul 2018 21:34:13 +0000 (21:34 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 3 Jul 2018 21:34:13 +0000 (21:34 +0000)
commit1faea10f9051a30ea0441599659f9798d835dbf1
tree1c319bd898a3a7319e23ef6630cf813f746d91fb
parent83dc9e5eeb282d9fea92251023c292c24d94fec7
Factor out Clang's desired 8MB stack size constant from the various
places we hardcode it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@336231 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Stack.h [new file with mode: 0644]
lib/Frontend/CompilerInstance.cpp
lib/StaticAnalyzer/Frontend/ModelInjector.cpp
tools/driver/cc1_main.cpp
tools/libclang/CIndex.cpp