[all-commits] [llvm/llvm-project] 523100: [Clang] Update missing varargs arg extension warni...
Sirraide via All-commits
all-commits at lists.llvm.org
Wed Mar 20 11:19:52 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5231005193afb8db01afe9a8a1aa308d25f60ba1
https://github.com/llvm/llvm-project/commit/5231005193afb8db01afe9a8a1aa308d25f60ba1
Author: Sirraide <aeternalmail at gmail.com>
Date: 2024-03-20 (Wed, 20 Mar 2024)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Basic/DiagnosticLexKinds.td
M clang/lib/Lex/PPMacroExpansion.cpp
M clang/test/C/C2x/n2975.c
M clang/test/Lexer/gnu-flags.c
M clang/test/Preprocessor/empty_va_arg.cpp
M clang/test/Preprocessor/macro_fn.c
Log Message:
-----------
[Clang] Update missing varargs arg extension warnings (#84520)
This updates a few warnings that were diagnosing no arguments for a
`...` variadic macro parameter as a GNU extension when it actually is a
C++20/C23 extension now.
This fixes #84495.
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