Stephan Bergmann 908b47604b loplugin:casttovoid: Fix VisitReturnStmt in lambda bodies
...as caused the

  assert(!returnTypes_.empty());

in VisitReturnStmt to hit for the return statement in the permutation2D lambda
body (which does not happen to be nested within any other function declaration)
in patch sets 1 and 2 of <https://gerrit.libreoffice.org/c/core/+/113522>
"Compute permutation2D at compile time".

Change-Id: Ic4aa55bef4361e40c2cd6247b5646f7b1ba82e6d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113699
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-04-07 07:29:20 +02:00
..
2020-06-10 20:43:38 +02:00
2020-01-12 19:10:01 +01:00
2021-01-22 17:46:01 +01:00
2020-11-10 17:11:00 +01:00
2020-10-21 15:02:42 +02:00
2020-06-11 08:21:11 +02:00
2020-11-12 18:55:32 +01:00