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.
93
93
- Separate basic words by `_`
94
94
- Avoid abbreviations (e.g. prefer `symbol_table` to `st`).
95
95
- User defined type identifiers have to be terminated by `t`. Moreover, before
96
- `t` may not be `t `.
96
+ `t` may not be `_ `.
97
97
- Do not use `m_` prefix nor `_` suffix for names of attributes of structured
98
98
types.
99
99
- Enum values may use the characters `[A-Z0-9_]`
@@ -113,7 +113,7 @@ Here a few minimalistic coding rules for the CPROVER source tree.
113
113
source_file2.cpp \
114
114
# Empty last line
115
115
```
116
- - This ensures the Makefiles can be easily merged.
116
+ This ensures the Makefiles can be easily merged.
117
117
118
118
# Program Command Line Options
119
119
- Each program contains a ` program_name_parse_optionst ` class which should
You can’t perform that action at this time.
0 commit comments