This is an archive of the discontinued LLVM Phabricator instance.

llvm-cov: add test for function & file association in the reports.
ClosedPublic

Authored by arphaman on Sep 25 2014, 5:36 AM.

Details

Summary

The attached patch contains a test which checks that the functions defined in header files will get associated with header files rather than source files for the reports.
This is a standalone test patch without any functionality change, because I've originally intended to create a patch which changes the association (so that the header defined functions will be associated with the non-header files), but now I think that the default approach is better.

Diff Detail

Repository
rL LLVM

Event Timeline

arphaman updated this revision to Diff 14069.Sep 25 2014, 5:36 AM
arphaman retitled this revision from to llvm-cov: add test for function & file association in the reports..
arphaman updated this object.
arphaman edited the test plan for this revision. (Show Details)
arphaman added reviewers: bogner, bob.wilson.
arphaman set the repository for this revision to rL LLVM.
arphaman added a subscriber: Unknown Object (MLST).
arphaman closed this revision.Sep 30 2014, 6:02 AM
arphaman updated this revision to Diff 14222.

Closed by commit rL218673 (authored by @arphaman).