ASDenysPetrov added a comment.
Herald added a subscriber: nullptr.cpp.

HTML sample looks fine! But there is the same problem as in D92639 
<https://reviews.llvm.org/D92639>. IE doesn't draw arrows.



================
Comment at: clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp:166
+  ArrowMap(unsigned Size) : Base(Size, 0) {}
+  unsigned getTotalNumberOfArrows() const { return at(0); }
+};
----------------
  # Whether `size()` is not an aim?
  # It can fail in case of empty container.




Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92928

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D92928: [analyze... Denys Petrov via Phabricator via cfe-commits

Reply via email to