summaryrefslogtreecommitdiffstats
path: root/test/Sema/pragma-ms_struct.c
Commit message (Expand)AuthorAgeFilesLines
* Determine the attribute subject for diagnostics based on declarative informat...Aaron Ballman2017-11-261-2/+2
* __declspec is not a core Clang language extension. Instead, require -fms-exte...Aaron Ballman2015-05-261-1/+1
* Unify __declspec attribute argument parsing with the common attribute argumen...Aaron Ballman2014-03-311-1/+1
* Automated checking for C++ when determining what argument to send to the diag...Aaron Ballman2013-11-271-2/+2
* There is no such thing as __declspec(ms_struct), this is a GNU attribute. Swi...Aaron Ballman2013-11-201-4/+6
* Make -mms-bitfields behave consistently.Eli Friedman2012-10-121-0/+6
* Fixes a bug in calculation of field offsets of ms_structFariborz Jahanian2011-12-121-0/+21
* Add ms_struct attribute on record typeeFariborz Jahanian2011-04-261-0/+15
* Recognize gcc's ms_struct pragma (and ignore for now).Fariborz Jahanian2011-04-251-0/+19