================
@@ -390,6 +390,9 @@ Improvements to Clang's diagnostics
   that were previously incorrectly accepted in case of other irrelevant
   conditions are now consistently diagnosed, identical to C++ mode.
 
+- Fix false-positive unused label diagnostic when label used in a named break
----------------
AaronBallman wrote:

```suggestion
- Fix false-positive unused label diagnostic when a label is used in a named 
break
```

https://github.com/llvm/llvm-project/pull/166033
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to