[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

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 28 10:23:44 PDT 2020


MyDeveloperDay added a comment.

In D80627#2060463 <https://reviews.llvm.org/D80627#2060463>, @JakeMerdichAMD wrote:

> Great idea on this! I may borrow this idea and make something similar for some migrations I'm working on.
>
> Sanity check: is this going to be run automatically when docs are generated or done offline with results committed? I don't have a preference, either has pros and cons, but I'm confused as to when this script will be run.


To be honest I was thinking I'd run it from time to time and commit the rst (like with do with ClangFormatStyleOptions.rst), It takes a good 20 minutes or so on my machine but it could potentially be something we could get github workflows to automate. but for now I wanted to use it to name and shame (oops did I say that out loud!) so we get more areas we can run clang-format regression testing on.


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

https://reviews.llvm.org/D80627





More information about the cfe-commits mailing list