[all-commits] [llvm/llvm-project] b43620: [clang] Fix inaccurate wording of warn_second_arg_...

Imad Aldij via All-commits all-commits at lists.llvm.org
Fri Mar 14 06:51:02 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b43620661d16c78c9fc5d4c1cfdb5340157c13e1
      https://github.com/llvm/llvm-project/commit/b43620661d16c78c9fc5d4c1cfdb5340157c13e1
  Author: Imad Aldij <mail at imadij.com>
  Date:   2025-03-14 (Fri, 14 Mar 2025)

  Changed paths:
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/lib/Sema/SemaChecking.cpp
    M clang/test/C/C23/n2975.c
    M clang/test/Sema/varargs-x86-64.c
    M clang/test/Sema/varargs.c
    M clang/test/SemaCXX/vararg-non-pod.cpp
    M clang/test/SemaCXX/varargs.cpp

  Log Message:
  -----------
  [clang] Fix inaccurate wording of warn_second_arg_of_va_start_not_last_named_param (#131238)

Rename and update the wording of
`warn_second_arg_of_va_start_not_last_named_param` to best indicate that
it's actually the last non-variadic parameter instead.

Fixes #131171



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