================
@@ -255,6 +255,10 @@ class Scope {
/// available for this variable in the current scope.
llvm::SmallPtrSet<VarDecl *, 8> ReturnSlots;
+ /// If this scope belongs to a loop or switch statement, the label that names
----------------
AaronBallman wrote:
```suggestion
/// If this scope belongs to a loop or switch statement, the labels that name
```
https://github.com/llvm/llvm-project/pull/152870
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits