[PATCH] D11780: -Wdeprecated: Use noexcept rather than throw() where supported
David Blaikie
dblaikie at gmail.com
Wed Aug 5 14:27:26 PDT 2015
dblaikie created this revision.
dblaikie added a reviewer: samsonov.
dblaikie added a subscriber: llvm-commits.
I've copy/pasted the LLVM_NOEXCEPT definition macro goo from LLVM's Compiler.h. Is there somewhere I should put this in Compiler RT? Is there a useful header to define/share things like this?
http://reviews.llvm.org/D11780
Files:
lib/asan/asan_new_delete.cc
lib/lsan/lsan_interceptors.cc
lib/msan/msan_new_delete.cc
lib/tsan/rtl/tsan_new_delete.cc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11780.31395.patch
Type: text/x-patch
Size: 6337 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150805/e7285184/attachment.bin>
More information about the llvm-commits
mailing list