-
After code-format plugin is activated it works with default settings. Any customization to .clang-format takes no effect ( based on http://clang.llvm.org/docs/ClangFormatStyleOptions.html ), using gea…
-
Consider this source:
```c
int do_thing(int magic)
{
switch (magic)
{
case 0:
{
if (0)
{
return 0;
}
…
detly updated
3 months ago
-
This issue exists to let you know that we are about to monitor the builds
of the LLVM (v20.0.0, llvm/llvm-project@ 9778fc7) snapshot for 20241114.
At certain intervals the CI system will update th…
-
The messages from phab/merge_guards_bot used to be important and easy-to-scan: failures indicated a serious problem that needed to be fixed.
While clang-tidy and clang-format warnings have value, u…
-
The source code as it exists in the repo has formatting inconsistent with what `.clang-format` specifies. This means that when the build system automatically applies it, it makes loads of changes to f…
-
This issue exists to let you know that we are about to monitor the builds
of the LLVM (v20.0.0, llvm/llvm-project@ c280522) snapshot for 20241112.
At certain intervals the CI system will update th…
-
Hey! Thanks for your package.
I'm trying to use it in a project where my code is in a subdirectory:
```
- .github/
- README.md
- package/
- cpp/.clang-format
- cpp/...
- packag…
-
**systemd version the issue has been seen with**
> main branch
**Unexpected behaviour you saw**
> Running `ninja clang-format` on main branch would format a large amount of files
…
-
### Goal
The goal of this is to make development easier. This will allow formatting of
code automatically in a bunch of editors on saves, without messing with the
file at large.
### Motivation
I …
-
Clang-Format ends up formatting the following code as
```objc++
- (BOOL)validateUserInterfaceItem:(id)item {
if (action == @selector(showGuessPanel:) || action == @selector
…