popRegions used to assume that the start location of a region can't be nested deeper than the end location, which is not always true.
Details
Details
- Reviewers
bogner rsmith vsk aaron.ballman - Commits
- rGf79f472aa167: Merging r347262:
rG0c3e3115e8f4: [Coverage] Fix PR39258: support coverage regions that start deeper than they end
rL347798: Merging r347262:
rL347262: [Coverage] Fix PR39258: support coverage regions that start deeper than they end
rC347262: [Coverage] Fix PR39258: support coverage regions that start deeper than they end
Diff Detail
Diff Detail
- Repository
- rC Clang
- Build Status
Buildable 24424 Build 24423: arc lint + arc unit
Event Timeline
Comment Actions
Thanks! Could you merge this (after a while to let others review)?
test/CoverageMapping/macros.c | ||
---|---|---|
60 | CHECK-LABEL would accept unchecked output between the previous CHECK-NEXT and func6. It seems that the intention of this test is to check all lines of output, so I used CHECK-NEXT as in other tests in this file. |
Comment Actions
Friendly ping -- @orivej were you still looking for more feedback? If not, do you still need someone to land this patch on your behalf?
Please use CHECK-LABEL here.