index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGenCXX
/
catch-undef-behavior.cpp
Age
Commit message (
Expand
)
Author
2013-02-25
[ubsan] Emit single check for left shift.
Will Dietz
2013-02-24
PR15338: Don't assert if -fsanitize=bounds sees array indexing on an incomplete
Richard Smith
2013-02-23
ubsan: Emit bounds checks for array indexing, vector indexing, and (in really...
Richard Smith
2013-02-22
Update to use references to attribute groups instead of listing the attribute...
Bill Wendling
2013-02-13
ubsan: Add checking for invalid downcasts. Per [expr.static.cast]p2 and p11,
Richard Smith
2012-12-30
[ubsan] Recover by default, use -fno-sanitize-recover to disable.
Will Dietz
2012-12-18
Rein ubsan's vptr sanitizer back a bit. Per core issue 453, binding a reference
Richard Smith
2012-12-13
ubsan: Add -fsanitize=bool and -fsanitize=enum, which check for loads of
Richard Smith
2012-12-02
[ubsan] Add flag to enable recovery from checks when possible.
Will Dietz
2012-11-27
Add -fsanitize=integer for reporting suspicious integer behaviors.
Will Dietz
2012-11-05
Use the individual -fsanitize=<...> arguments to control which of the UBSan
Richard Smith
2012-10-25
Fix the other occurrence of the problem fixed by r166731.
Richard Smith
2012-10-25
LLVM's hashing routines produce a size_t, and thus generate different values ...
Richard Smith
2012-10-25
Add a more direct test for r166661.
Richard Smith
2012-10-09
-fcatch-undefined-behavior: emit calls to the runtime library whenever one of...
Richard Smith
2012-10-04
If we flow off the end of a value-returning function:
Richard Smith
2012-08-25
-fcatch-undefined-behavior: add the -ftrapv checks to the set of things caught
Richard Smith
2012-08-24
New -fcatch-undefined-behavior features:
Richard Smith