[PATCH] D54560: [analyzer] MoveChecker Pt.3: Improve warning messages a bit.

Umann Kristóf via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 15 07:48:22 PST 2018


Szelethus accepted this revision.
Szelethus added a comment.
This revision is now accepted and ready to land.

Awesome! :D



================
Comment at: lib/StaticAnalyzer/Checkers/MoveChecker.cpp:385-386
+  }
+  // Provide the caller with the classification of the object
+  // we've obtained here accidentally, for later use.
+  return OK;
----------------
Maybe move this in-class?


Repository:
  rC Clang

https://reviews.llvm.org/D54560





More information about the cfe-commits mailing list