This is an archive of the discontinued LLVM Phabricator instance.

[CUDA][NFC] Fix inexact warning message about lambdas
ClosedPublic

Authored by benshi001 on Oct 26 2021, 1:50 AM.

Diff Detail

Event Timeline

benshi001 requested review of this revision.Oct 26 2021, 1:50 AM
benshi001 created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptOct 26 2021, 1:50 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript

Acutally lambdas with CUDA attributes can have non-empty parameter list, and the original warning message is inexact.

tra accepted this revision.Oct 26 2021, 11:17 AM
This revision is now accepted and ready to land.Oct 26 2021, 11:17 AM
This revision was automatically updated to reflect the committed changes.