[all-commits] [llvm/llvm-project] bb5e66: [include-cleaner] Suppress all clang warnings (#10...
kadir çetinkaya via All-commits
all-commits at lists.llvm.org
Thu Sep 19 02:17:10 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bb5e66e31b2a5dbb2930728ff94281fd805f2d14
https://github.com/llvm/llvm-project/commit/bb5e66e31b2a5dbb2930728ff94281fd805f2d14
Author: kadir çetinkaya <kadircet at google.com>
Date: 2024-09-19 (Thu, 19 Sep 2024)
Changed paths:
A clang-tools-extra/include-cleaner/test/tool-ignores-warnings.cpp
M clang-tools-extra/include-cleaner/tool/IncludeCleaner.cpp
Log Message:
-----------
[include-cleaner] Suppress all clang warnings (#109099)
This patch disables all clang warnings when running include-cleaner, as
users aren't interested in other findings and in-development code might
have them temporarily. This ensures tool can keep working even in
presence of such issues.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list