Szelethus accepted this revision.
Szelethus added a comment.

Other then the things @gribozavr mentioned, LGTM.



================
Comment at: 
clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h:458
+public:
+  typedef llvm::SmallVector<std::unique_ptr<BugReport>, 4> ReportList;
+  using iterator = ReportList::iterator;
----------------
Prefer `using`.


Repository:
  rC Clang

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

https://reviews.llvm.org/D67024



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

Reply via email to