summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/dllimport-members.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MS] Don't escape MS C++ names with \01Reid Kleckner2018-03-161-204/+204
* Bring r325915 back.Rafael Espindola2018-02-231-199/+199
* Revert "Start setting dso_local for COFF."Rafael Espindola2018-02-231-199/+199
* Start setting dso_local for COFF.Rafael Espindola2018-02-231-199/+199
* Revert "Fix for PR32990"Reid Kleckner2017-12-211-4/+8
* Fix for PR32990Erich Keane2017-12-211-8/+4
* Don't suppress instantiation of definitions for variables subject to explicitRichard Smith2017-10-181-2/+2
* Try harder to not inline dllimport functions referencing non-dllimport functionsHans Wennborg2016-09-131-1/+1
* [ms][dll] #26935 Defining a dllimport function should cause it to be exportedDenis Zobnin2016-05-251-14/+14
* Don't dllimport inline functions when targeting MinGW (PR21366)Hans Wennborg2014-11-031-203/+205
* Mark C++ reference parameters as dereferenceableHal Finkel2014-07-181-78/+78
* MS compatibility: always emit dllexported in-class initialized static data me...Hans Wennborg2014-07-171-6/+6
* Fix some minor typos in testsNico Rieck2014-05-291-2/+2
* MS ABI: Emit static data members with proper linkageNico Rieck2014-05-291-14/+6
* Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky2014-05-281-78/+78
* Don't dllimport/export destructor variants implemented by thunks.Hans Wennborg2014-05-281-13/+10
* IRGen: Add more tests for dll attributesNico Rieck2014-05-251-0/+886