smartdevicelink / sdl_core

SmartDeviceLink In-Vehicle Software and Sample HMI
BSD 3-Clause "New" or "Revised" License
241 stars 244 forks source link

replace applicable post-operators to pre-operators #3687

Closed iCollin closed 3 years ago

iCollin commented 3 years ago

Fixes https://github.com/smartdevicelink/sdl_core/issues/2314

This PR is ready for review.

Risk

This PR makes no API changes.

Testing Plan

build, unit test, atf test

Summary

Replace all interchangeable post (in/de)crement operators with the less expensive pre version. Affected files include all *.cc,*.h that are not *_test*,src/3rd*

CLA