[all-commits] [llvm/llvm-project] c8eff9: [libc++] Add a clang-tidy check to make sure we us...

philnik777 via All-commits all-commits at lists.llvm.org
Wed Feb 1 09:57:21 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c8eff9560fc1d2462a60bccb560a9ef87a4ba5bb
      https://github.com/llvm/llvm-project/commit/c8eff9560fc1d2462a60bccb560a9ef87a4ba5bb
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2023-02-01 (Wed, 01 Feb 2023)

  Changed paths:
    M libcxx/include/__config
    M libcxx/include/__memory/shared_ptr.h
    M libcxx/include/__memory/unique_ptr.h
    M libcxx/test/tools/clang_tidy_checks/CMakeLists.txt
    M libcxx/test/tools/clang_tidy_checks/libcpp_module.cpp
    A libcxx/test/tools/clang_tidy_checks/uglify_attributes.cpp
    A libcxx/test/tools/clang_tidy_checks/uglify_attributes.hpp

  Log Message:
  -----------
  [libc++] Add a clang-tidy check to make sure we use _Uglyfied attribute names

Reviewed By: ldionne, #libc

Spies: krytarowski, jdoerfert, libcxx-commits

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




More information about the All-commits mailing list