[libcxx-commits] [PATCH] D99309: [libc++] Header inclusion tests

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Apr 5 07:12:32 PDT 2021


Mordante added inline comments.


================
Comment at: libcxx/utils/generate_header_inclusion_tests.py:171
+//
+// clang-format off
+{markup}
----------------
Quuxplusone wrote:
> Mordante wrote:
> > Wouldn't it be nicer when the script produces properly formatted code?
> Yes-ish, but my impression is we can't convince clang-format to accept this code.
> Anyway, I just copy-pasted this line from the other two generator scripts.
Oke then let's keep it for now. Maybe once we tune clang-format further it will be possible to remove this line.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99309



More information about the libcxx-commits mailing list