]> granicus.if.org Git - clang/commit
There is no such thing as __declspec(ms_struct), this is a GNU attribute. Switched...
authorAaron Ballman <aaron@aaronballman.com>
Wed, 20 Nov 2013 22:22:04 +0000 (22:22 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Wed, 20 Nov 2013 22:22:04 +0000 (22:22 +0000)
commit0879e06e8ae884c2dfab453e241e00ab609e39ca
treec97504b91311a0c23cc32d6917d66fea46aed9ce
parent6ec3b680064b6d913e1bc53bec666c8ece7fed33
There is no such thing as __declspec(ms_struct), this is a GNU attribute. Switched the attribute to have the proper spelling, gave it a subject, updated the warning to be more accurate, and updated the test case as appropriate.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@195277 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Attr.td
lib/Sema/SemaDeclAttr.cpp
test/Sema/pragma-ms_struct.c