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-05-14 11:59:18 +02:00
2020-01-24 08:52:55 +01:00
2020-01-24 08:52:55 +01:00
2020-01-24 08:52:55 +01:00
2020-02-18 08:58:36 +01:00
2020-02-04 14:30:27 +01:00
2020-04-23 16:36:21 +02:00
2020-04-20 16:24:25 +02:00
2020-05-12 11:55:25 -07:00
2020-03-09 13:41:43 +01:00
2020-01-24 08:52:55 +01:00
2020-01-28 23:25:25 +01:00
2020-02-11 09:14:41 +01:00
2020-01-24 08:52:55 +01:00
2020-01-24 08:52:55 +01:00
2020-01-24 08:52:55 +01:00
2020-04-07 01:06:16 +09:00
2020-01-24 08:52:55 +01:00
2020-05-12 11:55:25 -07:00
2020-06-02 13:23:53 -04:00
2020-05-26 17:12:20 -07:00
2020-05-06 13:43:50 -07:00
2020-01-24 08:52:55 +01:00
2020-02-18 08:58:36 +01:00
2020-01-24 08:52:55 +01:00
2020-05-27 14:11:16 +02:00
2020-01-24 08:52:55 +01:00
2020-04-06 10:05:59 -04:00
2020-05-22 11:24:48 +02:00
2020-04-20 16:27:19 +02:00
2020-01-24 08:52:55 +01:00
2020-01-24 08:52:55 +01:00
2020-01-24 08:52:55 +01:00
2020-01-24 08:52:55 +01:00
2020-05-15 22:14:39 +02:00
2020-02-04 15:33:06 -08:00
2020-02-12 09:49:39 +01:00
2020-02-12 09:49:39 +01:00
2020-01-24 08:52:55 +01:00
2020-01-24 08:52:55 +01:00
2020-02-11 13:23:18 +01:00
2020-02-18 10:38:41 +01:00
2020-02-11 13:23:18 +01:00
2020-02-12 09:49:39 +01:00
2020-02-12 09:49:39 +01:00
2020-05-15 22:14:39 +02:00
2020-02-11 13:23:18 +01:00