The err_typecheck_call_too_few_args diagnostic takes arguments, but
none were provided causing clang to crash when attempting to diagnose
an enqueue_kernel call with too few arguments.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D66883
PR42045: Fix diagnosing enqueue_kernel call with too few args ClosedPublic Authored by svenvh on Aug 28 2019, 7:15 AM.
Details Summary The err_typecheck_call_too_few_args diagnostic takes arguments, but
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 28 2019, 7:42 AM Closed by commit rL370322: [OpenCL] Fix diagnosing enqueue_kernel call with too few args (authored by svenvh). · Explain WhyAug 29 2019, 3:19 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 217814 cfe/trunk/lib/Sema/SemaChecking.cpp
cfe/trunk/test/SemaOpenCL/cl20-device-side-enqueue.cl
|