[libcxx-commits] [PATCH] D120684: [libc++] Define _LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER whenever we enable warnings in the test suite

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 3 12:16:21 PST 2022


ldionne updated this revision to Diff 412808.
ldionne marked an inline comment as done.
ldionne added a comment.
Herald added a subscriber: miyuki.

Hopefully fix all remaining warnings


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120684/new/

https://reviews.llvm.org/D120684

Files:
  libcxx/include/__algorithm/copy.h
  libcxx/include/__algorithm/copy_backward.h
  libcxx/include/__algorithm/move.h
  libcxx/include/__algorithm/move_backward.h
  libcxx/include/__iterator/size.h
  libcxx/include/any
  libcxx/include/barrier
  libcxx/include/experimental/simd
  libcxx/include/latch
  libcxx/include/memory
  libcxx/include/regex
  libcxx/include/string
  libcxx/include/vector
  libcxx/test/std/concepts/concepts.lang/concept.default.init/default_initializable.compile.pass.cpp
  libcxx/test/std/concepts/concepts.object/movable.compile.pass.cpp
  libcxx/test/support/type_classification/movable.h
  libcxx/utils/libcxx/test/features.py
  libcxx/utils/libcxx/test/params.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120684.412808.patch
Type: text/x-patch
Size: 15776 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220303/f4e3afae/attachment-0001.bin>


More information about the libcxx-commits mailing list