| Issue |
86638
|
| Summary |
[clang-format] Space before function name if cast function return value
|
| Labels |
clang-format
|
| Assignees |
|
| Reporter |
bo-wu
|
Hello everyone,
I set **SpaceAfterCStyleCast: false** in my config file and it works for C style data type cast.
However, when I directly cast function return value, there always exists a space like (uint32) Func(), but not (uint32)Func().
which config item is for that?
Thanks in advance.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs