Skip to content
  • Douglas Gregor's avatar
    Simplify, and improve the performance of, template instantiation for · cd3a0979
    Douglas Gregor authored
    declaration references. The key realization is that dependent Decls,
    which actually require instantiation, can only refer to the current
    instantiation or members thereof. And, since the current context
    during instantiation contains all of those members of the current
    instantiation, we can simply find the real instantiate that matches up
    with the "current instantiation" template.
    
    llvm-svn: 72486
    cd3a0979
Loading