[PATCH] D24573: [CUDA] Do a better job at detecting wrong-side calls.

Justin Lebar via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 28 16:10:00 PDT 2016


jlebar added a comment.

I'm sorry to put more stuff on your plate, Richard, but you already have context on this, so you may be the best person to review this.  Unfortunately people keep hitting the bug fixed here (and being confused), so it's maybe not as much of an edge case as I thought.

FWIW this patch is not actually as big as it looks at first: The ActOnCallExpr changes are just moving things out of an "Impl" function, nothing interesting there.


https://reviews.llvm.org/D24573





More information about the cfe-commits mailing list