Go to file
Hans Wennborg 56fc62bf01 MS compatibility: always emit dllexported in-class initialized static data members (PR20140)
This makes us emit dllexported in-class initialized static data members (which
are treated as definitions in MSVC), even when they're not referenced.

It also makes their special linkage reflected in the GVA linkage instead of
getting massaged in CodeGen.

Differential Revision: http://reviews.llvm.org/D4563

llvm-svn: 213304
2014-07-17 20:25:23 +00:00
clang MS compatibility: always emit dllexported in-class initialized static data members (PR20140) 2014-07-17 20:25:23 +00:00
clang-tools-extra Make the diagnostic message more complete to check the check name. 2014-07-17 10:05:26 +00:00
compiler-rt [asan] Remove leftover debug printf. 2014-07-17 13:05:21 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc prepare-builtins: Fix broken build due to recent LLVM API change 2014-07-07 17:46:45 +00:00
libcxx Fix bug #20335 - memory leak when move-constructing a string with unequal allocator. Thanks to Thomas Koeppe for the report 2014-07-17 15:32:20 +00:00
libcxxabi libcxxabi cmake: Use HandleLLVMOptions.cmake, don't manually add -std=c++11. 2014-07-16 23:53:37 +00:00
lld [PECOFF] Set DLL bit in PE header if DLL. 2014-07-17 00:22:26 +00:00
lldb In Process::LoadImage, if dlopen returns 0x0 fetch the error with dlerror and report 2014-07-17 18:55:25 +00:00
llvm ms inline asm: Don't add x86 segment registers to the clobber list. 2014-07-17 20:24:55 +00:00
openmp CMake: remove duplicated source file from list 2014-06-02 13:09:24 +00:00
polly [Refactor] Move code out of the IslAst header 2014-07-17 16:11:28 +00:00