clang-1/lib
Chris Lattner 93a00357f2 Correct -ftrapv to trap on errors, instead of calling the
__overflow_handler entrypoint that David Chisnall made up.
Calling __overflow_handler is not part of the contract of
-ftrapv provided by GCC, and should never have been checked
in in the first place.

According to:
http://permalink.gmane.org/gmane.comp.compilers.clang.devel/8699

David is using this for some of arbitrary precision integer stuff
or something, which is not an appropriate thing to implement on
this.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110490 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-07 00:20:46 +00:00
..
AST
Analysis
Basic
Checker Removed IdempotentOperationChecker from default analysis and returned back to a flag (-analyzer-check-idempotent-operations) 2010-08-06 22:23:07 +00:00
CodeGen Correct -ftrapv to trap on errors, instead of calling the 2010-08-07 00:20:46 +00:00
Driver
Frontend Removed IdempotentOperationChecker from default analysis and returned back to a flag (-analyzer-check-idempotent-operations) 2010-08-06 22:23:07 +00:00
Headers
Index
Lex
Parse The pre-increment/pre-decrement grammar in C++ differs from that in C, 2010-08-06 14:50:36 +00:00
Rewrite
Sema PR7837: For qualified id's, make sure the decl context is complete if not 2010-08-06 23:41:47 +00:00
CMakeLists.txt
Makefile