summaryrefslogtreecommitdiff
path: root/test/Sema/pragma-ms_struct.c
AgeCommit message (Expand)Author
2017-11-26Determine the attribute subject for diagnostics based on declarative informat...Aaron Ballman
2015-05-26__declspec is not a core Clang language extension. Instead, require -fms-exte...Aaron Ballman
2014-03-31Unify __declspec attribute argument parsing with the common attribute argumen...Aaron Ballman
2013-11-27Automated checking for C++ when determining what argument to send to the diag...Aaron Ballman
2013-11-20There is no such thing as __declspec(ms_struct), this is a GNU attribute. Swi...Aaron Ballman
2012-10-12Make -mms-bitfields behave consistently.Eli Friedman
2011-12-12Fixes a bug in calculation of field offsets of ms_structFariborz Jahanian
2011-04-26Add ms_struct attribute on record typeeFariborz Jahanian
2011-04-25Recognize gcc's ms_struct pragma (and ignore for now).Fariborz Jahanian