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.
Differential D137251
[clang][cuda/hip] Allow `__noinline__` lambdas Pierre-vh on Nov 2 2022, 6:42 AM. Authored by
Details 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.
Diff Detail
Event TimelineComment Actions LGTM in principle. Please wait for @rsmith's OK.
Comment Actions Can you also add a release note for the fix?
Comment Actions Comments Not sure if the release note is in the right place though.
Comment Actions LGTM aside from some very minor nits.
|
Any other keyword attributes that are missing?
alignas/_Alignas
__forceinline
__cdecl/__stdcall/etc