[PATCH] D76833: [CodingStandards] Document coding standard for error and warning messages

Aaron Ballman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 26 09:45:51 PDT 2020


aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

Thanks for working on this! (You should wait to commit for others to weigh in as well.)



================
Comment at: llvm/docs/CodingStandards.rst:348
+As with other coding standards, individual projects, such as the Clang Static
+Analyzer, may have pre-existing styles that do not conform to this. If a
+different formatting scheme is used consistently throughout the project, use
----------------
pre-existing -> preexisting


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