Skip to content
  • Sebastian Redl's avatar
    Parse deleted member functions. Parsing member declarations goes through a... · 42e92c4b
    Sebastian Redl authored
    Parse deleted member functions. Parsing member declarations goes through a different code path that I forgot previously.
    Implement the rvalue reference overload dance for returning local objects. Returning a local object first tries to find a move constructor now.
    The error message when no move constructor is defined (or is not applicable) and the copy constructor is deleted is quite ugly, though.
    
    llvm-svn: 68902
    42e92c4b
Loading