Is there an existing issue for this?
- I have searched the existing issues
Current behaviour
clang-format is curently broken for me (possibly related to #29056, fyi @maflcko ) I’m using Ubuntu clang-format version 14.0.0-1ubuntu1.1
Expected behaviour
no error
Steps to reproduce
Add a newline anywhere in e.g. addrman.cpp
, commit, then git diff -U0 HEAD~1.. | ./contrib/devtools/clang-format-diff.py -p1 -i -v
as described in contrib/README.md
Relevant log output
0Formatting src/addrman.cpp
1/home/martin/bitcoin/28956_adjusted/src/.clang-format:46:33: error: invalid boolean
2BreakBeforeConceptDeclarations: Always
How did you obtain Bitcoin Core
Compiled from source
What version of Bitcoin Core are you using?
master
Operating system and version
Ubuntu 22.04.3 LTS
Machine specifications
No response