[all-commits] [llvm/llvm-project] dfc46f: [clang-tidy] Drop unnecessary const from return ty...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sun Sep 5 08:37:50 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dfc46f02681447370a1ccbe340034e970bc7e572
https://github.com/llvm/llvm-project/commit/dfc46f02681447370a1ccbe340034e970bc7e572
Author: Kazu Hirata <kazu at google.com>
Date: 2021-09-05 (Sun, 05 Sep 2021)
Changed paths:
M clang-tools-extra/clang-tidy/cppcoreguidelines/PreferMemberInitializerCheck.cpp
M clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.cpp
M clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.h
Log Message:
-----------
[clang-tidy] Drop unnecessary const from return types (NFC)
Identified with readability-const-return-type.
More information about the All-commits
mailing list