[all-commits] [llvm/llvm-project] fc4a8b: [clang-tidy] Move the misc system header dir to In...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Mon Jun 5 04:57:22 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fc4a8bf7da7d3837d371fda24d3f2c0f9ef54a5b
https://github.com/llvm/llvm-project/commit/fc4a8bf7da7d3837d371fda24d3f2c0f9ef54a5b
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2023-06-05 (Mon, 05 Jun 2023)
Changed paths:
A clang-tools-extra/test/clang-tidy/checkers/misc/Inputs/system/string.h
A clang-tools-extra/test/clang-tidy/checkers/misc/Inputs/system/vector.h
M clang-tools-extra/test/clang-tidy/checkers/misc/include-cleaner.cpp
R clang-tools-extra/test/clang-tidy/checkers/misc/system/string.h
R clang-tools-extra/test/clang-tidy/checkers/misc/system/vector.h
Log Message:
-----------
[clang-tidy] Move the misc system header dir to Inputs subdir, NFC.
Follows the existing patterns, and makes life easier for bazel build
system.
More information about the All-commits
mailing list