File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ Here a few minimalistic coding rules for the CPROVER source tree.
9393- Separate basic words by `_`
9494- Avoid abbreviations (e.g. prefer `symbol_table` to `st`).
9595- User defined type identifiers have to be terminated by `t`. Moreover, before
96- `t` may not be `t `.
96+ `t` may not be `_ `.
9797- Do not use `m_` prefix nor `_` suffix for names of attributes of structured
9898 types.
9999- Enum values may use the characters `[A-Z0-9_]`
@@ -113,7 +113,7 @@ Here a few minimalistic coding rules for the CPROVER source tree.
113113 source_file2.cpp \
114114 # Empty last line
115115 ```
116- - This ensures the Makefiles can be easily merged.
116+ This ensures the Makefiles can be easily merged.
117117
118118# Program Command Line Options
119119- Each program contains a ` program_name_parse_optionst ` class which should
You can’t perform that action at this time.
0 commit comments