The dllimport.cpp test was gating some checks on #ifndef MSABI,
authorHans Wennborg <hans@hanshq.net>
Tue, 28 Oct 2014 22:15:55 +0000 (22:15 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 28 Oct 2014 22:15:55 +0000 (22:15 +0000)
commit349847d02a00017225b34b35eeb9dceb730d08b8
tree50d3f528991e80726778a946793735b7252fdeea
parente0afce767a500049184e294cb138a2f3fad0c3e0
The dllimport.cpp test was gating some checks on #ifndef MSABI,
but MSABI was never defined in the test. It seems we are erroring
on code that we should be accepting when compiling for MSVC compatibility.

This should make the test less confusing until PR21406 is fixed.

llvm-svn: 220825
clang/test/SemaCXX/dllimport.cpp