Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Event Timeline
clang/lib/Format/WhitespaceManager.cpp | ||
---|---|---|
839–846 | Do you need the extra case, or could you just activate AlignCompound? If you do, can you please add parens, the precedence of ? and : in combination with || is at least for me not 100% clear. |
clang/lib/Format/WhitespaceManager.cpp | ||
---|---|---|
839–846 | If I get you right, you are suggesting that AlignCompound: false is there only for backward compatibility, and we can make it default to true since we don't have to maintain backward compatibility for new things. I prefer consistency. |