[PATCH] D108765: [docs] Fix documentation of clang-format BasedOnStyle type
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 30 09:09:23 PDT 2021
MyDeveloperDay 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:
----------------
This failed for me with invalid syntax
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108765/new/
https://reviews.llvm.org/D108765
More information about the cfe-commits
mailing list