[PATCH] D15121: A new clang-tidy module to find calls to `std::swap`, and change them to use ADL
Marshall Clow via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 1 10:52:00 PST 2015
mclow.lists added a comment.
Also, even though the `--fix` done by the tool is (almost) correct, the display of the fixit hint by clang is really confusing, even wrong
http://reviews.llvm.org/D15121
More information about the cfe-commits
mailing list