aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/MicrosoftCompatibility.c
AgeCommit message (Expand)Author
2012-10-02Splitting this test case into two because the behavior for the calling conven...Aaron Ballman
2012-10-02Allowing individual targets to determine whether a given calling convention i...Aaron Ballman
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-02-23Turned on support for __declspecs: noreturn, noinline, nothrow and naked in M...Aaron Ballman
2012-02-16Shift Microsoft enum extensions from -fms-extensions to -fms-compatibility, s...Eli Friedman