Files
clang-p2996/flang/lib/Parser/program-parsers.cpp
Valentin Clement (バレンタイン クレメン) fe5a64d116 [fang][cuda] Allow * in call chevron syntax (#115381)
Using `*` in call chevron syntax should be allowed. This patch updates
the parser to allow this usage.

```
call sub<<<*,nbBlock>>>()
```
2024-11-08 10:33:07 -08:00

31 KiB