-
### Observed behavior
I want to use the setting `SpacesInLineCommentPrefix` in my `.clang-format` file. I can see that it's only available as of clang 13. This setting works flawlessly if I run `cl…
-
The comment
```toml
# init_command = [
# 'python',
# 'examples/pytorch/s3_init.py',
# '--config-json=examples/pytorch/s3_init_config.json',
# '--linter=clang-format',
# '-…
-
`Xv6` is poorly formatted and also we want to check our students code formatting before code review to make it more pleasant to read.
Problem is that we can not format actual sources as it will be…
-
안녕하세요, 프로젝트를 진행하던 중 문의드릴 내용이 있습니다.
제공해주신 `format-all.sh` 스크립트를 실행하여 자동 포매팅을 진행한 결과, `/src/static_error.h` 파일에서 `ErrorLike` concept의 코드 포매팅이 변경된 것을 확인할 수 있었습니다.
Skeleton 코드가 제공된 .clang-format 스타일…
-
https://stackoverflow.com/a/59574671/2646505
Apply `PackConstructorInitializers` and remove
```cpp
// clang-format off
...
// clang-format on
```
-
Upon higher linux version, clang-format-6.0 cannot be installed
e.g. ubuntu 23.10 installs clang-format-16 when `apt-get install clang-format`
in `etc/clang_format.cmake` basic `make format` try…
-
I'm using clang-cl 19.1.3 to compile Windows WebKit.
In `JSRopeString::resolveToBufferSlow`, the storages of a local variable `workQueue` and an argument variable `buffer` overwraps.
https://githu…
-
### Problem Description
I've been running into a few issues with LTO on Linux now that SVT-AV1 enables it by default. Due to the long linking times with gcc, I switched to clang in order to use Thi…
-
| | |
| --- | --- |
| Bugzilla Link | [20615](https://llvm.org/bz20615) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Example:
----…
-
Thanks for adding BreakBinaryOperations! It's a great feature.
I notice some strange behavior when dealing with the operator>>:
I'm using `BreakBinaryOperations: RespectPrecedence`
Before for…