This is an archive of the discontinued LLVM Phabricator instance.

[clang-format] Fix comment indentation in text protos
ClosedPublic

Authored by krasimir on Feb 12 2018, 7:49 AM.

Details

Summary

This patch fixes a bug where the comment indent of comments in text protos gets messed up because by default paren states get created with AlignColons = true (which makes snese for ObjC).

Diff Detail

Repository
rL LLVM

Event Timeline

krasimir created this revision.Feb 12 2018, 7:49 AM
This revision was not accepted when it landed; it landed in state Needs Review.Feb 12 2018, 7:53 AM
This revision was not accepted when it landed; it landed in state Needs Review.
This revision was automatically updated to reflect the committed changes.
This revision was automatically updated to reflect the committed changes.