summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/ms-align-tentative.c
Commit message (Collapse)AuthorAgeFilesLines
* MS ABI: Records with fields with required aligmnet shouldn't be commonDavid Majnemer2015-02-031-0/+5
| | | | llvm-svn: 227954
* MS ABI: Records with required alignment can't have common linkageDavid Majnemer2015-02-031-1/+6
| | | | | | This fixes PR22441. llvm-svn: 227950
* MS ABI: Aligned tentative definitions don't have CommonLinkageDavid Majnemer2014-08-051-0/+15
int __declspec(align(16)) foo; is a tentative definition but the storage for that variable should not have CommonLinkage. llvm-svn: 214828
OpenPOWER on IntegriCloud