This is an archive of the discontinued LLVM Phabricator instance.

Fix a crash in cppcoreguidelines-pro-type-member-init when checking a type with a template parameter as a base class.
ClosedPublic

Authored by michael_miller on Apr 26 2016, 10:09 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

michael_miller retitled this revision from to Fix a crash in cppcoreguidelines-pro-type-member-init when checking a type with a template parameter as a base class..
michael_miller updated this object.
michael_miller added a subscriber: cfe-commits.
hokein accepted this revision.Apr 27 2016, 12:59 AM
hokein edited edge metadata.

LGTM. Thanks for the quick fix!

This revision is now accepted and ready to land.Apr 27 2016, 12:59 AM
This revision was automatically updated to reflect the committed changes.