Commit Graph

1 Commits

Author SHA1 Message Date
isuckatcs ea8aebf9eb [analyzer] Move unexecuted test block into it's own source file
Inside lambdas.cpp a block of code wasn't executed,
because it required the standard to be at least c++14.
This patch moves this block of code into it's own
source file and makes sure it's tested.

Differential Revision: https://reviews.llvm.org/D135965
2022-10-20 14:14:52 +02:00