================
@@ -679,6 +676,10 @@ Improvements to Clang's diagnostics
 - Diagnostics for the C++11 range-based for statement now report the correct
   iterator type in notes for invalid iterator types.
 
+- ``-Wunused-template`` is now part of ``-Wall``. It diagnoses unused function
----------------
AaronBallman wrote:

```suggestion
- ``-Wunused-template`` is now part of ``-Wunused`` (which is enabled by 
``-Wall``). It diagnoses unused function
```

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

Reply via email to