FederAndInk added inline comments.

================
Comment at: clang/docs/tools/dump_format_style.py:23
+  plurals = {
+    'IncludeCategory': 'IncludeCategories'
+  }
----------------
HazardyKnusperkeks wrote:
> Could you not just check if there is a y at the end and replace it with ies, 
> otherweise add an s?
Well, I thought about it, but then what about: whish -> whishes, leaf -> 
leaves, ... and irregulars? That's why I brought up the idea about using python 
inflect. Do you think it's enough for now to replace y -> ies and put an 's' to 
the others?


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

Reply via email to