aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/MicrosoftExtensions.c
AgeCommit message (Expand)Author
2012-08-08Unify the codepaths for emitting deprecation warnings. The test changes are ...Eli Friedman
2012-06-19Reapplying the changes from r158717 as they were rolled back to avoid merge c...Aaron Ballman
2012-06-19Revert r158700 and dependent patches r158716, r158717, and r158731.Jakob Stoklund Olesen
2012-06-19Improves parsing and semantic analysis for MS __declspec attributes. This in...Aaron Ballman
2012-04-23with -Wdeprecated, include a note to its deprecated declarationFariborz Jahanian
2012-02-23Turned on support for __declspec(deprecated) in MS compatibility mode.Aaron Ballman
2012-02-16Shift Microsoft enum extensions from -fms-extensions to -fms-compatibility, s...Eli Friedman
2012-02-01Fix crash on invalid in microsoft anonymous struct extension.Nico Weber
2011-05-11Add a Microsoft C test following r131201.Francois Pichet
2011-02-22We need a longer long when testing this pathe Microsoft fixed-underlying-type...Douglas Gregor
2011-02-22Enable enumeration types with a fixed underlying type, e.g.,Douglas Gregor
2010-11-23Microsoft C anonymous struct implementation.Francois Pichet
2010-10-18Microsoft enum extensions. 2 things will change on -fms-extensions:Francois Pichet
2010-10-06Remove hard CRLF end-of-line markers from two files. These should be addedChandler Carruth
2010-09-15Microsoft's flexible array rules relaxation:Francois Pichet