[PATCH] D76833: [CodingStandards] Document coding standard for error and warning messages
Hubert Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 26 09:45:51 PDT 2020
hubert.reinterpretcast added a comment.
I think this looks good (with a minor comment) but would like to hear from more people first.
================
Comment at: llvm/docs/CodingStandards.rst:331
+lower-case letter, and finish the last sentence without a period, if it would
+end in one otherwise. Sentences which end with different punctions, such as
+"did you forget ';'?", should still do so.
----------------
s/punctions/punctuation/;
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76833/new/
https://reviews.llvm.org/D76833
More information about the llvm-commits
mailing list