[clang] fix bug that undefined internal is a warning only for -pedantic-errors (PR #98016)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 11 05:06:53 PDT 2024
================
@@ -554,6 +554,9 @@ Attribute Changes in Clang
Improvements to Clang's diagnostics
-----------------------------------
+- Clang now emits an error instead of a warning for `undefined_internal`
----------------
AaronBallman wrote:
```suggestion
- Clang now emits an error instead of a warning for ``-Wundefined-internal``
```
https://github.com/llvm/llvm-project/pull/98016
More information about the cfe-commits
mailing list