[cfe-commits] r67315 - /cfe/trunk/Driver/clang.cpp
Ted Kremenek
kremenek at apple.com
Thu Mar 19 11:21:43 PDT 2009
Author: kremenek
Date: Thu Mar 19 13:21:42 2009
New Revision: 67315
URL: http://llvm.org/viewvc/llvm-project?rev=67315&view=rev
Log:
Support langkind_cxx_pch when determining the language dialect.
Modified:
cfe/trunk/Driver/clang.cpp
Modified: cfe/trunk/Driver/clang.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/Driver/clang.cpp?rev=67315&r1=67314&r2=67315&view=diff
==============================================================================
--- cfe/trunk/Driver/clang.cpp (original)
+++ cfe/trunk/Driver/clang.cpp Thu Mar 19 13:21:42 2009
@@ -583,6 +583,7 @@
break;
case langkind_cxx:
case langkind_cxx_cpp:
+ case langkind_cxx_pch:
case langkind_objcxx:
case langkind_objcxx_cpp:
case langkind_objcxx_pch:
More information about the cfe-commits
mailing list