This is an archive of the discontinued LLVM Phabricator instance.

CFGBuilder: Fix crash when visiting a range-based for over a dependent type
ClosedPublic

Authored by mboehme on Jun 30 2016, 7:58 AM.

Diff Detail

Event Timeline

mboehme updated this revision to Diff 62362.Jun 30 2016, 7:58 AM
mboehme retitled this revision from to CFGBuilder: Fix crash when visiting a range-based for over a dependent type.
mboehme updated this object.
mboehme added a reviewer: klimek.
mboehme added a subscriber: cfe-commits.
klimek added inline comments.Jun 30 2016, 8:08 AM
unittests/Analysis/CFGTest.cpp
49

I think we want to assert that we at least found func once with a body.

mboehme updated this revision to Diff 62374.Jun 30 2016, 8:55 AM
mboehme marked an inline comment as done.
klimek accepted this revision.Jul 6 2016, 2:49 AM
klimek edited edge metadata.

lg

This revision is now accepted and ready to land.Jul 6 2016, 2:49 AM
This revision was automatically updated to reflect the committed changes.