[all-commits] [llvm/llvm-project] ee3f55: [Basic] Drop unnecessary const from return types (...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Wed Dec 29 08:55:55 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ee3f557a9cfefdcf07d4fc1394cb05098a2c2508
https://github.com/llvm/llvm-project/commit/ee3f557a9cfefdcf07d4fc1394cb05098a2c2508
Author: Kazu Hirata <kazu at google.com>
Date: 2021-12-29 (Wed, 29 Dec 2021)
Changed paths:
M clang/include/clang/Basic/TargetID.h
M clang/lib/Basic/TargetID.cpp
Log Message:
-----------
[Basic] Drop unnecessary const from return types (NFC)
Identified with readability-const-return-type.
More information about the All-commits
mailing list