[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
Mon Mar 14 08:29:22 PDT 2022


ldionne updated this revision to Diff 415101.
ldionne marked 6 inline comments as done.
ldionne edited the summary of this revision.
ldionne added a comment.

Fix CI and address a few comments.

I've decided to add some `-Wno-foo` when running with GCC in order to unblock this review ASAP.
The patch still improves the status quo from "no warnings whatsoever" to "all warnings except a few".


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120684

Files:
  libcxx/include/__iterator/size.h
  libcxx/include/__random/linear_congruential_engine.h
  libcxx/include/any
  libcxx/include/barrier
  libcxx/include/bitset
  libcxx/include/charconv
  libcxx/include/experimental/simd
  libcxx/include/istream
  libcxx/include/latch
  libcxx/include/regex
  libcxx/include/string
  libcxx/include/tuple
  libcxx/include/variant
  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/std/utilities/memory/specialized.algorithms/specialized.construct/construct_at.pass.cpp
  libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/const_pair.pass.cpp
  libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/convert_copy.pass.cpp
  libcxx/test/std/utilities/variant/variant.variant/variant.assign/T.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.415101.patch
Type: text/x-patch
Size: 20335 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220314/f1eec13b/attachment-0001.bin>


More information about the libcxx-commits mailing list