summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCUDA/lambda-noinline.cu
AgeCommit message (Collapse)Author
2022-12-13[Clang] Update some CUDA tests to opaque pointers (NFC)Nikita Popov
2022-11-04[clang][cuda/hip] Allow `__noinline__` lambdasPierre van Houtryve
D124866 seem to have had an unintended side effect: __noinline__ on lambdas was no longer accepted. This fixes the regression and adds a test case for it. Reviewed By: aaron.ballman Differential Revision: https://reviews.llvm.org/D137251