This is an archive of the discontinued LLVM Phabricator instance.

Add more examples to clang-format configuration
ClosedPublic

Authored by sylvestre.ledru on Mar 8 2017, 5:14 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

sylvestre.ledru created this revision.Mar 8 2017, 5:14 AM
djasper accepted this revision.Mar 8 2017, 5:21 AM

Please upload patches with full context or use arc (https://secure.phabricator.com/book/phabricator/article/arcanist/).

Generally looks good, just minor comments.

include/clang/Format/Format.h
201 ↗(On Diff #91001)

Don't add examples here as this is deprecated. Maybe make it more obvious that this is deprecated instead.

726 ↗(On Diff #91001)

While you are here: s/may be/is/

This revision is now accepted and ready to land.Mar 8 2017, 5:21 AM

with the changes, I will land it now

This revision was automatically updated to reflect the committed changes.