clang-format: Support labels in brace-less ifs.
While I am not personally convinced about the usefulness of this construct, we should break it. Before: if (a) label: f(); After: if (a) label: f(); llvm-svn: 265545
Loading
Please sign in to comment