We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c63567 commit cd076e7Copy full SHA for cd076e7
rule_packages/cpp/Classes4.json
@@ -16,7 +16,10 @@
16
"tags": [
17
"correctness",
18
"scope/single-translation-unit"
19
- ]
+ ],
20
+ "implementation_scope": {
21
+ "description": "Some false positives may occur due to extraction errors involving initializer declarations on members."
22
+ }
23
}
24
],
25
"title": "All direct, non-static data members of a class should be initialized before the class object is accessible"
0 commit comments