[libcxx-commits] [libcxx] [libc++][C++03] Split libc++-specific tests for the frozen headers (PR #144093)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jul 9 08:35:52 PDT 2025
================
@@ -0,0 +1,63 @@
+# RUN: %{python} %s
+
+# Verify that each run of consecutive #include directives
----------------
ldionne wrote:
This should also be split out or removed since we have a clang-tidy check for that.
Note that this also checks for `#pragma system_header` even though that's not documented in the comment.
https://github.com/llvm/llvm-project/pull/144093
More information about the libcxx-commits
mailing list