Skip to content

clang-tidy: Enable performance-inefficient-string-concatenation

Enables the clang-tidy test performance-inefficient-string-concatenation and replaces all inefficient string concatenations with cmStrCat.

Closes: #19555 (closed)

Merge request reports