This patch makes the implementation of parseUnaryOperator non-recursive. We had
a problem with a file starting with tens of thousands of +'es and -'es which
caused clang-format to stack overflow.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 11716 Build 11716: arc lint + arc unit
for (FormatToken *Token : llvm::reverse(Tokens))