[all-commits] [llvm/llvm-project] 67e94c: [include-cleaner] Ignore the layering-violation er...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Wed Jul 5 04:33:57 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 67e94c9dc8ff7ac49f2557e02fdf375edd850d76
https://github.com/llvm/llvm-project/commit/67e94c9dc8ff7ac49f2557e02fdf375edd850d76
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2023-07-05 (Wed, 05 Jul 2023)
Changed paths:
A clang-tools-extra/include-cleaner/test/Inputs/modules/a.h
A clang-tools-extra/include-cleaner/test/Inputs/modules/module.map
A clang-tools-extra/include-cleaner/test/module.cpp
M clang-tools-extra/include-cleaner/tool/IncludeCleaner.cpp
Log Message:
-----------
[include-cleaner] Ignore the layering-violation errors for the standalone tool
If the source code is compilable-but-layering-violation, we still want
the tool to be functional on it (rather than bailing out).
Differential Revision: https://reviews.llvm.org/D154477
More information about the All-commits
mailing list