Use attribute(no_sanitize) instead of no_sanitize_address to prevent clang-3.7 from ICE
authorAdrian Zgorzalek <adek@fb.com>
Tue, 6 Oct 2015 18:19:22 +0000 (11:19 -0700)
committerfacebook-github-bot-9 <folly-bot@fb.com>
Tue, 6 Oct 2015 19:20:17 +0000 (12:20 -0700)
commit8c6c43fbf9ae92ff729fd4308d8b4be4f0c65660
tree446b9edc501cada9bf3089be0b43c6eb1ac3be96
parenta81dc61a6625b20950278330cfdda6adacc91cbf
Use attribute(no_sanitize) instead of no_sanitize_address to prevent clang-3.7 from ICE

Summary: Stacktraces and more details can be found in the associated task
http://clang.llvm.org/docs/AttributeReference.html#no-sanitize-clang-no-sanitize seems to be the new hotness to disable sanitizers.

Reviewed By: @yfeldblum

Differential Revision: D2510320

fb-gh-sync-id: 01cce68733509a6f5bcf9dbe3a4af6fc2792a43b
folly/CPortability.h
folly/FBString.h