[PATCH] D55307: [analyzer] MoveChecker Pt.6: Suppress the warning for the few move-safe STL classes.

Aleksei Sidorin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Dec 8 23:50:01 PST 2018


a_sidorin accepted this revision.
a_sidorin added a comment.

I think the change is fine, just a minor stylish remark.



================
Comment at: test/Analysis/Inputs/system-header-simulator-cxx.h:782
+namespace std {
+  template<typename T> // TODO: Implement the stub for deleter.
+  class unique_ptr {
----------------
Nit: our coding rules require a space before template lbrace.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55307/new/

https://reviews.llvm.org/D55307





More information about the cfe-commits mailing list