summaryrefslogtreecommitdiff
path: root/test/Sema/MicrosoftCompatibility.c
Commit message (Expand)AuthorAgeFilesLines
* Emit -Wmicrosoft-enum-value warning instead of error in MS ABIReid Kleckner2019-09-111-1/+13
* [Sema] The alignment of an object has an upper bound from the object file formatDavid Majnemer2015-07-261-1/+1
* Sema: size_t is available in C when -fms-compatibility is enabledDavid Majnemer2015-02-181-0/+2
* Unify __declspec attribute argument parsing with the common attribute argumen...Aaron Ballman2014-03-311-2/+2
* No longer accepting attribute spellings with prefix and suffix underscores ex...Aaron Ballman2013-12-111-0/+2
* Splitting this test case into two because the behavior for the calling conven...Aaron Ballman2012-10-021-6/+0
* Allowing individual targets to determine whether a given calling convention i...Aaron Ballman2012-10-021-1/+7
* Reapplying the changes from r158717 as they were rolled back to avoid merge c...Aaron Ballman2012-06-191-1/+6
* Revert r158700 and dependent patches r158716, r158717, and r158731.Jakob Stoklund Olesen2012-06-191-6/+1
* Improves parsing and semantic analysis for MS __declspec attributes. This in...Aaron Ballman2012-06-191-1/+6
* Turned on support for __declspecs: noreturn, noinline, nothrow and naked in M...Aaron Ballman2012-02-231-0/+4
* Shift Microsoft enum extensions from -fms-extensions to -fms-compatibility, s...Eli Friedman2012-02-161-0/+12