]> granicus.if.org Git - clang/history - test/Sema/MicrosoftExtensions.c
[Sema] A flexible array member must not be the only named member
[clang] / test / Sema / MicrosoftExtensions.c
2016-07-04 David Majnemer[Sema] A flexible array member must not be the only...
2016-05-26 Andrey Bokhanko[MSVC] Support for __unaligned qualifier in functions
2016-05-11 Andrey Bokhanko[MSVC] Implementation of __unaligned as a proper type...
2016-05-06 Nico WeberRevert r268727, it caused PR27666.
2016-05-06 Andrey Bokhanko[MSVC] Implementation of __unaligned as a proper type...
2016-04-15 Nico WeberRevert r266415, it broke parsing SDK headers (PR27367).
2016-04-15 Andrey Bokhanko[MSVC Compat] Implementation of __unaligned (MS extensi...
2014-09-18 David MajnemerSema: Diagnose undefined structs used as Microsoft...
2014-08-26 Fariborz Jahanianrevert patch r216469.
2014-08-26 Fariborz Jahanianc11- Check for c11 language option as documentation...
2014-08-11 David MajnemerSema: Properly perform lookup when acting on fields...
2014-08-11 David MajnemerSema: Handle declspecs without declarators in records...
2014-07-23 Saleem Abdulrasooltest: add an explicit target triple
2014-03-26 Reid KlecknerTry to fix arm bots by removing a superfluous __cdecl
2014-03-26 Reid Kleckner-fms-extensions: Add __va_start builtin, which is used...
2013-12-18 Ted KremenekImplemented delayed processing of 'unavailable' checkin...
2013-11-24 Aaron Ballman__declspec(uuid) is only supported for C++ code accordi...
2013-07-30 Aaron Ballmanerr_attribute_not_string has been subsumed by err_attri...
2013-07-18 Aaron BallmanRemoved a parameter from handleAttrWithMessage to make...
2013-06-06 Hans WennborgDisallow reinterpret_cast from pointer to bool on Windows
2013-05-22 Aaron BallmanAdding in parsing and the start of semantic support...
2012-08-08 Eli FriedmanUnify the codepaths for emitting deprecation warnings...
2012-06-19 Aaron BallmanReapplying the changes from r158717 as they were rolled...
2012-06-19 Jakob Stoklund OlesenRevert r158700 and dependent patches r158716, r158717...
2012-06-19 Aaron BallmanImproves parsing and semantic analysis for MS __declspe...
2012-04-23 Fariborz Jahanianwith -Wdeprecated, include a note to its deprecated...
2012-02-23 Aaron BallmanTurned on support for __declspec(deprecated) in MS...
2012-02-16 Eli FriedmanShift Microsoft enum extensions from -fms-extensions...
2012-02-01 Nico WeberFix crash on invalid in microsoft anonymous struct...
2011-05-11 Francois PichetAdd a Microsoft C test following r131201.
2011-02-22 Douglas GregorWe need a longer long when testing this pathe Microsoft...
2011-02-22 Douglas GregorEnable enumeration types with a fixed underlying type...
2010-11-23 Francois PichetMicrosoft C anonymous struct implementation.
2010-10-18 Francois PichetMicrosoft enum extensions. 2 things will change on...
2010-10-06 Chandler CarruthRemove hard CRLF end-of-line markers from two files...
2010-09-15 Francois PichetMicrosoft's flexible array rules relaxation: