summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/dllimport.cpp
Commit message (Expand)AuthorAgeFilesLines
* __declspec is not a core Clang language extension. Instead, require -fms-exte...Aaron Ballman2015-05-261-4/+4
* Don't allow dllimport/export on classes with internal linkage (PR21399)Hans Wennborg2014-11-031-0/+4
* Don't dllimport inline functions when targeting MinGW (PR21366)Hans Wennborg2014-11-031-45/+267
* Follow-up to r216619: use isCXXCLassMember() instead of trying toHans Wennborg2014-10-291-1/+11
* The dllimport.cpp test was gating some checks on #ifndef MSABI,Hans Wennborg2014-10-281-8/+12
* 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
* Don't assert on different DLL attributes in template and explicit instantiati...Hans Wennborg2014-08-241-1/+1
* Ignore -Wunsupported-dll-base-class-template by defaultHans Wennborg2014-08-221-4/+4
* Don't drop dllimport from qualified friend redeclarations (PR20512)Hans Wennborg2014-08-041-0/+7
* 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-0/+83
* MS ABI: Ignore dll attributes on partial template specializationsHans Wennborg2014-06-241-0/+9
* Don't inherit dll attributes to deleted methods (PR19988)Hans Wennborg2014-06-101-0/+8
* Downgrade "definition of dllimport static field" error to warning for class t...Hans Wennborg2014-06-041-12/+19
* Diagnose dll attribute on member of class that already has a dll attributeHans Wennborg2014-05-311-2/+24
* Start adding support for dllimport/dllexport on classes (PR11170)Hans Wennborg2014-05-301-9/+18
* Sema: Functions with dll attributes cannot be deletedNico Rieck2014-05-291-0/+19
* Sema: Check dll attributes on static data membersNico Rieck2014-05-291-0/+182
* Sema: Add dll attribute tests for member functionsNico Rieck2014-05-251-0/+391
* Sema: Add dll attribute tests for variable templatesNico Rieck2014-05-251-0/+80
* Sema: Add more tests for dll attributes on inline functionsNico Rieck2014-05-231-1/+49
* Fix typoNico Rieck2014-05-231-1/+1
* Allow dllimport/dllexport on inline functions and adjust the linkage.Hans Wennborg2014-05-151-7/+7
* 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/+23
* Sema: Check dll attributes on redeclarationsNico Rieck2014-03-311-12/+58
* Fix tests in r204576Nico Rieck2014-03-231-4/+4
* Treat dllimport globals without explicit storage class as externNico Rieck2014-03-231-0/+27
* Sema: Definition of dllimport globals is not allowedNico Rieck2014-02-261-5/+9
* Reorganize and improve semantic tests for dllexport/importNico Rieck2014-02-221-0/+127
OpenPOWER on IntegriCloud