[all-commits] [llvm/llvm-project] 4262b5: [libc++][NFC] Enable modernize-use-override

philnik777 via All-commits all-commits at lists.llvm.org
Thu Aug 25 11:55:27 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4262b523ff16928ff6edfb303081bf470b99cac2
      https://github.com/llvm/llvm-project/commit/4262b523ff16928ff6edfb303081bf470b99cac2
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2022-08-25 (Thu, 25 Aug 2022)

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

  Log Message:
  -----------
  [libc++][NFC] Enable modernize-use-override

Reviewed By: Mordante, #libc

Spies: aheejin, libcxx-commits, smeenai

Differential Revision: https://reviews.llvm.org/D124714




More information about the All-commits mailing list