-
| | |
|--------------------|----|
| Bugzilla Link | [PR41936](https://bugs.llvm.org/show_bug.cgi?id=41936) |
| Status | NEW |
| Importance | P release bl…
-
Hi. I'm on clang-format `15.0.7` and project's included `.clang-format` contains multiple errors.
For example:
```
/.clang-format:39:3: error: unexpected scalar
Kind: Always
^
/.c…
-
### Description
ascii.qdp assumes that commands in a QDP file are upper case, for example, for errors they must be "READ SERR 1 2" whereas QDP itself is not case sensitive and case use "read serr 1 2…
-
### Description
ascii.qdp assumes that commands in a QDP file are upper case, for example, for errors they must be "READ SERR 1 2" whereas QDP itself is not case sensitive and case use "read serr 1 2…
-
This is mostly a note to myself since I've had two people tell me to add this today and I don't have time to do it right now.
We have a clang-format file in the repo, but it's not often run and not…
-
Following example showcases weird line-breaking choices with `AlignAfterOpenBracket: BlockIndent`:
- Pure LLVM style:
```cpp
auto result = std::optional(123)
.transform([](…
-
AStyle is good, but nowadays more people prefer clang-format.
-
My project failed to compile due to a naming conflict: both the h264nal and h265nal libraries include a file named `rtc_common.h`. This prevents successful compilation when attempting to use both libr…
-
The README says that coding style changes can be done automatically by running `ninja -C build clang-format`. But when I try I get `ninja: error: unknown target 'clang-format'`.
```
# meson setup …
-
**Is your feature request related to a problem? Please describe.**
Currently, `slang` supports suppressing warnings using pragma directives like:
```c++
`pragma diagnostic push
`pragma diagnosti…