aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Driver/Types.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Driver/Types.cpp b/lib/Driver/Types.cpp
index 7906ac3726..0727654038 100644
--- a/lib/Driver/Types.cpp
+++ b/lib/Driver/Types.cpp
@@ -229,7 +229,7 @@ ID types::lookupCXXTypeForCType(ID Id) {
switch (Id) {
default:
return Id;
-
+
case types::TY_C:
return types::TY_CXX;
case types::TY_PP_C: