[PATCH] D139436: [C2x] Relaxing requirements for va_start

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 6 09:53:58 PST 2022


aaron.ballman updated this revision to Diff 480533.
aaron.ballman marked 3 inline comments as done.
aaron.ballman added a comment.

Update based on review feedback.

- Removed code setting the return type for the builtin (it's already set elsewhere)
- Added test coverage verifying the return type for the builtin is correct


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.480533.patch
Type: text/x-patch
Size: 11410 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221206/030053d6/attachment-0001.bin>


More information about the cfe-commits mailing list