This revision was automatically updated to reflect the committed changes.
Closed by commit rL317113: [clang-format] Make parseUnaryOperator
non-recursive, NFCI (authored by krasimir).
Repository:
rL LLVM
https://reviews.llvm.org/D39498
Files:
cfe/trunk/lib/Format/TokenAnnotator.cpp
Index:
krasimir added inline comments.
Comment at: lib/Format/TokenAnnotator.cpp:1671
+parse(PrecedenceArrowAndPeriod);
+for (size_t I = 0, E = Tokens.size(); I < E; ++I)
+ // The actual precedence doesn't matter.
bkramer wrote:
> `for (FormatToken *Token :
krasimir updated this revision to Diff 121156.
krasimir added a comment.
- Address review comments
https://reviews.llvm.org/D39498
Files:
lib/Format/TokenAnnotator.cpp
Index: lib/Format/TokenAnnotator.cpp
===
--- lib/Format/Tok
bkramer accepted this revision.
bkramer added a comment.
This revision is now accepted and ready to land.
lg
Comment at: lib/Format/TokenAnnotator.cpp:1671
+parse(PrecedenceArrowAndPeriod);
+for (size_t I = 0, E = Tokens.size(); I < E; ++I)
+ // The actual preceden