Skip to content
Commit d8d297c0 authored by Douglas Gregor's avatar Douglas Gregor
Browse files

Basic parsing and semantic analysis for out-of-line definitions of the

member functions of class templates, e.g.,

  template<typename T> 
  struct X {
    void f(T);
  };

  template<typename T> X<T>::f(T) { /* ... */ }

llvm-svn: 76692
parent 93a7ed1f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment