Open Quuxplusone opened 5 years ago
Bugzilla Link | PR42110 |
Status | NEW |
Importance | P enhancement |
Reported by | Dennis Felsing (dennis.felsing@sap.com) |
Reported on | 2019-06-03 03:37:25 -0700 |
Last modified on | 2019-06-04 05:20:59 -0700 |
Version | trunk |
Hardware | PC Linux |
CC | dblaikie@gmail.com, htmldeveloper@gmail.com, llvm-bugs@lists.llvm.org |
Fixed by commit(s) | |
Attachments | |
Blocks | |
Blocked by | |
See also |
I'm guessing this is probably by design - member function templates that aren't called aren't instantiated & might not be valid instantiations (consider something like std::list
My way of considering this is that these are lines of code that could be executed, but they are not. So if your target is to know how many percent code coverage your software has, this behavior distorts it.