]> granicus.if.org Git - clang/commit
Tweak GetPreamblePCHPath() to more closely match the behavior of the
authorDouglas Gregor <dgregor@apple.com>
Sat, 11 Sep 2010 17:51:16 +0000 (17:51 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sat, 11 Sep 2010 17:51:16 +0000 (17:51 +0000)
commitc6cb2b02f0f4b3f162985803df3729b4def32108
tree9e9ae06b3dd3f50434fe85256ff668495ec54f5d
parentd0a57d53223eccb482757c5aab436e8bd5a9c794
Tweak GetPreamblePCHPath() to more closely match the behavior of the
Windows GetTempPath() function, and be sure to create the directory in
which the precompiled preamble will reside before creating the
temporary file itself.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113695 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/ASTUnit.cpp
test/SemaTemplate/default-expr-arguments-2.cpp