diff options
author | Andrew Gozillon <andrew.gozillon@uws.ac.uk> | 2017-10-01 12:16:24 +0000 |
---|---|---|
committer | Andrew Gozillon <andrew.gozillon@uws.ac.uk> | 2017-10-01 12:16:24 +0000 |
commit | 8c69954a61cd6148b1b257db346e1554670ce696 (patch) | |
tree | 5ced4228884bd34cd741fd2dd337c20ab4b1d647 /clang/lib | |
parent | 3c9c60c7270f4697f8b41781de5cd0a76cd9d75d (diff) | |
download | bcm5719-llvm-8c69954a61cd6148b1b257db346e1554670ce696.tar.gz bcm5719-llvm-8c69954a61cd6148b1b257db346e1554670ce696.zip |
Test Commit.
llvm-svn: 314623
Diffstat (limited to 'clang/lib')
-rw-r--r-- | clang/lib/Sema/SemaType.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaType.cpp b/clang/lib/Sema/SemaType.cpp index b12c746b460..556f1ed7639 100644 --- a/clang/lib/Sema/SemaType.cpp +++ b/clang/lib/Sema/SemaType.cpp @@ -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." |