Skip to content

Commit

Permalink
[include-cleaner] Remove a stale FIXME.
Browse files Browse the repository at this point in the history
This FIXME was addressed in 0e54581.
  • Loading branch information
hokein committed Jan 13, 2023
1 parent d86f1a9 commit e435f56
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions clang-tools-extra/include-cleaner/lib/WalkAST.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ class ASTWalker : public RecursiveASTVisitor<ASTWalker> {
// usage of the base type of the MemberExpr, so that e.g. code
// `returnFoo().bar` can keep #include "foo.h" (rather than inserting
// "bar.h" for the underlying base type `Bar`).
//
// FIXME: support dependent types, e.g., "std::vector<T>().size()".
QualType Type = E->getBase()->IgnoreImpCasts()->getType();
report(E->getMemberLoc(), getMemberProvider(Type), RefType::Implicit);
return true;
Expand Down

0 comments on commit e435f56

Please sign in to comment.