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

Simon Pilgrim via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 7 03:57:09 PDT 2020


RKSimon added inline comments.
Herald added subscribers: steakhal, ASDenysPetrov, martong, Charusso.


================
Comment at: lib/StaticAnalyzer/Checkers/MoveChecker.cpp:81
+      "optional",
+      "packaged_task"
+      "promise",
----------------
@NoQ https://bugs.llvm.org/show_bug.cgi?id=47030 is reporting that this contains a missing comma - please can you take a look?


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