[PATCH] D20608: clang-cl: Treat dllimport explicit template instantiation definitions as declarations (PR27810, PR27811)

Hans Wennborg via cfe-commits cfe-commits at lists.llvm.org
Tue May 24 18:06:40 PDT 2016


hans created this revision.
hans added reviewers: rnk, thakis.
hans added a subscriber: cfe-commits.

This matches what MSVC does, and should make compiles faster by avoiding to unnecessarily emit a lot of code.

http://reviews.llvm.org/D20608

Files:
  lib/Sema/SemaTemplate.cpp
  test/CodeGenCXX/dllexport.cpp
  test/CodeGenCXX/dllimport.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20608.58365.patch
Type: text/x-patch
Size: 7303 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160525/717f7d38/attachment.bin>


More information about the cfe-commits mailing list