[PATCH] D152246: [clang][ThreadSafety] Analyze known function pointer values

Timm Bäder via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 6 05:37:17 PDT 2023


tbaeder added a comment.

@aaronpuchert Do you think warning on assignment of function pointers with mismatched attributes is would be a viable way forward? This is what https://github.com/elmarco/clang/commit/bac94282a5c8e3b0410ee8c0522fbdb872ade00c tries to implement IIUC.


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

https://reviews.llvm.org/D152246



More information about the cfe-commits mailing list