[cfe-commits] r68221 - in /cfe/trunk: include/clang/Basic/LangOptions.h include/clang/Driver/Options.def lib/CodeGen/CGExprScalar.cpp tools/clang-cc/clang-cc.cpp

Mike Stump mrs at apple.com
Wed Apr 1 15:21:08 PDT 2009


On Apr 1, 2009, at 2:53 PM, Chris Lattner wrote:
>> Yes.  Other clients can ask for unsigned overflow, if they want, but
>> for C languages, there should be no check.
>
> I'm not sure what you mean, clang should never generate code that  
> traps on unsigned overflow.

Right...  unless c++0x mandates if in some particular case.



More information about the cfe-commits mailing list