Go to file
Saleem Abdulrasool 8e5ce33193 Handle function name conflicts in _LIBCPP_MSVCRT mode
Visual Studio's SAL extension uses a macro named __deallocate. This macro is
used pervasively, and gets included through various different ways. This
conflicts with the similarly named interfaces in libc++. Introduce a undef
header similar to __undef_min_max to handle this. This fixes a number of errors
due to the macro replacing the function name.

llvm-svn: 229162
2015-02-13 22:15:32 +00:00
clang [modules] Don't produce duplicate lookup results if the same declaration is 2015-02-13 20:17:14 +00:00
clang-tools-extra Moved header list loading to new class. This is staging for adding module map loading and checking support. 2015-02-13 14:29:22 +00:00
compiler-rt tsan: don't initialize trace header in release mode 2015-02-13 17:39:03 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Implement log10 2015-01-30 18:00:34 +00:00
libcxx Handle function name conflicts in _LIBCPP_MSVCRT mode 2015-02-13 22:15:32 +00:00
libcxxabi unwind: always export unw_local_addr_space 2015-02-13 19:04:48 +00:00
lld Remove file not used anywhere. 2015-02-13 14:30:22 +00:00
lldb Fix build: make_symlink_darwin_debug passes 2 arguments into make_symlink, but it requires 4 arguments 2015-02-13 21:54:52 +00:00
llgo irgen: don't emit debug metadata for locals 2015-01-29 00:34:30 +00:00
llvm Triple: Make setEnvironment not override the object format 2015-02-13 22:05:50 +00:00
openmp Fixed memory corruption problem. 2015-02-10 20:10:21 +00:00
polly [PM] Convert Polly over to directly use the legacy pass manager 2015-02-13 09:51:50 +00:00