[all-commits] [llvm/llvm-project] 5af5fb: [C2y] Claim conformance to WG14 N3482

Aaron Ballman via All-commits all-commits at lists.llvm.org
Thu Mar 13 10:59:43 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5af5fb055527f3145af08cf7f1fbacd97701ff36
      https://github.com/llvm/llvm-project/commit/5af5fb055527f3145af08cf7f1fbacd97701ff36
  Author: Aaron Ballman <aaron at aaronballman.com>
  Date:   2025-03-13 (Thu, 13 Mar 2025)

  Changed paths:
    A clang/test/C/C2y/n3482.c
    M clang/www/c_status.html

  Log Message:
  -----------
  [C2y] Claim conformance to WG14 N3482

This paper makes it a constraint violation (instead of UB) to call
va_start from a function with a fixed (non-variadic) parameter list.
This is something Clang has always diagnosed as an error.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list