Open gleb-kov opened 2 years ago
https://clang.llvm.org/extra/clang-tidy/checks/readability-const-return-type.html says that this check might help with performance problems, hence it might be useful as performance check. I suggest to add an alias with performance prefix, like many others here https://clang.llvm.org/extra/clang-tidy/checks/list.html, eg performance-const-return-type
performance-const-return-type
@llvm/issue-subscribers-clang-tidy
https://clang.llvm.org/extra/clang-tidy/checks/readability-const-return-type.html says that this check might help with performance problems, hence it might be useful as performance check. I suggest to add an alias with performance prefix, like many others here https://clang.llvm.org/extra/clang-tidy/checks/list.html, eg
performance-const-return-type