================ @@ -402,6 +402,10 @@ Improvements to Clang's diagnostics - Clang now emits a diagnostic in case `vector_size` or `ext_vector_type` attributes are used with a negative size (#GH165463). +- Clang now emits an extension warning (`ExtWarn`) instead of a regular warning + for static local variables declared inside `extern inline` functions + (#GH39524). ---------------- Sirraide wrote:
```suggestion - The warning about static local variables declared inside `extern inline` functions is now correctly converted to an error if `-pedantic-errors` is passed (#GH39524). ``` `ExtWarn` etc. is a Clang implementation detail; that shouldn’t be in a release note. https://github.com/llvm/llvm-project/pull/166332 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
