[libcxx-commits] [PATCH] D141805: [libc++] Refactor clang-query checks to clang-tidy checks to get less obsucre error messages

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jan 15 15:05:12 PST 2023


philnik created this revision.
philnik added reviewers: ldionne, Mordante, var-const, huixie90.
Herald added a subscriber: arichardson.
Herald added a reviewer: njames93.
Herald added a project: All.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D141805

Files:
  libcxx/docs/TestingLibcxx.rst
  libcxx/include/__memory_resource/monotonic_buffer_resource.h
  libcxx/include/__memory_resource/synchronized_pool_resource.h
  libcxx/include/__memory_resource/unsynchronized_pool_resource.h
  libcxx/test/libcxx/clang_query.sh.cpp
  libcxx/test/libcxx/clang_query/README.md
  libcxx/test/libcxx/clang_query/abi_tag_on_virtual.query
  libcxx/test/libcxx/clang_query/hide_from_abi_or_visible.query
  libcxx/test/tools/clang_tidy_checks/CMakeLists.txt
  libcxx/test/tools/clang_tidy_checks/abi_tag_on_virtual.cpp
  libcxx/test/tools/clang_tidy_checks/abi_tag_on_virtual.hpp
  libcxx/test/tools/clang_tidy_checks/hide_from_abi.cpp
  libcxx/test/tools/clang_tidy_checks/hide_from_abi.hpp
  libcxx/test/tools/clang_tidy_checks/libcpp_module.cpp
  libcxx/utils/libcxx/test/features.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141805.489398.patch
Type: text/x-patch
Size: 23738 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230115/64af5f19/attachment-0001.bin>


More information about the libcxx-commits mailing list