[PATCH] D101259: [clang-tidy] Fix cppcoreguidelines-pro-type-vararg false positives with __builtin_ms_va_list
Georgy Komarov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 27 03:22:34 PDT 2021
jubnzv added a comment.
Thanks, I updated my patch and now CI is happy.
I also found a few additional cases that can lead to false positives on the platforms which implements `__builtin_va_list` as `void *` or `char *`, and added additional checks for this.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101259/new/
https://reviews.llvm.org/D101259
More information about the cfe-commits
mailing list