[libcxx-commits] [PATCH] D124714: [libc++][NFC] Enable modernize-use-override

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Aug 23 17:14:44 PDT 2022


philnik updated this revision to Diff 455025.
philnik marked 7 inline comments as done.
philnik added a comment.

- Try to fix CI


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124714

Files:
  libcxx/.clang-tidy
  libcxx/include/__debug
  libcxx/include/__format/format_error.h
  libcxx/include/__functional/function.h
  libcxx/include/__locale
  libcxx/include/__memory/shared_ptr.h
  libcxx/include/any
  libcxx/include/codecvt
  libcxx/include/exception
  libcxx/include/experimental/memory_resource
  libcxx/include/fstream
  libcxx/include/future
  libcxx/include/ios
  libcxx/include/istream
  libcxx/include/locale
  libcxx/include/new
  libcxx/include/optional
  libcxx/include/ostream
  libcxx/include/regex
  libcxx/include/sstream
  libcxx/include/stdexcept
  libcxx/include/strstream
  libcxx/include/system_error
  libcxx/include/typeinfo
  libcxx/include/variant
  libcxx/test/libcxx/input.output/file.streams/fstreams/filebuf/traits_mismatch.fail.cpp
  libcxx/test/libcxx/input.output/file.streams/fstreams/traits_mismatch.fail.cpp
  libcxx/test/libcxx/input.output/iostream.format/input.streams/traits_mismatch.fail.cpp
  libcxx/test/libcxx/input.output/iostream.format/output.streams/traits_mismatch.fail.cpp
  libcxx/test/libcxx/input.output/string.streams/traits_mismatch.fail.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124714.455025.patch
Type: text/x-patch
Size: 68136 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220824/bb09140f/attachment-0001.bin>


More information about the libcxx-commits mailing list