[all-commits] [llvm/llvm-project] 95cf19: Remove the clang/INPUTS directory; NFC
Aaron Ballman via All-commits
all-commits at lists.llvm.org
Mon Mar 21 09:53:03 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 95cf1903cf31c03889d50b9cecc3f293956d0d44
https://github.com/llvm/llvm-project/commit/95cf1903cf31c03889d50b9cecc3f293956d0d44
Author: Aaron Ballman <aaron at aaronballman.com>
Date: 2022-03-21 (Mon, 21 Mar 2022)
Changed paths:
R clang/INPUTS/Cocoa_h.m
R clang/INPUTS/all-std-headers.cpp
R clang/INPUTS/c99-intconst-1.c
R clang/INPUTS/carbon_h.c
R clang/INPUTS/cfg-big-switch.c
R clang/INPUTS/cfg-long-chain1.c
R clang/INPUTS/cfg-long-chain2.c
R clang/INPUTS/cfg-long-chain3.c
R clang/INPUTS/cfg-nested-switches.c
R clang/INPUTS/cfg-nested-var-scopes.cpp
R clang/INPUTS/iostream.cc
R clang/INPUTS/macro_pounder_fn.c
R clang/INPUTS/macro_pounder_obj.c
R clang/INPUTS/stpcpy-test.c
Log Message:
-----------
Remove the clang/INPUTS directory; NFC
This directory seems to be unused. At least, when I remove it, I can
still build and all of the lit tests pass for me. I can't find any real
information on why this directory exists in the first place, and the
fact that it hasn't been touched in 10 years (or longer in most cases)
leads me to believe it's safe to remove entirely.
More information about the All-commits
mailing list