[PATCH] D37111: [llvm-cov] Read in function names for filtering from a text file.
Vedant Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 30 10:36:01 PDT 2017
vsk accepted this revision.
vsk added a comment.
This revision is now accepted and ready to land.
Thanks!
================
Comment at: tools/llvm-cov/CoverageFilters.h:64
+
+ bool matches(const coverage::FunctionRecord &Function) override;
+};
----------------
nitpick: Can this method be marked const?
https://reviews.llvm.org/D37111
More information about the llvm-commits
mailing list