[PATCH] D139436: [C2x] Relaxing requirements for va_start
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 6 13:23:51 PST 2022
aaron.ballman updated this revision to Diff 480600.
aaron.ballman added a comment.
Adding some more test cases that demonstrate that you can still call these functions as you'd expect and that function pointer assignment works as expected.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139436/new/
https://reviews.llvm.org/D139436
Files:
clang/docs/LanguageExtensions.rst
clang/docs/ReleaseNotes.rst
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/lib/Headers/stdarg.h
clang/lib/Sema/SemaChecking.cpp
clang/lib/Sema/SemaType.cpp
clang/test/C/C2x/n2975.c
clang/www/c_status.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139436.480600.patch
Type: text/x-patch
Size: 11864 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221206/659c5686/attachment.bin>
More information about the cfe-commits
mailing list