Displaying 1 result from an estimated 1 matches for "d76833".
Did you mean:
d70833
2020 Mar 23
4
[RFC] Coding standard for error/warning messages
Hi all,
This came up in a recent review. There is currently no documented style for
how to write error messages. For example, should they start with a capital
letter or end in a full stop? Consequently, there's quite a bit of
inconsistency in our diagnostics throughout the code base.
clang typically emits error messages with no leading capital letter and no
trailing full stop. For example: