[all-commits] [llvm/llvm-project] 2bb86b: [clang] Mention -Werror changes revived for Clang 16
Sam James via All-commits
all-commits at lists.llvm.org
Mon Oct 10 12:44:48 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2bb86b67447661077e30674eab7b8a27f8234b3f
https://github.com/llvm/llvm-project/commit/2bb86b67447661077e30674eab7b8a27f8234b3f
Author: Sam James <sam at gentoo.org>
Date: 2022-10-10 (Mon, 10 Oct 2022)
Changed paths:
M clang/docs/ReleaseNotes.rst
Log Message:
-----------
[clang] Mention -Werror changes revived for Clang 16
-Wimplicit-function-declaration and -Wimplicit-int become errors
by default in Clang 16 (originally in 15, but we reverted it in 15.0.1).
Mention it in the release notes like we did originally for Clang 15.
See https://discourse.llvm.org/t/configure-script-breakage-with-the-new-werror-implicit-function-declaration/65213 for more context.
Signed-off-by: Sam James <sam at gentoo.org>
Differential Revision: https://reviews.llvm.org/D135545
More information about the All-commits
mailing list