Skip to content
  • Douglas Gregor's avatar
    Extend the implicit declaration and checking against out-of-scope · 5d68a209
    Douglas Gregor authored
    external declarations to also support external variable
    declarations. Unified the code for these two cases into two new
    subroutines.
    
    Note that we fail to diagnose cases like the one Neil pointed
    out, where a visible non-external declaration hides an external
    declaration by the same name. That will require some reshuffling of
    name lookup.
    
    llvm-svn: 65385
    5d68a209
Loading