[PATCH] D43469: [clang-format] Fix text proto extension scope opening detection

2018-02-19 Thread Krasimir Georgiev via Phabricator via cfe-commits
This revision was not accepted when it landed; it landed in state "Needs Review". This revision was automatically updated to reflect the committed changes. Closed by commit rL325513: [clang-format] Fix text proto extension scope opening detection (authored by krasimir, committed by ). Herald adde

[PATCH] D43469: [clang-format] Fix text proto extension scope opening detection

2018-02-19 Thread Krasimir Georgiev via Phabricator via cfe-commits
This revision was not accepted when it landed; it landed in state "Needs Review". This revision was automatically updated to reflect the committed changes. Closed by commit rC325513: [clang-format] Fix text proto extension scope opening detection (authored by krasimir, committed by ). Changed pr

[PATCH] D43469: [clang-format] Fix text proto extension scope opening detection

2018-02-19 Thread Krasimir Georgiev via Phabricator via cfe-commits
krasimir created this revision. Herald added subscribers: cfe-commits, klimek. This fixes the detection of scope openers in text proto extensions; previously they were not detected correctly leading to instances like: msg { [aa.bb ] { key: value } } Repository: rC Clang https:/