[clang] [Clang][Sema] Fix the lambda call expression inside of a type alias declaration (PR #82310)
Younan Zhang via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 20 01:24:40 PST 2024
zyn0217 wrote:
Result for libc++ tests:
```
********************
Failed Tests (1):
llvm-libc++-shared.cfg.in :: libcxx/headers_in_modulemap.sh.py
Testing Time: 1232.89s
Total Discovered Tests: 9673
Unsupported : 585 (6.05%)
Passed : 9062 (93.68%)
Expectedly Failed: 25 (0.26%)
Failed : 1 (0.01%)
```
The failing test seems to be my local configuration issue and doesn't relate to this patch IIUC.
https://github.com/llvm/llvm-project/pull/82310
More information about the cfe-commits
mailing list