[cfe-commits] r58501 - in /cfe/trunk: include/clang/Basic/TargetInfo.h lib/Analysis/CFRefCount.cpp lib/Basic/TargetInfo.cpp lib/Basic/Targets.cpp lib/CodeGen/CGDecl.cpp lib/Lex/Preprocessor.cpp lib/Parse/ParseDeclCXX.cpp lib/Sema/SemaDeclCXX.cpp

Mike Stump mrs at apple.com
Fri Oct 31 13:57:04 PDT 2008


On Oct 31, 2008, at 2:52 AM, Sanjiv Gupta wrote:
> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- cfe/trunk/lib/Basic/TargetInfo.cpp (original)
> +++ cfe/trunk/lib/Basic/TargetInfo.cpp Fri Oct 31 04:52:39 2008

>
> +  WCharType = UnsignedInt;

> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Basic/Targets.cpp?rev=58501&r1=58500&r2=58501&view=diff
> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- cfe/trunk/lib/Basic/Targets.cpp (original)
> +++ cfe/trunk/lib/Basic/Targets.cpp Fri Oct 31 04:52:39 2008

>
> +      WCharType = UnsignedInt;

Hum, in C++, it is a different type, distinct from all other types.  I  
didn't check to see if that is handled someplace else, but, if not, we  
should have a FIXME here saying to do something better for C++.



More information about the cfe-commits mailing list