[PATCH] D71082: Allow system header to provide their own implementation of some builtin

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 6 12:24:52 PST 2019


efriedma added a comment.

It looks like this patch accidentally suppresses certain warnings when _FORTIFY_SOURCE is enabled.  For example, Sema::CheckMemaccessArguments only gets called for recognized builtin functions.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71082





More information about the cfe-commits mailing list