summaryrefslogtreecommitdiffstats
path: root/test/Sema/MicrosoftExtensions.c
Commit message (Expand)AuthorAgeFilesLines
* [ms] Add support for parsing uuid as a Microsoft attribute.Nico Weber2016-09-031-0/+2
* [Sema] A flexible array member must not be the only named memberDavid Majnemer2016-07-041-0/+6
* [MSVC] Support for __unaligned qualifier in functionsAndrey Bokhanko2016-05-261-0/+2
* [MSVC] Implementation of __unaligned as a proper type qualifierAndrey Bokhanko2016-05-111-0/+8
* Revert r268727, it caused PR27666.Nico Weber2016-05-061-8/+0
* [MSVC] Implementation of __unaligned as a proper type qualifierAndrey Bokhanko2016-05-061-0/+8
* Revert r266415, it broke parsing SDK headers (PR27367).Nico Weber2016-04-151-8/+0
* [MSVC Compat] Implementation of __unaligned (MS extension) as a type qualifierAndrey Bokhanko2016-04-151-0/+8
* Sema: Diagnose undefined structs used as Microsoft anonymous structsDavid Majnemer2014-09-181-0/+8
* revert patch r216469.Fariborz Jahanian2014-08-261-1/+1
* c11- Check for c11 language option as documentation saysFariborz Jahanian2014-08-261-1/+1
* Sema: Properly perform lookup when acting on fields for desig initsDavid Majnemer2014-08-111-0/+2
* Sema: Handle declspecs without declarators in records properly in C modeDavid Majnemer2014-08-111-0/+15
* test: add an explicit target tripleSaleem Abdulrasool2014-07-231-1/+1
* 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