Saleem Abdulrasool 6fe307334f Add option to disable __deallocate #warning
From r229162:
  Visual Studio's SAL extension uses a macro named __deallocate. This
  macro is used pervasively
Using -Werror when building for Windows can force the use of -Wno-#warnings
specifically because of this __deallocate #warning. Instead of forcing
builds to disable all #warnings, this option allows libc++ to be built
without this particular warning, while leaving other #warnings enabled.

Patch by Dave Lee!

llvm-svn: 275172
2016-07-12 14:39:13 +00:00
..
2016-06-17 19:46:40 +00:00
2016-06-17 19:46:40 +00:00
2016-01-19 21:58:49 +00:00
2016-07-12 14:38:59 +00:00
2016-03-30 22:39:53 +00:00