diff options
author | Valentin Clement (バレンタイン クレメン) <clementval@gmail.com> | 2024-11-08 10:33:07 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-08 10:33:07 -0800 |
commit | fe5a64d1160209f22624b112b2629b0d6c4bb264 (patch) | |
tree | 753c6fa759c44c5733a9c8ddd1afb5432b0c5d97 /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp | |
parent | a749c98b49dc9a3863b685212d70be98b4f189c3 (diff) | |
download | llvm-fe5a64d1160209f22624b112b2629b0d6c4bb264.zip llvm-fe5a64d1160209f22624b112b2629b0d6c4bb264.tar.gz llvm-fe5a64d1160209f22624b112b2629b0d6c4bb264.tar.bz2 |
[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>>>()
```
Diffstat (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions