commit | 3cb15729aff241e28c9854bd09609fb74e7bac37 | [log] [tgz] |
---|---|---|
author | Richard Smith <richard-llvm@metafoo.co.uk> | Wed Aug 05 22:41:45 2015 +0000 |
committer | Richard Smith <richard-llvm@metafoo.co.uk> | Wed Aug 05 22:41:45 2015 +0000 |
tree | a51bd54acbb78d140ec33b26f1779ad74c5bdf6e | |
parent | ae0d4365454456203a6f284c5d0e6ed994883c86 [diff] |
function_ref-ize ExternalASTSource::FindExternalLexicalDecl and remove its useless return value. Switch to using it directly when completing the redeclaration chain for an anonymous declaration, and reduce the set of declarations that we load in the process to just those of the right kind. llvm-svn: 244161