This is an archive of the discontinued LLVM Phabricator instance.

clang-format: Add missing members to FormatStyle::operator==
ClosedPublic

Authored by poiru on Jun 26 2015, 4:40 PM.

Diff Detail

Event Timeline

poiru updated this revision to Diff 28613.Jun 26 2015, 4:40 PM
poiru retitled this revision from to clang-format: Add missing members to FormatStyle::operator==.
poiru updated this object.
poiru edited the test plan for this revision. (Show Details)
poiru added a reviewer: djasper.
poiru added a subscriber: Unknown Object (MLST).
djasper accepted this revision.Jun 27 2015, 6:48 AM
djasper edited edge metadata.

Looks good.

This revision is now accepted and ready to land.Jun 27 2015, 6:48 AM

can/should there be any test coverage for this? (I suppose there's probably
not any test coverage that would catch added fields without using UB to
scramble the object's bits... )

poiru closed this revision.Jun 28 2015, 7:37 AM