================
@@ -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:

Also, the release note says `extern inline` but the test case you added only 
has `inline`

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

Reply via email to