Change the signatures of parseBlock(), parseLevel(), and parseStructuralElement() to support combining else and if when removing braces. See https://github.com/llvm/llvm-project/issues/55663.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Restored the return type of parseLevel() and reordered the parameters of parseStructuralElement().