[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
Howard Hinnant
hhinnant at apple.com
Wed Apr 1 16:04:15 PDT 2009
On Apr 1, 2009, at 6:21 PM, Mike Stump wrote:
> 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.
I'm not aware of anything on the horizon in this department (thank
goodness :-)).
-Howard
More information about the cfe-commits
mailing list