We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 766504c commit d8986c9Copy full SHA for d8986c9
cpp/autosar/test/rules/A7-1-2/FunctionMissingConstexpr.expected
@@ -10,3 +10,7 @@
10
| test.cpp:162:3:162:26 | VariantMemberInitialized | VariantMemberInitialized function could be marked as 'constexpr'. |
11
| test.cpp:163:3:163:26 | VariantMemberInitialized | VariantMemberInitialized function could be marked as 'constexpr'. |
12
| test.cpp:190:3:190:22 | VariantMemberNotInit | VariantMemberNotInit function could be marked as 'constexpr'. |
13
+| test.cpp:269:26:269:26 | init | init function could be marked as 'constexpr'. |
14
+| test.cpp:269:26:269:29 | init | init function could be marked as 'constexpr'. |
15
+| test.cpp:271:26:271:26 | init | init function could be marked as 'constexpr'. |
16
+| test.cpp:277:6:277:32 | test_template_instantiation | test_template_instantiation function could be marked as 'constexpr'. |
0 commit comments