[PATCH] D67460: clang-tidy: modernize-use-using work with multi-argument templates
Conrad Poelman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 12 11:38:59 PDT 2019
poelmanc updated this revision to Diff 219957.
poelmanc added a comment.
Thanks for the stressing test cases. I reverted to your original test case with a single >, added a separate one with a single <, and expanded the final case to have a non-balanced number of > and <. I added all your new cases, with variations for non-fixed (multiple typedef) and fixed (single typedef) examples.
To make the braces example pass, we now only abandon the fix when encountering a non-nested open brace.
Repository:
rCTE Clang Tools Extra
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67460/new/
https://reviews.llvm.org/D67460
Files:
clang-tools-extra/clang-tidy/modernize/UseUsingCheck.cpp
clang-tools-extra/test/clang-tidy/modernize-use-using.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67460.219957.patch
Type: text/x-patch
Size: 4648 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190912/e9a0987d/attachment.bin>
More information about the cfe-commits
mailing list