[llvm] r287355 - [DebugInfo] Fix some Clang-tidy modernize-use-default, modernize-use-equal-delete and Include What You Use warnings; other minor fixes (NFC).
Malcolm Parsons via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 19 12:27:13 PST 2016
On 18 November 2016 at 18:00, Eugene Zelenko via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> - virtual ~WritableStream() {}
> + ~WritableStream() override = default;
This declaration does nothing.
Should clang-tidy remove it?
--
Malcolm Parsons
More information about the llvm-commits
mailing list