[PATCH] D20437: [MSVC] Support of __unaligned qualifier for function types
Andrey Bokhanko via cfe-commits
cfe-commits at lists.llvm.org
Thu May 19 08:33:17 PDT 2016
andreybokhanko created this revision.
andreybokhanko added reviewers: rnk, majnemer.
andreybokhanko added a subscriber: cfe-commits.
This adds support of MS-specific "__unaligned" qualifier for function types and fixes errors described by David Majnemer in this thread: http://lists.llvm.org/pipermail/cfe-commits/Week-of-Mon-20160509/thread.html#158098
Yours,
Andrey
=====
Software Engineer
Intel Compiler Team
http://reviews.llvm.org/D20437
Files:
include/clang/AST/Type.h
include/clang/Sema/DeclSpec.h
lib/AST/DeclCXX.cpp
lib/AST/MicrosoftMangle.cpp
lib/Sema/DeclSpec.cpp
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaType.cpp
test/CodeGenCXX/mangle-ms-cxx11.cpp
test/Sema/MicrosoftExtensions.c
test/SemaCXX/MicrosoftExtensions.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20437.57801.patch
Type: text/x-patch
Size: 8239 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160519/1468fb34/attachment-0001.bin>
More information about the cfe-commits
mailing list