Konrad Kleine
eaebcbc679
[lldb] NFC remove DISALLOW_COPY_AND_ASSIGN
Summary:
This is how I applied my clang-tidy check (see
https://reviews.llvm.org/D80531) in order to remove
`DISALLOW_COPY_AND_ASSIGN` and have deleted copy ctors and deleted
assignment operators instead.
```
lang=bash
grep DISALLOW_COPY_AND_ASSIGN /opt/notnfs/kkleine/llvm/lldb -r -l | sort | uniq > files
for i in $(cat files);
do
clang-tidy \
--checks="-*,modernize-replace-disallow-copy-and-assign-macro" \
--format-style=LLVM \
--header-filter=.* \
--fix \
-fix-errors \
$i;
done
```
Reviewers: espindola, labath, aprantl, teemperor
Reviewed By: labath, aprantl, teemperor
Subscribers: teemperor, aprantl, labath, emaste, sbc100, aheejin, MaskRay, arphaman, usaxena95, lldb-commits
Tags: #lldb
Differential Revision: https://reviews.llvm.org/D80543
2020-06-02 13:23:53 -04:00
..
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-03-10 13:56:15 +01:00
2020-02-19 13:19:41 +01:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-03-18 13:18:02 -07:00
2020-03-18 13:18:02 -07:00
2020-03-18 13:18:02 -07:00
2020-03-18 13:18:02 -07:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-06-02 13:23:53 -04:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-06-02 13:23:53 -04:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-06-02 13:23:53 -04:00
2020-02-05 13:31:06 +01:00
2020-02-17 23:15:40 -08:00
2020-02-07 17:48:33 +01:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-06-02 13:23:53 -04:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-02-17 23:15:40 -08:00
2020-04-07 01:06:16 +09:00
2020-02-05 13:31:06 +01:00
2020-01-28 23:25:25 +01:00
2020-02-17 23:15:40 -08:00
2020-03-09 14:13:22 +01:00
2020-06-02 13:23:53 -04:00