aaron.ballman added a comment.

It looks like the CI pipeline is failing on the tests.



================
Comment at: 
clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeVarargCheck.cpp:68
+  if (Desugar == Context.getBuiltinMSVaListType().getDesugaredType(Context)) {
+    const auto MSVaListType = Context.getBuiltinMSVaListType();
+    QualType Ty;
----------------



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101259/new/

https://reviews.llvm.org/D101259

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to