]> granicus.if.org Git - clang/commit
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)
commit3fa023249555204d0d625c99428e7b9ab95e177a
tree80dda3a3bc584198b8f875ac15d5fac705460540
parent568808add4b48e30cf105d6bc34c27114aa12b4a
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.

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