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 } }
Paths
| Differential D43469
[clang-format] Fix text proto extension scope opening detection ClosedPublic Authored by krasimir on Feb 19 2018, 8:01 AM.
Details Summary This fixes the detection of scope openers in text proto extensions; previously msg { [aa.bb ] { key: value } }
Diff Detail
Event TimelineThis revision was not accepted when it landed; it landed in state Needs Review. Closed by commit rC325513: [clang-format] Fix text proto extension scope opening detection (authored by krasimir). · Explain Why Closed by commit rL325513: [clang-format] Fix text proto extension scope opening detection (authored by krasimir). · Explain Why This revision was automatically updated to reflect the committed changes. This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 134922 cfe/trunk/lib/Format/FormatToken.h
cfe/trunk/unittests/Format/FormatTestTextProto.cpp
|