[all-commits] [llvm/llvm-project] 60bcec: [LiveDebugValues] Delete unneeded copy constructor...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sat Aug 22 10:56:15 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 60bcec4eead73996877c389d439af337f186c3ae
https://github.com/llvm/llvm-project/commit/60bcec4eead73996877c389d439af337f186c3ae
Author: Fangrui Song <maskray at google.com>
Date: 2020-08-22 (Sat, 22 Aug 2020)
Changed paths:
M llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp
Log Message:
-----------
[LiveDebugValues] Delete unneeded copy constructor after D83047
It will suppress the implicitly-declared copy assignment operator in C++20.
More information about the All-commits
mailing list