]> granicus.if.org Git - clang/commit
Add ms_struct attribute on record typee
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 26 Apr 2011 17:54:40 +0000 (17:54 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 26 Apr 2011 17:54:40 +0000 (17:54 +0000)
commitc1a0a73c1fad684dd23e9aade02c4e00dbaeaee6
tree212dc5afb8f8058e869f0b63e0f11d20f38e3883
parent8a285ae6fc4926cc4e419025eec63e2d6696e13f
Add ms_struct attribute on record typee
(and ignore it for now) - wip.

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