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++. _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
