[all-commits] [llvm/llvm-project] b4de30: [Support] Drop unnecessary const from return types...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Wed Feb 3 20:42:06 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b4de30f6afe446a38c30626e611daa5509f19b92
https://github.com/llvm/llvm-project/commit/b4de30f6afe446a38c30626e611daa5509f19b92
Author: Kazu Hirata <kazu at google.com>
Date: 2021-02-03 (Wed, 03 Feb 2021)
Changed paths:
M llvm/include/llvm/Support/ScopedPrinter.h
M llvm/lib/Support/ScopedPrinter.cpp
Log Message:
-----------
[Support] Drop unnecessary const from return types (NFC)
Identified with const-return-type.
Commit: 643c00f717a2cc20a85cdbfa3681e8f61af8c64f
https://github.com/llvm/llvm-project/commit/643c00f717a2cc20a85cdbfa3681e8f61af8c64f
Author: Kazu Hirata <kazu at google.com>
Date: 2021-02-03 (Wed, 03 Feb 2021)
Changed paths:
M llvm/utils/TableGen/CodeGenSchedule.cpp
Log Message:
-----------
[TableGen] Use ListSeparator (NFC)
Commit: be37475897c1efe00c632de4896e31bcfec62585
https://github.com/llvm/llvm-project/commit/be37475897c1efe00c632de4896e31bcfec62585
Author: Kazu Hirata <kazu at google.com>
Date: 2021-02-03 (Wed, 03 Feb 2021)
Changed paths:
M llvm/lib/Transforms/IPO/ArgumentPromotion.cpp
M llvm/lib/Transforms/IPO/HotColdSplitting.cpp
M llvm/lib/Transforms/IPO/MergeFunctions.cpp
M llvm/lib/Transforms/IPO/PartialInlining.cpp
M llvm/lib/Transforms/IPO/SampleProfile.cpp
Log Message:
-----------
[Transforms/IPO] Use range-based for loops (NFC)
Compare: https://github.com/llvm/llvm-project/compare/aade0ec23b59...be37475897c1
More information about the All-commits
mailing list