summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/dllexport.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MinGW] Fix dllexport of explicit template instantiationMartin Storsjo2019-04-261-5/+24
* Ensure that const variables declared at namespace scope correctly have extern...Aaron Ballman2019-03-191-0/+4
* Determine the attribute subject for diagnostics based on declarative informat...Aaron Ballman2017-11-261-8/+8
* [MS] Instantiate default args during instantiation of exported default ctorsReid Kleckner2017-01-051-0/+21
* Sema: support __declspec(dll*) on ObjC interfacesSaleem Abdulrasool2016-07-151-6/+12
* [MSVC Compat] Diagnose multiple default ctors for dllexport'd classesDavid Majnemer2015-12-311-1/+6
* MS ABI: Don't allow dllexport/import on lambdasHans Wennborg2015-09-151-0/+9
* Don't allow dllexport/import on static local variablesHans Wennborg2015-09-041-7/+2
* Allow TLS vars in dllimport/export functions; only inline dllimport functions...Hans Wennborg2015-08-281-0/+9
* Enable propagation of dll attributes to previously instantiated base class te...Hans Wennborg2015-06-091-5/+9
* Narrow the -Wunsupported-dll-base-class-template warning.Hans Wennborg2015-06-091-7/+3
* __declspec is not a core Clang language extension. Instead, require -fms-exte...Aaron Ballman2015-05-261-4/+4
* Don't dllimport/export class members with internal linkage (PR23308)Hans Wennborg2015-04-221-0/+6
* Warn about dllexported explicit class template instantiation declarations (PR...Hans Wennborg2015-01-151-2/+7
* Don't allow dllimport/export on classes with internal linkage (PR21399)Hans Wennborg2014-11-031-0/+4
* Follow-up to r216619: use isCXXCLassMember() instead of trying toHans Wennborg2014-10-291-1/+11
* MS ABI: Disallow dllimported/exported variables from having TLSDavid Majnemer2014-10-041-0/+3
* Allow adding dll attributes on certain redecls with a warning if the decl has...Hans Wennborg2014-08-271-5/+5
* Ignore -Wunsupported-dll-base-class-template by defaultHans Wennborg2014-08-221-4/+4
* MS ABI: Don't always instantiate all members of dllexported class templates (...Hans Wennborg2014-08-211-0/+43
* Avoid non-attributive uses of 'unsupported' in diagnosticsAlp Toker2014-07-141-4/+4
* MS ABI: Propagate class-level DLL attributes to class template specialization...Hans Wennborg2014-06-251-1/+81
* MS ABI: Ignore dll attributes on partial template specializationsHans Wennborg2014-06-241-2/+13
* Start adding support for dllimport/dllexport on classes (PR11170)Hans Wennborg2014-05-301-8/+18
* Sema: Functions with dll attributes cannot be deletedNico Rieck2014-05-291-0/+16
* Sema: Check dll attributes on static data membersNico Rieck2014-05-291-0/+157
* Sema: Add dll attribute tests for member functionsNico Rieck2014-05-251-0/+388
* Sema: Add dll attribute tests for variable templatesNico Rieck2014-05-251-0/+77
* Sema: Add more tests for dll attributes on inline functionsNico Rieck2014-05-231-0/+20
* Allow dllimport/dllexport on inline functions and adjust the linkage.Hans Wennborg2014-05-151-5/+5
* Some more anonymous namespace diagnostics to switch to ()David Blaikie2014-04-021-3/+3
* Sema: Require external linkage for dll attributesNico Rieck2014-03-311-0/+26
* Sema: Check dll attributes on redeclarationsNico Rieck2014-03-311-2/+38
* Sema: Definition of dllimport globals is not allowedNico Rieck2014-02-261-3/+3
* Reorganize and improve semantic tests for dllexport/importNico Rieck2014-02-221-0/+189