Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| clang/lib/Format/WhitespaceManager.cpp | ||
|---|---|---|
| 839–847 | 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–847 | 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. | |