hanchenye-llvm-project/libcxx
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
..
cmake Make ABI header not found a warning, not an error. 2015-02-10 18:46:57 +00:00
include Handle function name conflicts in _LIBCPP_MSVCRT mode 2015-02-13 22:15:32 +00:00
lib [cmake/multilib] Teach libc++'s CMake build to support multilib libdir 2014-12-29 12:15:47 +00:00
src libc++: remove unused variable in random_device::operator()() 2015-02-04 20:25:57 +00:00
test Rooting out more undefined behavior in char_traits. 2015-02-13 16:04:42 +00:00
utils/not [libcxx] Allow use of ShTest in libc++ tests along with other changes. 2015-01-22 18:05:58 +00:00
www Mark <experimental/system_error> as complete 2015-02-03 16:04:45 +00:00
.arcconfig Update Arcanist config to point to reviews.llvm.org 2014-06-10 18:29:36 +00:00
.gitignore [libc++] Refactor test components into modules. 2015-01-09 18:03:29 +00:00
CMakeLists.txt Adopt CMake policy CMP0042. Set MACOSX_RPATH on by default. 2015-01-26 21:56:45 +00:00
CREDITS.TXT Add myself to CREDITS.TXT. 2015-01-30 22:40:31 +00:00
LICENSE.TXT
Makefile Revert "Fix installheaders target's permissions" 2014-12-16 05:28:07 +00:00