File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
cpp/misra/src/rules/RULE-6-8-3 Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,9 @@ import cpp
1818import codingstandards.cpp.misra
1919import codingstandards.cpp.rules.donotcopyaddressofautostorageobjecttootherobject.DoNotCopyAddressOfAutoStorageObjectToOtherObject
2020
21- module AutomaticStorageAssignedToObjectGreaterLifetimeConfig implements
22- DoNotCopyAddressOfAutoStorageObjectToOtherObjectConfigSig
21+ class AutomaticStorageAssignedToObjectGreaterLifetimeConfig extends DoNotCopyAddressOfAutoStorageObjectToOtherObjectSharedQuery
2322{
24- Query getQuery ( ) {
25- result = LifetimePackage:: automaticStorageAssignedToObjectGreaterLifetimeQuery ( )
23+ AutomaticStorageAssignedToObjectGreaterLifetimeConfig ( ) {
24+ this = LifetimePackage:: automaticStorageAssignedToObjectGreaterLifetimeQuery ( )
2625 }
2726}
28-
29- import DoNotCopyAddressOfAutoStorageObjectToOtherObject< AutomaticStorageAssignedToObjectGreaterLifetimeConfig >
You can’t perform that action at this time.
0 commit comments