This is an archive of the discontinued LLVM Phabricator instance.

Handle errors in lambda prototype instantiation correctly
ClosedPublic

Authored by rnk on Dec 15 2014, 11:28 AM.

Details

Summary

Previously we would attempt to build a TypeSourceInfo for a null type,
and then we would forget to pop the function scope before returning an
error.

Diff Detail

Event Timeline

rnk updated this revision to Diff 17297.Dec 15 2014, 11:28 AM
rnk retitled this revision from to Handle errors in lambda prototype instantiation correctly.
rnk updated this object.
rnk added a reviewer: rsmith.
rnk added a subscriber: Unknown Object (MLST).
This revision was automatically updated to reflect the committed changes.