njames93 added a comment.

In D73413#1843103 <https://reviews.llvm.org/D73413#1843103>, @alexfh wrote:

> How is this different from `-Wmissing-prototypes`?


This checks variables too, and it looks for a prototype specifically in the 
header files. missing-prototypes just ensures there is a prototype of a 
function before its defined. It also checks based on linkage of the 
function/variable


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73413



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to