[PATCH] D116635: Add warning to detect when calls passing arguments are made to functions without prototypes.
Dan Liew via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 4 17:28:13 PST 2022
delcypher updated this revision to Diff 397431.
delcypher added a comment.
Add another test case for function definitions without prototypes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116635/new/
https://reviews.llvm.org/D116635
Files:
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/lib/Sema/SemaExpr.cpp
clang/test/Sema/warn-calls-without-prototype.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116635.397431.patch
Type: text/x-patch
Size: 7673 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220105/7b04d374/attachment.bin>
More information about the cfe-commits
mailing list