Files
clang-p2996/llvm/include
Duncan P. N. Exon Smith 77898a4c0c Coverage: Fix iterated type for LineCoverageIterator
LineCoverageIterator is not providing access to a mutable object. Fix it
to iterate over `const LineCoverageStats` so that `operator->()`
compiles again after 6b9b86db9d.
2021-11-16 14:39:30 -08:00
..