[all-commits] [llvm/llvm-project] e6c58e: [clang] Remove stdint.h include from a test
Nico Weber via All-commits
all-commits at lists.llvm.org
Mon Mar 21 11:30:30 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e6c58e6fd32f5b8f4e789763843f1f1df19f2d25
https://github.com/llvm/llvm-project/commit/e6c58e6fd32f5b8f4e789763843f1f1df19f2d25
Author: Nico Weber <thakis at chromium.org>
Date: 2022-03-21 (Mon, 21 Mar 2022)
Changed paths:
M clang/test/Index/retain-excluded-conditional-blocks.m
Log Message:
-----------
[clang] Remove stdint.h include from a test
Tests must not include headers from the host system.
It looks like the include wasn't needed for anything, so just remove it.
This makes check-clang work in a `git bash` launched from a cmd.exe
that isn't an MSVC shell (that is, %INCLUDE% isn't set).
More information about the All-commits
mailing list