vsk added a comment.

Please document the filter behavior (see docs/UsersManual.rst).



================
Comment at: include/clang/Driver/CC1Options.td:236
+def coverage_exclude_EQ : Joined<["-"], "coverage-exclude=">,
+  Alias<coverage_exclude>;
 def coverage_exit_block_before_body : Flag<["-"], 
"coverage-exit-block-before-body">,
----------------
Have you checked whether gcc supports similar options? If so, it would be great 
if we could match their name & behavior.


Repository:
  rC Clang

https://reviews.llvm.org/D52034



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to