Skip to content
  • Douglas Gregor's avatar
    Implement template instantiation for member class templates. · 01afeeff
    Douglas Gregor authored
    When performing template instantiation of the definitions of member
    templates (or members thereof),  we build a data structure containing
    the template arguments from each "level" of template
    instantiation. During template instantiation, we substitute all levels
    of template arguments simultaneously. 
    
    llvm-svn: 80389
    01afeeff
Loading