[PATCH] D37011: [clang-format] Fix lines regression in clang-format.py

2017-08-22 Thread Krasimir Georgiev via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL311456: [clang-format] Fix lines regression in clang-format.py (authored by krasimir). Repository: rL LLVM https://reviews.llvm.org/D37011 Files: cfe/trunk/tools/clang-format/clang-format.py Index

[PATCH] D37011: [clang-format] Fix lines regression in clang-format.py

2017-08-22 Thread Daniel Jasper via Phabricator via cfe-commits
djasper accepted this revision. djasper added a comment. This revision is now accepted and ready to land. Thank you https://reviews.llvm.org/D37011 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinf

[PATCH] D37011: [clang-format] Fix lines regression in clang-format.py

2017-08-22 Thread Krasimir Georgiev via Phabricator via cfe-commits
krasimir created this revision. This patch fixes a regression after https://reviews.llvm.org/rL305665, which updates the structure of the `lines` variable. https://reviews.llvm.org/D37011 Files: tools/clang-format/clang-format.py Index: tools/clang-format/clang-format.py ===