Test Commit.
authorAndrew Gozillon <andrew.gozillon@uws.ac.uk>
Sun, 1 Oct 2017 12:16:24 +0000 (12:16 +0000)
committerAndrew Gozillon <andrew.gozillon@uws.ac.uk>
Sun, 1 Oct 2017 12:16:24 +0000 (12:16 +0000)
llvm-svn: 314623

clang/lib/Sema/SemaType.cpp

index b12c746..556f1ed 100644 (file)
@@ -5606,7 +5606,6 @@ ParsedType Sema::ActOnObjCInstanceType(SourceLocation Loc) {
 /// space for the type.
 static void HandleAddressSpaceTypeAttribute(QualType &Type,
                                             const AttributeList &Attr, Sema &S){
-
   // If this type is already address space qualified, reject it.
   // ISO/IEC TR 18037 S5.3 (amending C99 6.7.3): "No type shall be qualified by
   // qualifiers for two or more different address spaces."