[cfe-commits] r77488 - in /cfe/trunk: include/clang/AST/ASTContext.h include/clang/AST/TemplateName.h lib/AST/ASTContext.cpp lib/AST/TemplateName.cpp lib/Sema/SemaExpr.cpp lib/Sema/SemaLookup.cpp lib/Sema/SemaTemplate.cpp lib/Sema/SemaTemplateInstantiateExpr.cpp
Douglas Gregor
dgregor at apple.com
Thu Jul 30 22:26:28 PDT 2009
On Jul 29, 2009, at 12:15 PM, Sebastian Redl wrote:
> Douglas Gregor wrote:
>> + // FIXME: Can't really canonicalize a set of overloaded
>> functions, can we?
>>
> Hmm ... is lookup for this set performed immediately or delayed?
> If it is delayed, we can simply use the name as the canonical form.
> If it is performed immediately, can't we use the canonical
> declarations
> in the set as the canonical form? I'm pretty sure canonical
> declarations
> were added recently.
Thanks for the prod. I went with the second option in r77664.
- Doug
More information about the cfe-commits
mailing list