Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [clang] Fix failing attribute test on Windows | Louis Dionne | 2018-10-10 | 1 | -1/+1 |
| | | | | | | | | The test added in r344146 was failing because the ABI on Windows is different, and that test includes ABI-specific details. The test now harcodes which ABI to use so we can rely on those details. llvm-svn: 344159 | ||||
* | [clang] Properly apply attributes on explicit instantiations of static data ↵ | Louis Dionne | 2018-10-10 | 1 | -0/+25 |
members Summary: https://llvm.org/PR39118 Reviewers: aaron.ballman, rnk Subscribers: dexonsmith, cfe-commits Differential Revision: https://reviews.llvm.org/D52675 llvm-svn: 344146 |