[libcxx-commits] [PATCH] D114915: [libc++][NFC] Address clang-tidy warnings in include/

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Dec 2 05:53:47 PST 2021


philnik updated this revision to Diff 391295.
philnik marked 5 inline comments as done.
philnik added a comment.

- factored out namespace comments into D114947 <https://reviews.llvm.org/D114947>
- disabled misc-unconventional-assign-operator
- refactored minmax_element


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114915

Files:
  libcxx/.clang-tidy
  libcxx/include/__algorithm/copy.h
  libcxx/include/__algorithm/copy_backward.h
  libcxx/include/__algorithm/is_permutation.h
  libcxx/include/__algorithm/minmax_element.h
  libcxx/include/__algorithm/move.h
  libcxx/include/__algorithm/move_backward.h
  libcxx/include/__algorithm/nth_element.h
  libcxx/include/__algorithm/sort.h
  libcxx/include/__bit_reference
  libcxx/include/__functional/function.h
  libcxx/include/__functional/hash.h
  libcxx/include/__memory/allocator.h
  libcxx/include/__tree
  libcxx/include/bit
  libcxx/include/charconv
  libcxx/include/chrono
  libcxx/include/cmath
  libcxx/include/complex
  libcxx/include/locale
  libcxx/include/mutex
  libcxx/include/new
  libcxx/include/regex
  libcxx/include/semaphore
  libcxx/include/sstream

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114915.391295.patch
Type: text/x-patch
Size: 28499 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211202/13797e7d/attachment-0001.bin>


More information about the libcxx-commits mailing list