[PATCH] D18273: [sancov] common flags initialization.

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 18 12:05:16 PDT 2016


kcc accepted this revision.
kcc added a comment.

LGTM


================
Comment at: lib/sanitizer_common/sanitizer_flags.cc:130
@@ +129,3 @@
+void InitializeCommonFlags(CommonFlags *cf) {
+  cf->coverage |= cf->html_cov_report;
+  SetVerbosity(cf->verbosity);
----------------
add a comment explaining why


http://reviews.llvm.org/D18273





More information about the llvm-commits mailing list