[PATCH] D92928: [analyzer] Highlight arrows for currently selected event
Denys Petrov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 4 16:28:09 PST 2021
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
More information about the cfe-commits
mailing list