[all-commits] [llvm/llvm-project] d12a0f: [GCOV] Drop unnecessary const from return types (NFC)
kazutakahirata via All-commits
all-commits at lists.llvm.org
Wed Feb 10 20:01:59 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d12a0f4fc0b518267ecbdfac37481795957f33be
https://github.com/llvm/llvm-project/commit/d12a0f4fc0b518267ecbdfac37481795957f33be
Author: Kazu Hirata <kazu at google.com>
Date: 2021-02-10 (Wed, 10 Feb 2021)
Changed paths:
M llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp
Log Message:
-----------
[GCOV] Drop unnecessary const from return types (NFC)
Identified with readability-const-return-type.
Commit: b16c6b2a83d9ba94cde7cc03dfea932077442859
https://github.com/llvm/llvm-project/commit/b16c6b2a83d9ba94cde7cc03dfea932077442859
Author: Kazu Hirata <kazu at google.com>
Date: 2021-02-10 (Wed, 10 Feb 2021)
Changed paths:
M llvm/utils/TableGen/CodeGenSchedule.cpp
Log Message:
-----------
[TableGen] Use ListSeparator (NFC)
Commit: c5e90a8857549e4032b9a972cf74452ae12c6b25
https://github.com/llvm/llvm-project/commit/c5e90a8857549e4032b9a972cf74452ae12c6b25
Author: Kazu Hirata <kazu at google.com>
Date: 2021-02-10 (Wed, 10 Feb 2021)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp
M llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
M llvm/lib/CodeGen/AsmPrinter/EHStreamer.cpp
M llvm/lib/CodeGen/AsmPrinter/ErlangGCPrinter.cpp
Log Message:
-----------
[AsmPrinter] Use range-based for loops (NFC)
Compare: https://github.com/llvm/llvm-project/compare/5189c5b940a1...c5e90a885754
More information about the All-commits
mailing list