[libcxx-commits] [PATCH] D99515: [libc++] Build and test with -Wundef warning. NFC.

Marek Kurdej via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Mar 29 09:27:12 PDT 2021


curdeius created this revision.
curdeius added a reviewer: ldionne.
Herald added subscribers: arichardson, mgorny.
curdeius requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

This will avoid typos like `_LIBCPP_STD_VERS` (<future>) or using `#if TEST_STD_VER > 17` without including "test_macros.h".


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D99515

Files:
  libcxx/CMakeLists.txt
  libcxx/include/__config
  libcxx/include/ext/hash_map
  libcxx/include/ext/hash_set
  libcxx/include/future
  libcxx/test/std/atomics/types.pass.cpp
  libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/ctor_sseq_all_zero.pass.cpp
  libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.hash/hash_shared_ptr.pass.cpp
  libcxx/test/support/test_macros.h
  libcxx/utils/libcxx/test/params.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99515.333905.patch
Type: text/x-patch
Size: 5139 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210329/cfc7c61a/attachment.bin>


More information about the libcxx-commits mailing list