[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:25:25 PST 2022


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

Updating based on review feedback.

- Rolled back parsing changes as they were not needed
- Moved the diagnostic from common kinds to sema kinds because it's now solely in sema
- Reworded a comment
- Added a new test case for `void f(int a...)`


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.480522.patch
Type: text/x-patch
Size: 11010 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221206/8d40253e/attachment.bin>


More information about the cfe-commits mailing list