When looking for operator() to type-check a call to an object of class
type, use full qualified name lookup rather than the poking the declaration context directly. This makes sure that we see operator()'s in superclasses. Also, move the complete-type check before this name lookup. llvm-svn: 88842
Loading
Please register or sign in to comment