This is an archive of the discontinued LLVM Phabricator instance.

Teach ActOnMemInitializers to cope with dependent bases and initializers
Needs ReviewPublic

Authored by rnk on Dec 10 2015, 3:59 PM.

Details

Reviewers
rsmith
Summary

This both improves diagnostic quality and fixes crashes on invalid when
we sneak dependent types into a constructor that isn't in a dependent
context.

Fixes PR24658

Diff Detail

Event Timeline

rnk updated this revision to Diff 42470.Dec 10 2015, 3:59 PM
rnk retitled this revision from to Teach ActOnMemInitializers to cope with dependent bases and initializers.
rnk updated this object.
rnk added a reviewer: rsmith.
rnk added a subscriber: cfe-commits.