[PATCH] D133771: Add a "Potentially Breaking Changes" section to the Clang release notes
Sam James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 13 14:46:59 PDT 2022
thesamesam added inline comments.
================
Comment at: clang/docs/ReleaseNotes.rst:52
+ into an error-only diagnostic in the next Clang release. Fixes
+ `Issue 50055: <https://github.com/llvm/llvm-project/issues/50055>`_.
+- ``-Wincompatible-function-pointer-types`` now defaults to an error in all C
----------------
Reflecting on this a bit, do wonder about explicitly calling out configure scripts, as I suspect it's something a lot of people may not even think of.
"The LLVM team recommends that projects using configure scripts verify the results do not change before/after setting `-Werror=implicit-function-declarations` (repeat for others) to avoid incompatibility with Clang 16."
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133771/new/
https://reviews.llvm.org/D133771
More information about the cfe-commits
mailing list