This is an archive of the discontinued LLVM Phabricator instance.

Fix for PR20886 - enforce CUDA target match in method calls
ClosedPublic

Authored by eliben on Sep 10 2014, 9:06 AM.

Details

Reviewers
pcc
rsmith

Diff Detail

Event Timeline

eliben updated this revision to Diff 13548.Sep 10 2014, 9:06 AM
eliben retitled this revision from to Fix for PR20886 - enforce CUDA target match in method calls.
eliben updated this object.
eliben edited the test plan for this revision. (Show Details)
eliben added reviewers: pcc, rsmith.
eliben added a subscriber: Unknown Object (MLST).

Friendly ping

Friendly ping!

pcc added inline comments.Sep 19 2014, 2:52 PM
test/SemaCUDA/method-target.cu
22

Can we check for a more specific error message here?

eliben updated this revision to Diff 13895.Sep 19 2014, 3:35 PM

Addressing Peter's review

Done, PTAL

test/SemaCUDA/method-target.cu
22

Done

pcc accepted this revision.Sep 24 2014, 5:53 PM
pcc edited edge metadata.

LGTM

This revision is now accepted and ready to land.Sep 24 2014, 5:53 PM

Thanks for the review, Peter. Committed in Clang r218482.