]> granicus.if.org Git - clang/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@314623 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaType.cpp

index b12c746b460281a96f5974256b5ad203a745f2cc..556f1ed76393de909a003187afa619b0423003bf 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."