Skip to content

Commit c4fbc4c

Browse files
committed
move section [skip ci]
1 parent 05bb8d4 commit c4fbc4c

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

man/manual-premium.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -193,14 +193,6 @@ portability warnings. Implementation defined behavior. 64-bit portability. Some
193193
configuration problems, which does not relate to the syntactical correctness, but the used Cppcheck configuration could
194194
be improved.
195195

196-
## Suffixes
197-
198-
Some rules can have a suffix appended to the rule id to mark a sub-category of the warning. This gives the subset its own id, so you can suppress just those cases while keeping the rest of the rule active. Additional information is included in the warning notes if the suffix is present.
199-
200-
**-positive-constexpr**
201-
202-
the value of the expression is a non-negative constant.
203-
204196
## Possible speedup analysis of template code
205197

206198
Cppcheck instantiates the templates in your code.
@@ -1376,6 +1368,14 @@ Command to activate Misra C++ 2023 checkers:
13761368

13771369
cppcheck --premium=misra-c++-2023 ...
13781370

1371+
## Suffixes
1372+
1373+
Some rules can have a suffix appended to the rule id to mark a sub-category of the warning. This gives the subset its own id, so you can suppress just those cases while keeping the rest of the rule active. Additional information is included in the warning notes if the suffix is present.
1374+
1375+
**-positive-constexpr**
1376+
1377+
the value of the expression is a non-negative constant.
1378+
13791379
### Checking all C and C++ files
13801380

13811381
The `cert-c` and `misra-c-*` coding standards target C and therefore the checkers only check C files by default.

0 commit comments

Comments
 (0)