Issue |
131171
|
Summary |
`warn_second_arg_of_va_start_not_last_named_param` is inaccurate-
|
Labels |
good first issue,
clang:diagnostics
|
Assignees |
|
Reporter |
erichkeane
|
The diagnostic `warn_second_arg_of_va_start_not_last_named_param` is inaccurately worded/named. It is actually not a problem of the last NAMED param, it is the last non-variadic parameter. Consider:
See here; https://github.com/llvm/llvm-project/pull/131166#discussion_r1993932181
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs