]> granicus.if.org Git - clang/commit
Allow dllimport on function definitions when they're template instantiations
authorHans Wennborg <hans@hanshq.net>
Mon, 19 May 2014 20:14:13 +0000 (20:14 +0000)
committerHans Wennborg <hans@hanshq.net>
Mon, 19 May 2014 20:14:13 +0000 (20:14 +0000)
commit30cd91ebc297f21d5a1b6a60fdfe3227b7471bcb
tree762fd4defa279f2ecb8e4271a630f3dfaf46f01c
parent5df23100803789e9cac8dcec85d23cace2dafe46
Allow dllimport on function definitions when they're template instantiations

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