]> granicus.if.org Git - clang/commit
Follow-up to r216619: use isCXXCLassMember() instead of trying to
authorHans Wennborg <hans@hanshq.net>
Wed, 29 Oct 2014 21:20:57 +0000 (21:20 +0000)
committerHans Wennborg <hans@hanshq.net>
Wed, 29 Oct 2014 21:20:57 +0000 (21:20 +0000)
commit3e9c1922fa42ec63cac13cf22707dea71590791f
treeb025469f486900fba61dbc846c45c5903f6934db
parent08a1416b41b655a604dbbe0b7f3ad152e69c647f
Follow-up to r216619: use isCXXCLassMember() instead of trying to
check the context ourselves when selectively allowing late-added
dll attributes on unused free functions and variables (PR20746)

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