Issue 52979
Summary Missing space after cast
Labels new issue
Assignees
Reporter Julien-Elie
    Though `SpaceAfterCStyleCast` is set to `true`, clang-format 13 does not add a space after `(void *)` here:

`#define CONF_BOOL(conf, offset) (bool *) (void *)((char *) (conf) + (offset))`
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to