| commit | e5f06a81a870a6c3e1caa5203d9fceed45c1d0e1 | [log] [tgz] |
|---|---|---|
| author | Vedant Kumar <vsk@apple.com> | Tue Oct 17 06:51:54 2017 +0000 |
| committer | Vedant Kumar <vsk@apple.com> | Tue Oct 17 06:51:54 2017 +0000 |
| tree | 93162f61ce96e68fdf2a41cea87d179065f19df7 | |
| parent | 1e0f1f476a4f3d922002969c1bd3513c9808149e [diff] |
[Coverage] Explicitly mark the l.h.s of && and || (fixes PR33465) This makes it possible to view sub-line region counts for the l.h.s of && and || expressions in coverage reports. It also fixes PR33465, which shows an example of incorrect coverage output for an assignment statement containing '||'. llvm-svn: 315979