From 45d413260e82b57db8a3fc55bb2d90ce48ad0d45 Mon Sep 17 00:00:00 2001 From: Andrey Bokhanko Date: Wed, 11 May 2016 18:38:21 +0000 Subject: [MSVC] Implementation of __unaligned as a proper type qualifier This patch implements __unaligned (MS extension) as a proper type qualifier (before that, it was implemented as an ignored attribute). It also fixes PR27367 and PR27666. Differential Revision: http://reviews.llvm.org/D20103 llvm-svn: 269220 --- clang/lib/Sema/SemaDeclObjC.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'clang/lib/Sema/SemaDeclObjC.cpp') diff --git a/clang/lib/Sema/SemaDeclObjC.cpp b/clang/lib/Sema/SemaDeclObjC.cpp index 400dc637754..3fb29d46cf4 100644 --- a/clang/lib/Sema/SemaDeclObjC.cpp +++ b/clang/lib/Sema/SemaDeclObjC.cpp @@ -1503,6 +1503,7 @@ void Sema::actOnObjCTypeArgsOrProtocolQualifiers( SourceLocation(), SourceLocation(), SourceLocation(), + SourceLocation(), SourceLocation()), parsedAttrs, starLoc); -- cgit v1.2.3