diff options
author | Matthias Maennich <matthias@maennich.net> | 2017-09-21 23:06:05 +0200 |
---|---|---|
committer | Matthias Maennich <matthias@maennich.net> | 2017-09-26 00:07:19 +0200 |
commit | f0489856e30b1b5236d1897071ea38dfde438fc7 (patch) | |
tree | f2a786e0c3fe5e9d234f62c3ca3cacfdbd70ef8f /.clang-tidy | |
parent | eae3765b67b653d3f00afa44a60719a387262af8 (diff) | |
download | cmake-f0489856e30b1b5236d1897071ea38dfde438fc7.tar.gz |
Retire std::auto_ptr and its macro CM_AUTO_PTR
Signed-off-by: Matthias Maennich <matthias@maennich.net>
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy index e8d39ce45c..a6e2597e1b 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -10,7 +10,6 @@ modernize-*,\ -modernize-deprecated-headers,\ -modernize-pass-by-value,\ -modernize-raw-string-literal,\ --modernize-replace-auto-ptr,\ -modernize-use-auto,\ -modernize-use-default-member-init,\ -modernize-use-emplace,\ |