[cfe-commits] r65586 - in /cfe/trunk: lib/AST/ASTContext.cpp lib/Sema/SemaInit.cpp test/Sema/wchar_size.c

Eli Friedman eli.friedman at gmail.com
Thu Feb 26 16:12:36 PST 2009


On Thu, Feb 26, 2009 at 3:36 PM, Chris Lattner <sabre at nondot.org> wrote:
> -  if (Context.typesAreCompatible(Context.WCharTy, AT->getElementType()))
> +  if (Context.typesAreCompatible(Context.getWCharType(), AT->getElementType()))

Maybe WCharTy should be private, so nobody messes this up again?

-Eli




More information about the cfe-commits mailing list