This is an archive of the discontinued LLVM Phabricator instance.

[Sema] Remove unneeded call to LookupResult::resolveKind
Needs ReviewPublic

Authored by trixirt on Mar 29 2019, 8:23 AM.

Details

Reviewers
rjmccall
Summary

From code inspection it was noticed that CppNamespaceLookup's
caller CppLookupName calls LookupResult::resolveKind when
CppNamespaceLookup was successful or had an earlier success.

Diff Detail

Repository
rC Clang

Event Timeline

trixirt created this revision.Mar 29 2019, 8:23 AM