diff options
author | Douglas Gregor <dgregor@apple.com> | 2010-09-11 17:51:16 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2010-09-11 17:51:16 +0000 |
commit | ce3449f5bd466079e3453380869c58cca3e73d1a (patch) | |
tree | 3fa296d9845dedc64d45f2ac3226a436a2c455a3 /clang/test/SemaTemplate/default-expr-arguments-2.cpp | |
parent | 1bbb14ab8f684ac80cc15e1af338d37be3f6a054 (diff) | |
download | bcm5719-llvm-ce3449f5bd466079e3453380869c58cca3e73d1a.tar.gz bcm5719-llvm-ce3449f5bd466079e3453380869c58cca3e73d1a.zip |
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.
llvm-svn: 113695
Diffstat (limited to 'clang/test/SemaTemplate/default-expr-arguments-2.cpp')
-rw-r--r-- | clang/test/SemaTemplate/default-expr-arguments-2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaTemplate/default-expr-arguments-2.cpp b/clang/test/SemaTemplate/default-expr-arguments-2.cpp index 88cc43d6445..378999d0d3c 100644 --- a/clang/test/SemaTemplate/default-expr-arguments-2.cpp +++ b/clang/test/SemaTemplate/default-expr-arguments-2.cpp @@ -1,7 +1,7 @@ // RUN: %clang_cc1 -ast-dump %s 2>&1 | FileCheck %s // This is a wacky test to ensure that we're actually instantiating -// the default rguments of the constructor when the function type is +// the default arguments of the constructor when the function type is // otherwise non-dependent. namespace PR6733 { template <class T> |