================
@@ -209,7 +245,8 @@ class ASTNodeTraverser
}
void Visit(const Attr *A) {
- getNodeDelegate().AddChild([=] {
+ // SEI: renamed from default label
----------------
AaronBallman wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/111705