]> granicus.if.org Git - clang/commit
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)
commitef36b882224929daeffb5f28659d784f694e3008
tree6915e163ddc5e402edcb24faeeb8024c89d5df4e
parent73383157c534bbad9c2089919cc8a8ef0ebc0aa7
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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@262442 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGenCXX/dllexport.cpp
test/CodeGenCXX/dllimport.cpp