This is an archive of the discontinued LLVM Phabricator instance.

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
none were provided causing clang to crash when attempting to diagnose
an enqueue_kernel call with too few arguments.

Diff Detail

Repository
rL LLVM

Event Timeline

svenvh created this revision.Aug 28 2019, 7:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 28 2019, 7:15 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
Anastasia accepted this revision.Aug 28 2019, 7:42 AM

LGTM! Thanks!

This revision is now accepted and ready to land.Aug 28 2019, 7:42 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptAug 29 2019, 3:19 AM