1 parent 49c05e3 commit cae9e29Copy full SHA for cae9e29
2 files changed
cpp/misra/test/rules/RULE-0-2-3/UnusedTypeWithLimitedVisibility.expected
@@ -1,5 +1,4 @@
1
| templates.cpp:42:12:42:13 | A1 | Type 'A1' with limited visibility is not used. |
2
-| templates.cpp:93:11:93:12 | A1 | Type 'A1' with limited visibility is not used. |
3
| test.cpp:5:9:5:10 | T1 | Type 'T1' with limited visibility is not used. |
4
| test.cpp:31:8:31:9 | A2 | Type 'A2' with limited visibility is not used. |
5
| test.cpp:61:28:61:29 | C1<<unnamed>> | Type 'C1<<unnamed>>' with limited visibility is not used. |
cpp/misra/test/rules/RULE-0-2-3/templates.cpp
@@ -90,7 +90,7 @@ namespace use_as_template_parameter_type {
90
* parameter
91
*/
92
namespace use_as_template_parameter_default_value {
93
- class A1 { // COMPLIANT[False positive]
+ class A1 { // COMPLIANT
94
static const int a = 42;
95
};
96
0 commit comments