[PATCH] D80627: [clang-format] Create a python documentation tool to generate a summary of the clang-format status for the whole of the LLVM project

Marek Kurdej via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 29 08:07:29 PDT 2020


curdeius added inline comments.


================
Comment at: clang/docs/tools/generate_formatted_state.py:54
+
+table_row = """   * - {path}
+     - {count}
----------------
Another nit: I prefer writing `"""\` as it nicely aligns with subsequent lines.


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

https://reviews.llvm.org/D80627





More information about the cfe-commits mailing list