"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "d23ea6a33b3db136fba71220f4256456ad5aeda6"
[clang-format] Make parseUnaryOperator non-recursive, NFCI
Summary: 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. Reviewers: bkramer Reviewed By: bkramer Subscribers: cfe-commits, klimek Differential Revision: https://reviews.llvm.org/D39498 llvm-svn: 317113
Loading
Please register or sign in to comment