[PATCH] D57087: [clang-tidy] add OverrideMacro to modernize-use-override check
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 24 01:52:17 PST 2019
MyDeveloperDay updated this revision to Diff 183268.
MyDeveloperDay marked 12 inline comments as done.
MyDeveloperDay added a comment.
Addressing review comments,
- reduce changes causing excessive string concats and problems with temporaries
- simplify cxx version and macro checks
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57087/new/
https://reviews.llvm.org/D57087
Files:
clang-tidy/modernize/UseOverrideCheck.cpp
clang-tidy/modernize/UseOverrideCheck.h
docs/ReleaseNotes.rst
docs/clang-tidy/checks/modernize-use-override.rst
test/clang-tidy/modernize-use-override-with-macro.cpp
test/clang-tidy/modernize-use-override-with-no-macro-inscope.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57087.183268.patch
Type: text/x-patch
Size: 11742 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190124/3fae3f5d/attachment.bin>
More information about the cfe-commits
mailing list