This is an archive of the discontinued LLVM Phabricator instance.

Fix isTriviallyCopyableType for arrays
ClosedPublic

Authored by K-ballo on Jan 21 2015, 8:25 AM.

Details

Reviewers
compnerd
rsmith
Summary

Fix isTriviallyCopyableType for arrays. An array of type T is trivially copyable if T is trivially copyable.

Diff Detail

Event Timeline

K-ballo updated this revision to Diff 18520.Jan 21 2015, 8:25 AM
K-ballo retitled this revision from to Fix isTriviallyCopyableType for arrays.
K-ballo updated this object.
K-ballo edited the test plan for this revision. (Show Details)
K-ballo added a reviewer: rsmith.
K-ballo added a subscriber: Unknown Object (MLST).
compnerd accepted this revision.Jan 21 2015, 11:40 AM
compnerd added a reviewer: compnerd.
This revision is now accepted and ready to land.Jan 21 2015, 11:40 AM
compnerd closed this revision.Jan 21 2015, 11:41 AM

SVN r226696.