]> granicus.if.org Git - clang/commit
Add -ftrapv support, patch from David Chisnall; well all except the
authorMike Stump <mrs@apple.com>
Wed, 1 Apr 2009 18:19:33 +0000 (18:19 +0000)
committerMike Stump <mrs@apple.com>
Wed, 1 Apr 2009 18:19:33 +0000 (18:19 +0000)
commit3fb07bdc32cb301a8438c297fe7d68542a7537b2
treea7a06b8169aa6d32217c4253f6a1714dfc51f75b
parent2acddebf72700dd008f43a5720363f173d383ba1
Add -ftrapv support, patch from David Chisnall; well all except the
clang option code that is.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68221 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/LangOptions.h
include/clang/Driver/Options.def
lib/CodeGen/CGExprScalar.cpp
tools/clang-cc/clang-cc.cpp