[NFC] [C++20] [Modules] Add more lambda tests
authorChuanqi Xu <yedeng.yd@linux.alibaba.com>
Wed, 14 Dec 2022 03:28:06 +0000 (11:28 +0800)
committerChuanqi Xu <yedeng.yd@linux.alibaba.com>
Wed, 14 Dec 2022 03:30:12 +0000 (11:30 +0800)
commitedb3b44e7d7ca34b7e7a880a15411678d057e039
treec6b7c884b1f4bfc94398865a9a1a1d35429058f6
parent5f68c4111ab9c79b902723df3986dd1033813c01
[NFC] [C++20] [Modules] Add more lambda tests

Add more lambda tests in modules. This is useful when we started to work
on https://github.com/llvm/llvm-project/issues/57222.
clang/test/Modules/lambdas.cppm [new file with mode: 0644]
clang/test/Modules/template-lambdas.cppm [new file with mode: 0644]