[libcxx-commits] [PATCH] D106283: [libc++] Fix a few warnings in system headers with GCC

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 19 08:27:08 PDT 2021


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

This isn't fixing all of them, but at least it's making some progress.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D106283

Files:
  libcxx/include/__config
  libcxx/include/__hash_table
  libcxx/include/__ranges/transform_view.h
  libcxx/include/barrier
  libcxx/include/charconv
  libcxx/include/chrono
  libcxx/include/cmath
  libcxx/include/compare
  libcxx/include/complex
  libcxx/include/memory
  libcxx/include/random
  libcxx/include/regex
  libcxx/include/semaphore
  libcxx/include/string
  libcxx/include/string_view
  libcxx/include/vector

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106283.359803.patch
Type: text/x-patch
Size: 11565 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210719/2a1070a1/attachment-0001.bin>


More information about the libcxx-commits mailing list