[all-commits] [llvm/llvm-project] 26ff26: [include-cleaner] Report references to operator ca...
kadir çetinkaya via All-commits
all-commits at lists.llvm.org
Mon Apr 3 06:51:42 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 26ff268b80c589fd9f71c1c214af77cd972642ca
https://github.com/llvm/llvm-project/commit/26ff268b80c589fd9f71c1c214af77cd972642ca
Author: Kadir Cetinkaya <kadircet at google.com>
Date: 2023-04-03 (Mon, 03 Apr 2023)
Changed paths:
M clang-tools-extra/include-cleaner/lib/WalkAST.cpp
M clang-tools-extra/include-cleaner/unittests/WalkASTTest.cpp
Log Message:
-----------
[include-cleaner] Report references to operator calls as implicit
Missing these references can result in false negatives in the used-ness
analysis and break builds.
Differential Revision: https://reviews.llvm.org/D147144
More information about the All-commits
mailing list