summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/MicrosoftExtensions.c
Commit message (Expand)AuthorAgeFilesLines
* Try to fix arm bots by removing a superfluous __cdeclReid Kleckner2014-03-261-1/+1
* -fms-extensions: Add __va_start builtin, which is used for x64Reid Kleckner2014-03-261-0/+14
* Implemented delayed processing of 'unavailable' checking, just like with 'dep...Ted Kremenek2013-12-181-3/+3
* __declspec(uuid) is only supported for C++ code according to MSDN (as well as...Aaron Ballman2013-11-241-4/+1
* err_attribute_not_string has been subsumed by err_attribute_argument_type.Aaron Ballman2013-07-301-1/+1
* Removed a parameter from handleAttrWithMessage to make it more consistent wit...Aaron Ballman2013-07-181-1/+1
* Disallow reinterpret_cast from pointer to bool on WindowsHans Wennborg2013-06-061-0/+3
* Adding in parsing and the start of semantic support for __sptr and __uptr poi...Aaron Ballman2013-05-221-0/+29
* Unify the codepaths for emitting deprecation warnings. The test changes are ...Eli Friedman2012-08-081-1/+1
* Reapplying the changes from r158717 as they were rolled back to avoid merge c...Aaron Ballman2012-06-191-0/+2
* Revert r158700 and dependent patches r158716, r158717, and r158731.Jakob Stoklund Olesen2012-06-191-2/+0
* Improves parsing and semantic analysis for MS __declspec attributes. This in...Aaron Ballman2012-06-191-0/+2
* with -Wdeprecated, include a note to its deprecated declarationFariborz Jahanian2012-04-231-2/+2
* Turned on support for __declspec(deprecated) in MS compatibility mode.Aaron Ballman2012-02-231-0/+14
* Shift Microsoft enum extensions from -fms-extensions to -fms-compatibility, s...Eli Friedman2012-02-161-10/+0
* Fix crash on invalid in microsoft anonymous struct extension.Nico Weber2012-02-011-1/+10
* Add a Microsoft C test following r131201.Francois Pichet2011-05-111-0/+8
* We need a longer long when testing this pathe Microsoft fixed-underlying-type...Douglas Gregor2011-02-221-1/+1
* Enable enumeration types with a fixed underlying type, e.g.,Douglas Gregor2011-02-221-0/+12
* Microsoft C anonymous struct implementation.Francois Pichet2010-11-231-4/+40
* Microsoft enum extensions. 2 things will change on -fms-extensions:Francois Pichet2010-10-181-0/+12
* Remove hard CRLF end-of-line markers from two files. These should be addedChandler Carruth2010-10-061-21/+21
* Microsoft's flexible array rules relaxation:Francois Pichet2010-09-151-0/+21
OpenPOWER on IntegriCloud