Add a few dllimport/dllexport tests. NFC
authorReid Kleckner <rnk@google.com>
Wed, 2 Mar 2016 01:21:48 +0000 (01:21 +0000)
committerReid Kleckner <rnk@google.com>
Wed, 2 Mar 2016 01:21:48 +0000 (01:21 +0000)
commit9cc4b4e0425861ada76052e7f34823a5a810382f
tree436362388315984ef8ef59aa567cbd3d6fc27e7e
parent896ddd03e960af2def5ae8427715b01eb113841e
Add a few dllimport/dllexport tests.  NFC

Summary:
This change just adds tests for some corner cases of dllimport/dllexport,
primarily for some static methods.

We plan to enable dllimport/dllexport support for the PS4, and these
additional tests are for points we previously were testing internally.

-Warren Ristow
SN Systems - Sony Computer Entertainment Group

Reviewers: rnk

Subscribers: silvas

Differential Revision: http://reviews.llvm.org/D17775

llvm-svn: 262442
clang/test/CodeGenCXX/dllexport.cpp
clang/test/CodeGenCXX/dllimport.cpp