-
I believe clang-format is incorrectly formatting dereference operator with BreakBinaryOperations: OnePerLine
In example code:
`return segment < *this or *this < segment;`
Clang-format should co…
-
We have been enforcing clang-format automation for some time now but this is quite restrictive.
Problems:
1. GCC Upstream is not compliant to clang-format (yet?)
2. clang-format-10 to clang-for…
-
In src\library_webgpu.js there is this big block:
```js
#if ASSERTIONS
var viewFormatCount = {{{ gpu.makeGetU32('config', C_STRUCTS.WGPUSurfaceConfiguration.viewFormatCount) }}};
var vie…
-
In #20123 the `.clang-format` file has been introduced, and the [decision has been made](https://github.com/scylladb/scylladb/pull/20123#pullrequestreview-2234614973) to set the column limit (max line…
-
There's currently a `QualifierAlignment` option in ClangFormat, although I'd argue it is misnamed ; it doesn't align anything, it simply order qualifiers.
Currently, I believe that if you write :
…
-
*Issue migrated from trac ticket # 18389*
**component:** base | **priority:** low | **keywords:** clang-format
#### 2019-04-21 08:22:09: @eranif created the issue
___
clang-format has become the s…
-
| | |
| --- | --- |
| Bugzilla Link | [48496](https://llvm.org/bz48496) |
| Version | trunk |
| OS | Linux |
| CC | @dwblaikie,@mydeveloperday |
## Extended Description
Test case is as fol…
-
### Describe the bug
When committing `pre-commit` hangs at the `clang-format` stage indefinitely. When running the command `./.dependencies/clang-format-16-83817c2f/clang-format` (as defined in the…
-
[Reproducer](https://godbolt.org/#z:OYLghAFBqd5QCxAYwPYBMCmBRdBLAF1QCcAaPECAMzwBtMA7AQwFtMQByARg9KtQYEAysib0QXAGx8BBAKoBnTAAUAHpwAMvAFYTStJg1DIApACYAQuYukl9ZATwDKjdAGFUtAK4sGIAMxmpK4AMngMmAByPgBGmMQS/…
-
We're not totally consistent with how we include headers. What about something like this?
* Use quotation marks for header files in the same directory e.g. `#include "Library.h"`
* Use angle brace…