[all-commits] [llvm/llvm-project] fc15fc: [Orc] Remove a redundant declaration (NFC)
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sun Dec 26 01:01:59 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fc15fc57e61590998984a08f3fc47145d0ef7521
https://github.com/llvm/llvm-project/commit/fc15fc57e61590998984a08f3fc47145d0ef7521
Author: Kazu Hirata <kazu at google.com>
Date: 2021-12-26 (Sun, 26 Dec 2021)
Changed paths:
M llvm/include/llvm/ExecutionEngine/Orc/DebugUtils.h
Log Message:
-----------
[Orc] Remove a redundant declaration (NFC)
DebugUtils.h contains an identical declaration with a correct comment,
namely:
/// Render a LookupKind.
raw_ostream &operator<<(raw_ostream &OS, const LookupKind &K);
Identified with readability-redundant-declaration.
More information about the All-commits
mailing list