Skip to content
  • Argyrios Kyrtzidis's avatar
    -Implement proper name lookup for namespaces. · fa8e15bf
    Argyrios Kyrtzidis authored
    -identifierResolver exposes an iterator interface to get all decls through the scope chain.
    -The semantic staff (checking IdentifierNamespace and Doug's checking for shadowed tags were moved out of IdentifierResolver and back into Sema. IdentifierResolver just gives an iterator for all reachable decls of an identifier.
    
    llvm-svn: 50923
    fa8e15bf
Loading