summaryrefslogtreecommitdiff
path: root/test/SemaCXX/dllexport.cpp
AgeCommit message (Expand)Author
2017-11-26Determine the attribute subject for diagnostics based on declarative informat...Aaron Ballman
2017-01-05[MS] Instantiate default args during instantiation of exported default ctorsReid Kleckner
2016-07-15Sema: support __declspec(dll*) on ObjC interfacesSaleem Abdulrasool
2015-12-31[MSVC Compat] Diagnose multiple default ctors for dllexport'd classesDavid Majnemer
2015-09-15MS ABI: Don't allow dllexport/import on lambdasHans Wennborg
2015-09-04Don't allow dllexport/import on static local variablesHans Wennborg
2015-08-28Allow TLS vars in dllimport/export functions; only inline dllimport functions...Hans Wennborg
2015-06-09Enable propagation of dll attributes to previously instantiated base class te...Hans Wennborg
2015-06-09Narrow the -Wunsupported-dll-base-class-template warning.Hans Wennborg
2015-05-26__declspec is not a core Clang language extension. Instead, require -fms-exte...Aaron Ballman
2015-04-22Don't dllimport/export class members with internal linkage (PR23308)Hans Wennborg
2015-01-15Warn about dllexported explicit class template instantiation declarations (PR...Hans Wennborg
2014-11-03Don't allow dllimport/export on classes with internal linkage (PR21399)Hans Wennborg
2014-10-29Follow-up to r216619: use isCXXCLassMember() instead of trying toHans Wennborg
2014-10-04MS ABI: Disallow dllimported/exported variables from having TLSDavid Majnemer
2014-08-27Allow adding dll attributes on certain redecls with a warning if the decl has...Hans Wennborg
2014-08-22Ignore -Wunsupported-dll-base-class-template by defaultHans Wennborg
2014-08-21MS ABI: Don't always instantiate all members of dllexported class templates (...Hans Wennborg
2014-07-14Avoid non-attributive uses of 'unsupported' in diagnosticsAlp Toker
2014-06-25MS ABI: Propagate class-level DLL attributes to class template specialization...Hans Wennborg
2014-06-24MS ABI: Ignore dll attributes on partial template specializationsHans Wennborg
2014-05-30Start adding support for dllimport/dllexport on classes (PR11170)Hans Wennborg
2014-05-29Sema: Functions with dll attributes cannot be deletedNico Rieck
2014-05-29Sema: Check dll attributes on static data membersNico Rieck
2014-05-25Sema: Add dll attribute tests for member functionsNico Rieck
2014-05-25Sema: Add dll attribute tests for variable templatesNico Rieck
2014-05-23Sema: Add more tests for dll attributes on inline functionsNico Rieck
2014-05-15Allow dllimport/dllexport on inline functions and adjust the linkage.Hans Wennborg
2014-04-02Some more anonymous namespace diagnostics to switch to ()David Blaikie
2014-03-31Sema: Require external linkage for dll attributesNico Rieck
2014-03-31Sema: Check dll attributes on redeclarationsNico Rieck
2014-02-26Sema: Definition of dllimport globals is not allowedNico Rieck
2014-02-22Reorganize and improve semantic tests for dllexport/importNico Rieck