Issue 137400
Summary clang-format removing spaces between arithmetic operators/operands in macro calls
Labels clang-format
Assignees
Reporter cpappasILMX
    clang-format 20.1.3 is unnecessarily removing spaces between arithmetic operators/operands in macro calls. 

`uint8_t* buffer = MacroCall(uint8_t, width * height * length);`

becomes

`uint8_t* buffer = MacroCall(uint8_t, width* height* length);`
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to