summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/attr-on-explicit-template-instantiation.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [clang] Fix failing attribute test on WindowsLouis Dionne2018-10-101-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 Dionne2018-10-101-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
OpenPOWER on IntegriCloud