Files
brave-core/components/https_upgrade_exceptions
cdesouza-chromium 4ffbda2340 [CodeHealth] Apply performance-move-const-arg (#26497)
This check has detected a few places where the use of `std::move` has
been completely misleading. In one of them we are potentially incurring
in a bug, as we are moving a shared callback that is being used in a
loop.

https://clang.llvm.org/extra/clang-tidy/checks/performance/move-const-arg.html

Resolves https://github.com/brave/brave-browser/issues/42230
2024-11-12 12:08:03 -05:00
..