summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/dllimport.cpp
Commit message (Collapse)AuthorAgeFilesLines
* IRGen: Add more tests for dll attributesNico Rieck2014-05-251-18/+496
| | | | llvm-svn: 209596
* Allow dllimport on function definitions when they're template instantiationsHans Wennborg2014-05-191-1/+1
| | | | llvm-svn: 209157
* Allow dllimport/dllexport on inline functions and adjust the linkage.Hans Wennborg2014-05-151-0/+25
This is a step towards handling these attributes on classes (PR11170). Differential Revision: http://reviews.llvm.org/D3772 llvm-svn: 208925
OpenPOWER on IntegriCloud