FederAndInk added inline comments.
================ Comment at: clang/docs/tools/dump_format_style.py:26 +def register_plural(singular: str, plural: str): + if plural not in plurals: ---------------- MyDeveloperDay wrote: > This failed for me with invalid syntax Oh, ok, sorry, I might be using to recent python features, I'll remove type specifier, what is the recommended python version to use? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D108765/new/ https://reviews.llvm.org/D108765 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits