[PATCH] D25769: [clang-tidy] Simplify modernize-use-default
Malcolm Parsons via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 19 06:53:57 PDT 2016
malcolm.parsons added inline comments.
================
Comment at: test/clang-tidy/modernize-use-default-copy.cpp:85
+ // CHECK-MESSAGES: :[[@LINE-2]]:3: warning: use '= default'
+ // CHECK-FIXES: /* don't delete */ = default;
int Field;
----------------
I don't know why cleanup removes this comment, but there are format units tests that check that it does.
https://reviews.llvm.org/D25769
More information about the cfe-commits
mailing list