[PATCH] D24241: [llvm-cov] Add the project summary to the text coverage report for each source file.

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 6 06:55:34 PDT 2016


vsk accepted this revision.
vsk added a comment.
This revision is now accepted and ready to land.

Thanks for doing this. LGTM with one small change.


================
Comment at: tools/llvm-cov/SourceCoverageView.h:277
@@ -276,1 +276,3 @@
 
+  std::string getNativeSourceName() const;
+
----------------
Please add a short doxygen comment here, e.g 'Return the source name formatted for the host OS.'


https://reviews.llvm.org/D24241





More information about the llvm-commits mailing list