CxxUtils: Fix cppcheck 2.14 warnings.
Prefer returning const references to members rather than copies. Fix dangling references to out-of-scope arrays. Work around cppcheck parse issue. Suppress false positives.
Prefer returning const references to members rather than copies. Fix dangling references to out-of-scope arrays. Work around cppcheck parse issue. Suppress false positives.