Add -fsanitize=integer for reporting suspicious integer behaviors.
Introduces new sanitizer "unsigned-integer-overflow". git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168701 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- docs/UsersManual.html 16 additions, 6 deletionsdocs/UsersManual.html
- include/clang/Basic/Sanitizers.def 19 additions, 11 deletionsinclude/clang/Basic/Sanitizers.def
- lib/CodeGen/CGExprScalar.cpp 52 additions, 22 deletionslib/CodeGen/CGExprScalar.cpp
- lib/Driver/SanitizerArgs.h 1 addition, 1 deletionlib/Driver/SanitizerArgs.h
- test/CodeGen/catch-undef-behavior.c 1 addition, 1 deletiontest/CodeGen/catch-undef-behavior.c
- test/CodeGen/unsigned-overflow.c 125 additions, 0 deletionstest/CodeGen/unsigned-overflow.c
- test/CodeGen/unsigned-promotion.c 143 additions, 0 deletionstest/CodeGen/unsigned-promotion.c
- test/CodeGen/unsigned-trapv.c 38 additions, 0 deletionstest/CodeGen/unsigned-trapv.c
- test/CodeGenCXX/catch-undef-behavior.cpp 1 addition, 1 deletiontest/CodeGenCXX/catch-undef-behavior.cpp
- test/Driver/fsanitize.c 7 additions, 2 deletionstest/Driver/fsanitize.c
Loading
Please register or sign in to comment