Author: Aaron Ballman Date: 2022-10-10T14:45:38-04:00 New Revision: 9d69c60357c8349774cbb592742593fb459c1a47
URL: https://github.com/llvm/llvm-project/commit/9d69c60357c8349774cbb592742593fb459c1a47 DIFF: https://github.com/llvm/llvm-project/commit/9d69c60357c8349774cbb592742593fb459c1a47.diff LOG: Fix a typo in the Release Notes; NFC Added: Modified: clang/docs/ReleaseNotes.rst Removed: ################################################################################ diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 54f1afd06b28..bb32cad73f85 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -64,7 +64,7 @@ code bases. - ``-Wincompatible-function-pointer-types`` now defaults to an error in all C language modes. It may be downgraded to a warning with ``-Wno-error=incompatible-function-pointer-types`` or disabled entirely with - ``-Wno-implicit-function-pointer-types``. + ``-Wno-incompatible-function-pointer-types``. **NOTE:** We recommend that projects using configure scripts verify that the results do not change before/after setting _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits