[PATCH] Coverage mapping: Don't map implicit casts and modify "ignore if not extended" flag semantics

Justin Bogner mail at justinbogner.com
Wed Aug 20 23:49:10 PDT 2014


Alex L <arphaman at gmail.com> writes:
> These two patches remove the mapping for implicit cast expression and
> modify the "ignore if not extended" flag to be "ignore if file only
> has this region". I'm sending them out together as they both partially
> influence a common testcase.

Why? What is this accomplishing? As far as I can tell one of these
patches removes a CHECK line and the other adds back the exact same
check. I guess this changes how that particular construct is modelled?
If so, it might be better to just make this one patch so it's clear that
you're not removing functionality, but changing how it's done.



More information about the cfe-commits mailing list