Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Acutally lambdas with CUDA attributes can have non-empty parameter list, and the original warning message is inexact.
Paths
| Differential D112521
[CUDA][NFC] Fix inexact warning message about lambdas ClosedPublic Authored by benshi001 on Oct 26 2021, 1:50 AM.
Details
Diff Detail Event TimelineComment Actions Acutally lambdas with CUDA attributes can have non-empty parameter list, and the original warning message is inexact. This revision is now accepted and ready to land.Oct 26 2021, 11:17 AM Closed by commit rG9c7ace60aa62: [CUDA][NFC] Fix inexact warning message about lambdas (authored by benshi001). · Explain WhyOct 26 2021, 6:29 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 382224 clang/include/clang/Basic/DiagnosticParseKinds.td
clang/test/Parser/lambda-attr.cu
|