[PATCH] D131351: [C] Default implicit function pointer conversions diagnostic to be an error

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 10 22:23:58 PDT 2022


MaskRay added a comment.

Nit: I think it is useful mentioning `-Wincompatible-function-pointer-types` in the commit message, not just in `clang/docs/ReleaseNotes.rst`, so that `git log --grep incompatible-function-pointer-types` will reveal something when the user knows incompatible-function-pointer-types but not "implicit function pointer conversions diagnostic".


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131351/new/

https://reviews.llvm.org/D131351



More information about the cfe-commits mailing list