summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/dllexport-members.cpp
AgeCommit message (Expand)Author
2016-05-24[MSVC2015] dllexport for defaulted special class membersDmitry Polukhin
2015-10-19[MS ABI] Give linkonce_odr, instead of external_linkage, to certain kinds of ...David Majnemer
2015-07-17[MS ABI] Explicit specialization of static data members are weakDavid Majnemer
2015-05-20[MSVC] Handle out-of-line definition of static data member correctly (fix for...Alexey Bataev
2015-01-12[patch][pr19848] Produce explicit comdats in clang.Rafael Espindola
2014-07-18Mark C++ reference parameters as dereferenceableHal Finkel
2014-07-17MS compatibility: always emit dllexported in-class initialized static data me...Hans Wennborg
2014-06-06Defer codegen of inline method definitions to the end of current top level de...Hans Wennborg
2014-05-30Remove unused struct from testAlp Toker
2014-05-29Make runlines consistent with other dll attribute testsNico Rieck
2014-05-29MS ABI: Emit static data members with proper linkageNico Rieck
2014-05-28Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky
2014-05-25IRGen: Add more tests for dll attributesNico Rieck