Add note to further file

This commit is contained in:
Felicity Chapman
2018-11-16 14:55:51 +00:00
parent 5c924307ca
commit d4bcc1e9d4

View File

@@ -5,6 +5,10 @@
<overview>
<!-- Mention that this rule may not be applicable in projects that don't follow the JSF standard. -->
<include src="cpp/jsfNote.qhelp" />
<p>
This rule finds bit fields with members that are not explicitly declared to be unsigned.
The sign of plain char, short, int, or long bit field is implementation-specific, and declaring