[flang] Update C++style.md

Original-commit: flang-compiler/f18@d453fdda31
Reviewed-on: https://github.com/flang-compiler/f18/pull/751
This commit is contained in:
Steve Scalpone 2019-09-17 17:07:06 -07:00
parent 3a25e25bd7
commit fdb58597e8
1 changed files with 5 additions and 1 deletions

View File

@ -20,11 +20,15 @@ is clear on usage, follow it.
## In particular: ## In particular:
Use serial commas in comments, error messages, and documentation. Use serial commas in comments, error messages, and documentation
unless they introduce ambiguity.
### Error messages ### Error messages
1. Messages should be a single sentence with few exceptions.
1. Fortran keywords should appear in upper case. 1. Fortran keywords should appear in upper case.
1. Names from the program appear in single quotes. 1. Names from the program appear in single quotes.
1. Messages should start with a capital letter.
1. Messages should not end with a period.
### Files ### Files
1. File names should use dashes, not underscores. C++ sources have the 1. File names should use dashes, not underscores. C++ sources have the