Skip to content
  • Douglas Gregor's avatar
    Keep track of the template parameter depth properly when we have · a3dff8e3
    Douglas Gregor authored
    member templates declared inside other templates. This allows us to
    match out-of-line definitions of member function templates within
    class templates to the declarations within the class template. We
    still can't handle out-of-line definitions for member class templates,
    however.
    
    llvm-svn: 79955
    a3dff8e3
Loading