标签: macros clang-format
这是我以前的代码:
if unlikely(a > b) throw "a > b";
在clang格式之后,它变为:
.clang格式的哪个选项可以在“不太可能”之前停止中断?