]> granicus.if.org Git - clang/commit
If we fail to create a temporary file for the precompiled preamble,
authorDouglas Gregor <dgregor@apple.com>
Sat, 11 Sep 2010 17:56:52 +0000 (17:56 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sat, 11 Sep 2010 17:56:52 +0000 (17:56 +0000)
commit2cd4fd4b7554480cbea67b48de5e5d467d06e292
treeb1653a1fd131b8c4a68fefdab5a2fc09569475af
parent0d155a5e1d6406d27df5779d0c9fb98d49a713a0
If we fail to create a temporary file for the precompiled preamble,
just abort creation of the precompiled preamble rather than doing
silly things. This is the second part of the fix for the weird
preamble-related failures on Windows. Big thanks to Francois Pichet
for the great detective work!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113697 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/ASTUnit.cpp