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