[libcxx-commits] [PATCH] D134829: [libc++] Include skipped headers in the --trace-includes output

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Sep 29 05:28:37 PDT 2022


ldionne marked an inline comment as done.
ldionne added inline comments.


================
Comment at: libcxx/test/libcxx/transitive_includes.sh.cpp:560
 // RUN: %{python} %S/transitive_includes_to_csv.py %t > %t/transitive_includes.csv
 // RUN: diff -w %S/transitive_includes/%{cxx_std}.csv %t/transitive_includes.csv
 // GENERATED-MARKER
----------------
Mordante wrote:
> You mention you dislike the transitive includes name, should we change it now?
I would do that in a separate patch.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134829/new/

https://reviews.llvm.org/D134829



More information about the libcxx-commits mailing list