[all-commits] [llvm/llvm-project] 063854: [libc++] Refactor clang-query checks to clang-tidy...

philnik777 via All-commits all-commits at lists.llvm.org
Sun Jan 22 20:01:41 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 06385491a6d4b34b7d3e3928e0afa3ddc56e4898
      https://github.com/llvm/llvm-project/commit/06385491a6d4b34b7d3e3928e0afa3ddc56e4898
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2023-01-23 (Mon, 23 Jan 2023)

  Changed paths:
    M libcxx/docs/TestingLibcxx.rst
    M libcxx/include/__memory_resource/unsynchronized_pool_resource.h
    R libcxx/test/libcxx/clang_query.sh.cpp
    R libcxx/test/libcxx/clang_query/README.md
    R libcxx/test/libcxx/clang_query/abi_tag_on_virtual.query
    R libcxx/test/libcxx/clang_query/hide_from_abi_or_visible.query
    M libcxx/test/tools/clang_tidy_checks/CMakeLists.txt
    A libcxx/test/tools/clang_tidy_checks/abi_tag_on_virtual.cpp
    A libcxx/test/tools/clang_tidy_checks/abi_tag_on_virtual.hpp
    A libcxx/test/tools/clang_tidy_checks/hide_from_abi.cpp
    A libcxx/test/tools/clang_tidy_checks/hide_from_abi.hpp
    M libcxx/test/tools/clang_tidy_checks/libcpp_module.cpp
    M libcxx/utils/ci/Dockerfile
    M libcxx/utils/libcxx/test/features.py

  Log Message:
  -----------
  [libc++] Refactor clang-query checks to clang-tidy checks to get less obscure error messages

Also remove clang-query related code, since it's unused now.

Reviewed By: ldionne, Mordante, #libc

Spies: libcxx-commits, arichardson

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




More information about the All-commits mailing list