Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
cfe/trunk/
-
trunk/
-
lib/Sema/
-
Sema/
-
SemaType.cpp
-
test/Sema/
-
Sema/
-
warn-strict-prototypes.c
Hide Panel
f
Keyboard Reference
?
Differential
D41528
[Sema] Don't emit the -Wstrict-prototypes warning for variadic functions.
Closed
Public
Authored by
vsapsai
on Dec 21 2017, 4:04 PM.
Download Raw Diff
Details
Reviewers
arphaman
ahatanak
Commits
rG42b72e299432: [Sema] Don't emit the -Wstrict-prototypes warning for variadic functions.
rC321660: [Sema] Don't emit the -Wstrict-prototypes warning for variadic functions.
rL321660: [Sema] Don't emit the -Wstrict-prototypes warning for variadic functions.
Summary
rdar://problem/33251668
Diff Detail
Repository
rL LLVM
Event Timeline
vsapsai
created this revision.
Dec 21 2017, 4:04 PM
arphaman
accepted this revision.
Dec 21 2017, 4:06 PM
Comment Actions
LGTM, thank you
This revision is now accepted and ready to land.
Dec 21 2017, 4:06 PM
Closed by commit
rL321660: [Sema] Don't emit the -Wstrict-prototypes warning for variadic functions.
(authored by
vsapsai
).
·
Explain Why
Jan 2 2018, 10:03 AM
This revision was automatically updated to reflect the committed changes.