[all-commits] [llvm/llvm-project] fb28d6: [DebugInfo] Drop unnecessary const from return typ...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Mon Dec 27 15:43:06 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fb28d6fb5ffc3c58b30467ef3f59cd2891be7a65
https://github.com/llvm/llvm-project/commit/fb28d6fb5ffc3c58b30467ef3f59cd2891be7a65
Author: Kazu Hirata <kazu at google.com>
Date: 2021-12-27 (Mon, 27 Dec 2021)
Changed paths:
M llvm/lib/DebugInfo/Symbolize/DIPrinter.cpp
Log Message:
-----------
[DebugInfo] Drop unnecessary const from return types (NFC)
Identified with readability-const-return-type.
More information about the All-commits
mailing list