[all-commits] [llvm/llvm-project] f323e7: [include-cleaner] Treat member operator calls as i...
kadir çetinkaya via All-commits
all-commits at lists.llvm.org
Mon Apr 3 07:28:30 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f323e7f3ca760be786d2584c926edade34c3fbde
https://github.com/llvm/llvm-project/commit/f323e7f3ca760be786d2584c926edade34c3fbde
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] Treat member operator calls as implicit
26ff268b80c589fd9f71c1c214af77cd972642ca treated member operator calls
as explicit, while trying to treat them the same way as regular member
expressions, which should've been implicit.
More information about the All-commits
mailing list