[all-commits] [llvm/llvm-project] 84e3fd: [clang-format] BreakBeforeNoexceptSpecifier option...
Björn Schäpers via All-commits
all-commits at lists.llvm.org
Sat Sep 9 13:32:11 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 84e3fdfc65232a4c940c2c3c9a2a8fe6c9b7806d
https://github.com/llvm/llvm-project/commit/84e3fdfc65232a4c940c2c3c9a2a8fe6c9b7806d
Author: Björn Schäpers <bjoern at hazardy.de>
Date: 2023-09-09 (Sat, 09 Sep 2023)
Changed paths:
M clang/docs/ClangFormatStyleOptions.rst
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Format/Format.h
M clang/lib/Format/Format.cpp
M clang/lib/Format/TokenAnnotator.cpp
M clang/unittests/Format/ConfigParseTest.cpp
M clang/unittests/Format/FormatTest.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list