This revision was automatically updated to reflect the committed changes.
Closed by commit rL306406: [clang-format] Support <>-style proto message fields
(authored by krasimir).
Repository:
rL LLVM
https://reviews.llvm.org/D34621
Files:
cfe/trunk/lib/Format/ContinuationIndenter.cpp
cfe/tr
djasper accepted this revision.
djasper added a comment.
This revision is now accepted and ready to land.
Looks good.
https://reviews.llvm.org/D34621
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listi
krasimir updated this revision to Diff 104148.
krasimir added a comment.
- Remove todo test case
https://reviews.llvm.org/D34621
Files:
lib/Format/ContinuationIndenter.cpp
lib/Format/FormatToken.h
lib/Format/TokenAnnotator.cpp
lib/Format/UnwrappedLineParser.cpp
lib/Format/UnwrappedLin
krasimir updated this revision to Diff 104146.
krasimir added a comment.
- Rebase with master
- Updated implementation with the new tests
https://reviews.llvm.org/D34621
Files:
lib/Format/ContinuationIndenter.cpp
lib/Format/FormatToken.h
lib/Format/TokenAnnotator.cpp
lib/Format/Unwrappe