summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/dllexport-members.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MSVC2015] dllexport for defaulted special class membersDmitry Polukhin2016-05-241-2/+30
* [MS ABI] Give linkonce_odr, instead of external_linkage, to certain kinds of ...David Majnemer2015-10-191-6/+6
* [MS ABI] Explicit specialization of static data members are weakDavid Majnemer2015-07-171-3/+3
* [MSVC] Handle out-of-line definition of static data member correctly (fix for...Alexey Bataev2015-05-201-6/+12
* [patch][pr19848] Produce explicit comdats in clang.Rafael Espindola2015-01-121-16/+16
* Mark C++ reference parameters as dereferenceableHal Finkel2014-07-181-48/+48
* MS compatibility: always emit dllexported in-class initialized static data me...Hans Wennborg2014-07-171-4/+4
* Defer codegen of inline method definitions to the end of current top level de...Hans Wennborg2014-06-061-1/+3
* Remove unused struct from testAlp Toker2014-05-301-11/+0
* Make runlines consistent with other dll attribute testsNico Rieck2014-05-291-4/+4
* MS ABI: Emit static data members with proper linkageNico Rieck2014-05-291-7/+6
* Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky2014-05-281-48/+48
* IRGen: Add more tests for dll attributesNico Rieck2014-05-251-0/+657