summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/ms-declspecs.c
Commit message (Collapse)AuthorAgeFilesLines
* Reapplying the changes from r158717 as they were rolled back to avoid merge ↵Aaron Ballman2012-06-191-0/+8
| | | | | | conflicts from a separate problematic patch. llvm-svn: 158750
* Revert r158700 and dependent patches r158716, r158717, and r158731.Jakob Stoklund Olesen2012-06-191-8/+0
| | | | | | | | The original r158700 caused crashes in the gcc test suite, g++.abi/vtable3a.C among others. It also caused failures in the libc++ test suite. llvm-svn: 158749
* Improves parsing and semantic analysis for MS __declspec attributes. This ↵Aaron Ballman2012-06-191-0/+8
| | | | | | includes support for the align (which fixes PR12631). llvm-svn: 158717
* Turned on support for __declspecs: noreturn, noinline, nothrow and naked in ↵Aaron Ballman2012-02-231-0/+16
MS compatibility mode. llvm-svn: 151295
OpenPOWER on IntegriCloud