Files
clang-p2996/clang/lib/Format/Format.cpp
Björn Schäpers 84e3fdfc65 [clang-format] BreakBeforeNoexceptSpecifier option added (#65808)
It really bugs me that it breaks to
``` c++
...) noexcept(
    noexcept(condition)...
```

This is a fix for people like me.
2023-09-09 22:31:58 +02:00

164 KiB