[PATCH] D133771: Add a "Potentially Breaking Changes" section to the Clang release notes
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 15 04:30:32 PDT 2022
aaron.ballman marked 3 inline comments as done.
aaron.ballman 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
----------------
thesamesam wrote:
> 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."
Good idea!
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