[PATCH] D11780: -Wdeprecated: Use noexcept rather than throw() where supported

Alexey Samsonov vonosmas at gmail.com
Wed Aug 5 14:36:54 PDT 2015


samsonov added a comment.

The correct header for this is `lib/sanitizer_common/sanitizer_internal_defs.h`. BTW we already have `NOTHROW` define there, but it does smth. different.


================
Comment at: lib/tsan/rtl/tsan_new_delete.cc:39
@@ +38,3 @@
+#else
+#define LLVM_NOEXCEPT LLVM_NOEXCEPT
+#endif
----------------
Huh?


http://reviews.llvm.org/D11780





More information about the llvm-commits mailing list