summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/dllexport.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r340079:Reid Kleckner2018-08-171-1/+1
* [FileCheck] Add -allow-deprecated-dag-overlap to failing clang testsJoel E. Denny2018-07-111-6/+6
* IRgen: Mark aliases of ctors and dtors as unnamed_addr.Peter Collingbourne2018-06-181-1/+1
* Bring r328238 back with a fix.Rafael Espindola2018-03-231-0/+2
* Set dso_local on __ImageBase.Rafael Espindola2018-03-221-0/+2
* Revert "Set dso_local on vtables."Rafael Espindola2018-03-221-2/+0
* Set dso_local on vtables.Rafael Espindola2018-03-221-0/+2
* [MS] Don't escape MS C++ names with \01Reid Kleckner2018-03-161-166/+166
* Propagate DLLAttr to friend re-declarations of member functionsStephan Bergmann2018-03-081-0/+10
* Start setting dllimport/dllexport in setGVProperties.Rafael Espindola2018-03-011-3/+3
* Re-commit r324991 "Fix for PR32992. Static const classes not exported."Hans Wennborg2018-02-261-0/+30
* Bring r325915 back.Rafael Espindola2018-02-231-242/+242
* Revert "Start setting dso_local for COFF."Rafael Espindola2018-02-231-242/+242
* Start setting dso_local for COFF.Rafael Espindola2018-02-231-242/+242
* Revert r324991 "Fix for PR32992. Static const classes not exported."Hans Wennborg2018-02-141-19/+0
* Fix for PR32992. Static const classes not exported.Hans Wennborg2018-02-131-0/+19
* PR35456: Track definedness of variable template specializations separately fromRichard Smith2017-12-021-7/+1
* [test] Fix a typo in a test comment. NFC.Martin Storsjo2017-11-281-1/+1
* For dllexport class templates, export specializations of member functions (PR...Hans Wennborg2017-10-101-0/+15
* Revert "For dllexport class templates, export specializations of member funct...Reid Kleckner2017-10-061-8/+0
* For dllexport class templates, export specializations of member functions (PR...Hans Wennborg2017-10-051-0/+8
* IRGen: Do not set dllexport on declarations.Peter Collingbourne2017-03-211-3/+3
* [Sema] Restrict explicit instantation definition dllexportShoaib Meenai2017-01-131-3/+17
* Split dllexport default constructor closure tests out into a separate fileReid Kleckner2017-01-091-57/+0
* [MS] Fix function type mangling of default ctor closuresReid Kleckner2017-01-091-0/+6
* [MS] Instantiate default args during instantiation of exported default ctorsReid Kleckner2017-01-051-0/+12
* Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth2016-12-231-2/+2
* CodeGen: New vtable group representation: struct of vtable arrays.Peter Collingbourne2016-12-131-3/+3
* [Sema] Respect DLL attributes more faithfullyShoaib Meenai2016-12-051-0/+7
* Re-commit r270748 "clang-cl: Treat dllimport explicit template instantiation ...Hans Wennborg2016-05-261-8/+5
* Revert r270748 "clang-cl: Treat dllimport explicit template instantiation def...Hans Wennborg2016-05-251-5/+8
* clang-cl: Treat dllimport explicit template instantiation definitions as decl...Hans Wennborg2016-05-251-8/+5
* [MSVC2015] dllexport for defaulted special class membersDmitry Polukhin2016-05-241-8/+33
* [ms][dll] #27212: Generating of implicit special members should take into acc...Dmitry Polukhin2016-05-131-3/+20
* Add a test for PR26076.Nico Weber2016-05-051-0/+14
* Fix broken tests from no-jump-table commitNirav Dave2016-04-051-6/+6
* Revert "For MS ABI, emit dllexport friend functions defined inline in class"Reid Kleckner2016-03-171-2/+0
* For MS ABI, emit dllexport friend functions defined inline in classReid Kleckner2016-03-171-0/+2
* Add a few dllimport/dllexport tests. NFCReid Kleckner2016-03-021-0/+24
* [dllexport] Sort out emission order of delayed exported classesReid Kleckner2016-02-261-0/+11
* Revert "Avoid forcing emission of delayed dllexported classes on template ins...Reid Kleckner2016-02-091-11/+0
* Avoid forcing emission of delayed dllexported classes on template instantiationReid Kleckner2016-02-091-0/+11
* [opaque pointer type] update test cases for explicit pointee types on global ...David Blaikie2015-09-111-1/+1
* Delay emitting members of dllexport classes until the class is fully parsed (...Hans Wennborg2015-08-151-1/+49
* [MS ABI] Stick constructor closures in an IR COMDAT groupDavid Majnemer2015-06-301-6/+6
* [MS Compatibility] Handle cleanups we create for a ctor closureDavid Majnemer2015-06-111-0/+16
* Enable DLL attribute propagation on explicit instantiation definitions (PR23770)Hans Wennborg2015-06-091-0/+5
* MinGW: don't allow adding DLL attribute if template already has explicit inst...Hans Wennborg2015-06-091-0/+2
* Enable propagation of dll attributes to previously instantiated base class te...Hans Wennborg2015-06-091-2/+17
* Get the dll storage class right for structors of classes exported/imported vi...Hans Wennborg2015-05-281-1/+2