[PATCH] D26741: [clang-tidy] Changes to modernize-use-default check

2016-11-17 Thread Malcolm Parsons via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL287215: [clang-tidy] Changes to modernize-use-default check (authored by malcolm.parsons). Changed prior to commit: https://reviews.llvm.org/D26741?vs=78164&id=78328#toc Repository: rL LLVM https://

[PATCH] D26741: [clang-tidy] Changes to modernize-use-default check

2016-11-16 Thread Aaron Ballman via cfe-commits
aaron.ballman accepted this revision. aaron.ballman added a comment. This revision is now accepted and ready to land. LGTM! https://reviews.llvm.org/D26741 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman

[PATCH] D26741: [clang-tidy] Changes to modernize-use-default check

2016-11-16 Thread Malcolm Parsons via cfe-commits
malcolm.parsons created this revision. malcolm.parsons added reviewers: aaron.ballman, alexfh. malcolm.parsons added a subscriber: cfe-commits. Warn about special member functions that only contain a comment. Report the location of the special member function, unless it is defined in a macro. Rep