Test Commit.

llvm-svn: 314623
This commit is contained in:
Andrew Gozillon 2017-10-01 12:16:24 +00:00
parent 3c9c60c727
commit 8c69954a61
1 changed files with 0 additions and 1 deletions

View 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."