[PATCH] D24586: [llvm-cov] Add filter and sort table functions to the index page.

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 19 14:05:27 PDT 2016


vsk added a comment.

When you mentioned filtering and sorting in https://reviews.llvm.org/D24367 I imagined simple extensions to the -{line,region}-coverage-{lt,gt} options.. I would strongly prefer to not have any javascript in llvm-cov. Apart from not having good tools to test javascript in tree, this opens us up to much more scope creep than I'm comfortable with. E.g, there is already an IE-specific JS hack in this patch.


https://reviews.llvm.org/D24586





More information about the llvm-commits mailing list