Missing these references can result in false negatives in the used-ness
analysis and break builds.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang-tools-extra/include-cleaner/lib/WalkAST.cpp | ||
---|---|---|
102–110 | I will be more defensive for nullptr (llvm::cast doesn't allow nullptr), use the cast_if_present in case where S->getCalleeDecl() returns a nullptr |
Comment Actions
- Update to treat operator calls to members as "explicit" fater offline discussions. This better aligns with what we do for regular member exprs.
I will be more defensive for nullptr (llvm::cast doesn't allow nullptr), use the cast_if_present in case where S->getCalleeDecl() returns a nullptr