gribozavr2 accepted this revision.
gribozavr2 added inline comments.

================
Comment at: 
clang-tools-extra/clang-tidy/bugprone/UncheckedOptionalAccessCheck.cpp:67
+            std::move(StmtDiagnostics.begin(), StmtDiagnostics.end(),
+                      std::back_inserter(Diagnostics));
+          });
----------------
Please use the range-based llvm;:move() from 
llvm-project/llvm/include/llvm/ADT/STLExtras.h.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128352

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to