[PATCH] D28407: Refer to _LIBCPP_MSVC macro where applicable

Dave Lee via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 6 11:51:10 PST 2017


kastiglione created this revision.
kastiglione added reviewers: mclow.lists, EricWF, compnerd, smeenai.
kastiglione added a subscriber: cfe-commits.

Replace preprocess conditions of `defined(_MSC_VER) && !defined(__clang__)` with
`defined(_LIBCPP_MSVC)`.

No functional change.


https://reviews.llvm.org/D28407

Files:
  include/__config
  include/__undef___deallocate
  include/__undef_min_max
  include/ext/hash_map
  include/ext/hash_set
  src/exception.cpp
  src/include/atomic_support.h
  src/thread.cpp
  utils/google-benchmark/include/benchmark/macros.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28407.83396.patch
Type: text/x-patch
Size: 6480 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170106/2805f89a/attachment.bin>


More information about the cfe-commits mailing list