[PATCH] D48854: Use ExprMutationAnalyzer in performance-for-range-copy
Shuai Wang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 10 14:20:18 PDT 2018
shuaiwang marked an inline comment as done.
shuaiwang added inline comments.
================
Comment at: test/clang-tidy/performance-for-range-copy.cpp:120
+struct Point {
+ ~Point() {}
----------------
JonasToth wrote:
> I feel that `const` methods should be added as a test as well.
const methods are already tested with existing test cases.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D48854
More information about the cfe-commits
mailing list