This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Fix test that requires Windows platofrm
ClosedPublic

Authored by jubnzv on May 12 2021, 10:30 AM.

Details

Summary

This commit fixes the cppcoreguidelines-pro-type-vararg test when it runs on a Windows host, but the toolchain is targeted a non-Windows platform.
See the description of the problem with this test here: https://reviews.llvm.org/D101259#2739466

Diff Detail

Event Timeline

jubnzv created this revision.May 12 2021, 10:30 AM
jubnzv requested review of this revision.May 12 2021, 10:30 AM
njames93 accepted this revision.May 12 2021, 1:26 PM

LGTM.

This revision is now accepted and ready to land.May 12 2021, 1:26 PM
This revision was automatically updated to reflect the committed changes.