[all-commits] [llvm/llvm-project] e07753: [clang-tidy] Fix test that requires Windows platofrm

Georgiy Komarov via All-commits all-commits at lists.llvm.org
Thu May 13 05:54:03 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e07753c8814dba100dcae44e2b47947b340ad0e8
      https://github.com/llvm/llvm-project/commit/e07753c8814dba100dcae44e2b47947b340ad0e8
  Author: Georgy Komarov <jubnzv at gmail.com>
  Date:   2021-05-13 (Thu, 13 May 2021)

  Changed paths:
    M clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-type-vararg-ms.cpp

  Log Message:
  -----------
  [clang-tidy] Fix test that requires Windows platofrm

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.

Reviewed By: njames93

Differential Revision: https://reviews.llvm.org/D102337




More information about the All-commits mailing list