Issue |
139376
|
Summary |
[clang-format] && wrongfully interpreted as Boolean operation
|
Labels |
clang-format
|
Assignees |
|
Reporter |
prj-
|
```
$ cat foo.cpp
template <class F, class... Args>
using invoke_result_t = typename std::result_of<F&& (Args &&...)>::type;
$ clang-format-20 foo.cpp
template <class F, class... Args>
using invoke_result_t = typename std::result_of<F && (Args && ...)>::type;
```
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs