summaryrefslogtreecommitdiff
path: root/Driver
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-03-19 18:21:42 +0000
committerTed Kremenek <kremenek@apple.com>2009-03-19 18:21:42 +0000
commitab56c5d5c4a33502de3c12618d994dabf8c53427 (patch)
treed34c68ed52cfc0d135d276939ed9eeb3b3a68d5b /Driver
parent2ce1be03e25eed3f5bf7762367b7cdb7221b0a51 (diff)
downloadclang-ab56c5d5c4a33502de3c12618d994dabf8c53427.tar.gz
Support langkind_cxx_pch when determining the language dialect.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67315 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Driver')
-rw-r--r--Driver/clang.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Driver/clang.cpp b/Driver/clang.cpp
index 48ae2216d4..a2ec08a154 100644
--- a/Driver/clang.cpp
+++ b/Driver/clang.cpp
@@ -583,6 +583,7 @@ static void InitializeLanguageStandard(LangOptions &Options, LangKind LK,
break;
case langkind_cxx:
case langkind_cxx_cpp:
+ case langkind_cxx_pch:
case langkind_objcxx:
case langkind_objcxx_cpp:
case langkind_objcxx_pch: