Issue 74321
Summary [clang-format]: Bug in AlignArrayOfStructures: Left -- first member only
Labels clang-format
Assignees
Reporter bradh352
    We recently started using clang-format in the c-ares project: https://github.com/c-ares/c-ares/blob/main/.clang-format

Tested on clang-format 17.0.2

For some reason, there is a missing space before the first element in the array, but all subsequent elements are proper.

Examples here:
* https://github.com/c-ares/c-ares/blob/main/src/lib/ares_platform.c#L104
* https://github.com/c-ares/c-ares/blob/main/src/lib/ares_dns_mapping.c#L609
* https://github.com/c-ares/c-ares/blob/main/src/lib/ares_dns_mapping.c#L639
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to