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

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 14 12:56:41 PST 2018


NoQ marked 2 inline comments as done.
NoQ added inline comments.


================
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 {
----------------
a_sidorin wrote:
> Nit: our coding rules require a space before template lbrace.
Fxd.


Repository:
  rC Clang

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

https://reviews.llvm.org/D55307





More information about the cfe-commits mailing list