[all-commits] [llvm/llvm-project] 90ecad: [include-cleaner] Filter references to identity ma...
kadir çetinkaya via All-commits
all-commits at lists.llvm.org
Fri Aug 18 05:43:02 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 90ecadde62f30275c35fdf7928e3477a41691d21
https://github.com/llvm/llvm-project/commit/90ecadde62f30275c35fdf7928e3477a41691d21
Author: Kadir Cetinkaya <kadircet at google.com>
Date: 2023-08-18 (Fri, 18 Aug 2023)
Changed paths:
M clang-tools-extra/clang-tidy/misc/IncludeCleanerCheck.cpp
M clang-tools-extra/clang-tidy/misc/IncludeCleanerCheck.h
M clang-tools-extra/clangd/Hover.cpp
M clang-tools-extra/clangd/IncludeCleaner.cpp
M clang-tools-extra/clangd/XRefs.cpp
M clang-tools-extra/include-cleaner/include/clang-include-cleaner/Analysis.h
M clang-tools-extra/include-cleaner/lib/Analysis.cpp
M clang-tools-extra/include-cleaner/tool/IncludeCleaner.cpp
M clang-tools-extra/include-cleaner/unittests/AnalysisTest.cpp
Log Message:
-----------
[include-cleaner] Filter references to identity macros
Despite being true positives, these results just confuse users. So
filter them out.
Differential Revision: https://reviews.llvm.org/D157905
More information about the All-commits
mailing list