This is an archive of the discontinued LLVM Phabricator instance.

[index] Avoid infinite recursion when looking up a dependent name
ClosedPublic

Authored by arphaman on May 18 2017, 10:13 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

arphaman created this revision.May 18 2017, 10:13 AM
benlangmuir accepted this revision.May 18 2017, 10:42 AM

LGTM. One stylistic comment, but I'll leave that up to you.

lib/AST/CXXInheritance.cpp
286 ↗(On Diff #99456)

Style: I would combine this with the previous check and add {} braces. Having a nested else without {} is asking for trouble down the line.

This revision is now accepted and ready to land.May 18 2017, 10:42 AM
This revision was automatically updated to reflect the committed changes.
arphaman marked an inline comment as done.