]> granicus.if.org Git - clang/commit
Don't warn about undefined inline functions if they're dllexport/import
authorHans Wennborg <hans@hanshq.net>
Thu, 22 May 2014 20:45:53 +0000 (20:45 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 22 May 2014 20:45:53 +0000 (20:45 +0000)
commit3175e5fb93c1aeaaeafa01c34731c45c348aa804
treee6718d1559b410f16bcbcdd91e736b6f8cb86202
parentc2f2b74ec2885c7a6f2a96a4626bac42269fbcf6
Don't warn about undefined inline functions if they're dllexport/import

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209471 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/Sema.cpp
test/SemaCXX/undefined-inline.cpp