summaryrefslogtreecommitdiffstats
path: root/test/Sema/dllexport.c
Commit message (Expand)AuthorAgeFilesLines
* Determine the attribute subject for diagnostics based on declarative informat...Aaron Ballman2017-11-261-6/+6
* Sema: support __declspec(dll*) on ObjC interfacesSaleem Abdulrasool2016-07-151-6/+12
* Don't allow dllexport/import on static local variablesHans Wennborg2015-09-041-0/+5
* __declspec is not a core Clang language extension. Instead, require -fms-exte...Aaron Ballman2015-05-261-4/+4
* 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-0/+12
* Sema: Add more tests for dll attributes on inline functionsNico Rieck2014-05-231-0/+3
* Allow dllimport/dllexport on inline functions and adjust the linkage.Hans Wennborg2014-05-151-2/+2
* Sema: Require external linkage for dll attributesNico Rieck2014-03-311-0/+9
* Sema: Check dll attributes on redeclarationsNico Rieck2014-03-311-0/+13
* 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/+113