summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/dllexport.cpp
Commit message (Expand)AuthorAge
* MS ABI: Propagate class-level DLL attributes to class template specialization...Hans Wennborg2014-06-25
* MS ABI: Ignore dll attributes on partial template specializationsHans Wennborg2014-06-24
* Inherit dll attributes to static localsHans Wennborg2014-06-18
* Defer codegen of inline method definitions to the end of current top level de...Hans Wennborg2014-06-06
* Itanium ABI: Update getAddrOfVTable to set the DLL storage class for vtablesHans Wennborg2014-06-02
* Start adding support for dllimport/dllexport on classes (PR11170)Hans Wennborg2014-05-30
* IRGen: Add more tests for dll attributesNico Rieck2014-05-25
* Emit used/dllexport inline method definitions in nested classes (PR19743, PR1...Hans Wennborg2014-05-23
* test/CodeGenCXX/dllexport.cpp: -O2 and -disable-llvm-optzns aren't neddedHans Wennborg2014-05-19
* test/CodeGenCXX/dllexport.cpp: we already correctly emit b() even whenHans Wennborg2014-05-16
* Allow dllimport/dllexport on inline functions and adjust the linkage.Hans Wennborg2014-05-15