Fred Tingaud 16f6c0aecf
Inline adoc when include has no additional value (#1940)
Inline adoc files when they are included exactly once.

Also fix language tags because this inlining gives us better information
on what language the code is written in.
2023-05-25 14:18:12 +02:00

31 lines
765 B
Plaintext

== Why is this an issue?
It is extremely difficult to design and implement arithmetic packages for scaled-integer or fixed-point arithmetic without overlooking dangerous cases.
If either is used, then this rule requires that documentation be produced to demonstrate that all the issues have been covered by the implementation.
== Resources
* MISRA {cpp}:2008, 0-4-1
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)
=== relates to: S862
=== on 23 Oct 2014, 09:15:09 Samuel Mercier wrote:
Cannot be implemented.
=== on 23 Oct 2014, 14:53:40 Ann Campbell wrote:
Would make a good 'finding' rule
=== on 6 Sep 2019, 10:56:37 Loïc Joly wrote:
Not implementable. Closing this issue.
endif::env-github,rspecator-view[]