Issue 91195
Summary bolt/include/bolt/Passes/StokeInfo.h: 2 * clumsy declaration of Range variable
Labels BOLT
Assignees
Reporter dcb314
    Static analyser cppcheck says:

1.

bolt/include/bolt/Passes/StokeInfo.h:90:24: performance: Range variable 'S' should be declared as const reference. [iterateByValue]

Source code is

      for (std::string S : DefIn)
        Outfile << "%" << S << " ";

2.

bolt/include/bolt/Passes/StokeInfo.h:93:24: performance: Range variable 'S' should be declared as const reference. [iterateByValue]

Duplicate.

_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to