[PATCH] D48854: Use ExprMutationAnalyzer in performance-for-range-copy

Jonas Toth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 3 04:52:47 PDT 2018


JonasToth added inline comments.


================
Comment at: test/clang-tidy/performance-for-range-copy.cpp:120
 
+struct Point {
+  ~Point() {}
----------------
I feel that `const` methods should be added as a test as well.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D48854





More information about the cfe-commits mailing list