[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

Sebastian Redl sebastian.redl at getdesigned.at
Wed Jul 29 12:15:51 PDT 2009


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.

Sebastian



More information about the cfe-commits mailing list