[cfe-commits] r133600 - /cfe/trunk/lib/Sema/SemaLookup.cpp

Douglas Gregor dgregor at apple.com
Tue Jun 21 20:20:57 PDT 2011


On Jun 21, 2011, at 7:25 PM, Sean Hunt wrote:

> Author: coppro
> Date: Tue Jun 21 21:25:26 2011
> New Revision: 133600
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=133600&view=rev
> Log:
> Avoid making assumption that this is either a CXXMethodDecl or a
> FunctionTemplateDecl. I'm not quite sure what else it could be, though,
> and would appreciate some insight.

UsingShadowDecl? UsingDecl?

	- Doug



More information about the cfe-commits mailing list