=?utf-8?q?Tomáš?= Slanina <[email protected]>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/[email protected]>
owenca wrote:
Looks like we got an inconsistency in formatting short (including empty)
records. With 20.1.8 we have:
```
$ cat a.cc
struct foo {};
struct bar { int i; }
$ clang-format a.cc
struct foo {};
struct bar {
int i;
}
```
Have you investigated why? It may be worthwhile to try fixing it first.
https://github.com/llvm/llvm-project/pull/154580
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits