summaryrefslogtreecommitdiff
path: root/lib/Driver/Types.cpp
diff options
context:
space:
mode:
authorJoey Gouly <joey.gouly@arm.com>2012-11-21 16:54:35 +0000
committerJoey Gouly <joey.gouly@arm.com>2012-11-21 16:54:35 +0000
commit21261f4f9775d1212b12be5a125ab9f3beca4c12 (patch)
tree6db904ad0ac253336ede33dd52c14a5ab2dbc5e3 /lib/Driver/Types.cpp
parent803dd9e955e587a9125c1a07512bc061a654ee0d (diff)
downloadclang-21261f4f9775d1212b12be5a125ab9f3beca4c12.tar.gz
Test commit: Remove blank line.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168436 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Driver/Types.cpp')
-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: