================
@@ -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
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to