[PATCH] D101259: [clang-tidy] Fix cppcoreguidelines-pro-type-vararg false positives with __builtin_ms_va_list
Tom Weaver via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 5 08:03:28 PDT 2021
TWeaver added a comment.
whilst investigating an unrelated issue on our internal branch, I tried editting the check lines in this test and wasn't able to create a failure. but if I add
'| FileCheck %s -check-prefix=CHECK-MESSAGES' to the run line and then edit the checks, I can induce an error.
This could be an issue on our internal branch though... :shrug: thanks for the speedy reply.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101259/new/
https://reviews.llvm.org/D101259
More information about the cfe-commits
mailing list