Skip to content
Commit 4a5e1de8 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

clang-tidy: remove unnecessary calls to std::string::c_str(), redundant void...

clang-tidy: remove unnecessary calls to std::string::c_str(), redundant void arguments and explicit calls to String upon return

1. https://clang.llvm.org/extra/clang-tidy/checks/readability-redundant-string-cstr.html
2. https://clang.llvm.org/extra/clang-tidy/checks/modernize-redundant-void-arg.html
3. https://clang.llvm.org/extra/clang-tidy/checks/modernize-return-braced-init-list.html
parent 9d652f02
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment