[clang] [Clang] Bugfixes and improved support for `AttributedType`s in lambdas (PR #85325)
Younan Zhang via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 7 08:53:40 PDT 2024
https://github.com/zyn0217 commented:
Thanks for the patch. IIUC this patch does 2~3 things:
- Add a `dump()` method to `Attr`
- Refactor the pertaining transformation logic of `TransformLambdaExpr()`
- Refactor some other logic in `ASTContext::AdjustType()`
They're really great works, but I suggest we split up the patch to make the code review easier, WDYT?
https://github.com/llvm/llvm-project/pull/85325
More information about the cfe-commits
mailing list