Skip to content
  • Douglas Gregor's avatar
    Initial stab at a generalized operation for determining the · 51783313
    Douglas Gregor authored
    instantiation of a declaration from the template version (or version
    that lives in a template) and a given set of template arguments. This
    needs much, much more testing, but it suffices for simple examples
    like
    
      typedef T* iterator;
      iterator begin();
    
    llvm-svn: 72461
    51783313
Loading