[cfe-commits] r68330 - in /cfe/trunk: include/clang/Basic/LangOptions.h include/clang/Driver/Options.def lib/CodeGen/CGExprScalar.cpp test/CodeGen/trapu.c tools/clang-cc/clang-cc.cpp
Chris Lattner
clattner at apple.com
Thu Apr 2 11:38:18 PDT 2009
On Apr 2, 2009, at 11:15 AM, Mike Stump wrote:
> Author: mrs
> Date: Thu Apr 2 13:15:54 2009
> New Revision: 68330
>
> URL: http://llvm.org/viewvc/llvm-project?rev=68330&view=rev
> Log:
> Remove -ftrapu.
Thanks Mike. Also, should OverflowChecking move to CodeGenOptions
instead of langoptions? I don't think there is any language effect to
this flag.
-Chris
More information about the cfe-commits
mailing list