]> granicus.if.org Git - clang/commit
Re-commit "Don't inline dllimport functions referencing non-imported methods"
authorHans Wennborg <hans@hanshq.net>
Mon, 23 Jan 2017 23:57:50 +0000 (23:57 +0000)
committerHans Wennborg <hans@hanshq.net>
Mon, 23 Jan 2017 23:57:50 +0000 (23:57 +0000)
commit9d63b56061c501aa9c02615e60b294a9e7a3b929
tree59e124d443e3dbf53c071f67afe05e737c95b30a
parent5bbcdd7ff92bcdeb55243bc617dda08d6790cedd
Re-commit "Don't inline dllimport functions referencing non-imported methods"

This re-commits r292522 with the addition that it also handles calls
through pointer to member functions without crashing.

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