Fixed '!NodePtr->isKnownSentinel()' assert caused by dereferencing end iterator when trying to const cast the iterator.
Fixes bug in https://llvm.org/bugs/show_bug.cgi?id=30514
See https://reviews.llvm.org/rL279314 for more detail
Differential D27844
Fixed '!NodePtr->isKnownSentinel()' assert caused by dereferencing end iterator when trying to const cast the iterator. martin.sherburn on Dec 16 2016, 4:35 AM. Authored by
Details
Fixed '!NodePtr->isKnownSentinel()' assert caused by dereferencing end iterator when trying to const cast the iterator. Fixes bug in https://llvm.org/bugs/show_bug.cgi?id=30514 See https://reviews.llvm.org/rL279314 for more detail
Diff Detail
Event TimelineComment Actions Sorry if this seems obvious but how do I get this committed to source control? This is my first patch so I don't have commit access. I use git mostly so if there is any way to submit a pull request or anything that's great but I'm happy to follow whatever is the usual approach. |