[PATCH] D40120: [clang-format] Add text proto filename detection

2017-11-17 Thread Krasimir Georgiev via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL318525: [clang-format] Add text proto filename detection (authored by krasimir). Repository: rL LLVM https://reviews.llvm.org/D40120 Files: cfe/trunk/lib/Format/Format.cpp Index: cfe/trunk/lib/For

[PATCH] D40120: [clang-format] Add text proto filename detection

2017-11-17 Thread Manuel Klimek via Phabricator via cfe-commits
klimek accepted this revision. klimek added a comment. This revision is now accepted and ready to land. LG https://reviews.llvm.org/D40120 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-com

[PATCH] D40120: [clang-format] Add text proto filename detection

2017-11-17 Thread Krasimir Georgiev via Phabricator via cfe-commits
krasimir updated this revision to Diff 123308. krasimir added a comment. - Remove METADATA https://reviews.llvm.org/D40120 Files: lib/Format/Format.cpp Index: lib/Format/Format.cpp === --- lib/Format/Format.cpp +++ lib/Format/F

[PATCH] D40120: [clang-format] Add text proto filename detection

2017-11-16 Thread Manuel Klimek via Phabricator via cfe-commits
klimek added a comment. Should that be configured? METADATA seems pretty domain specific ;) https://reviews.llvm.org/D40120 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[PATCH] D40120: [clang-format] Add text proto filename detection

2017-11-16 Thread Krasimir Georgiev via Phabricator via cfe-commits
krasimir created this revision. Adds text proto filename detection. https://reviews.llvm.org/D40120 Files: lib/Format/Format.cpp Index: lib/Format/Format.cpp === --- lib/Format/Format.cpp +++ lib/Format/Format.cpp @@ -2084,6 +2