| commit | 2d8b294b3c49628b22d0607ea98c42964f597415 | [log] [tgz] |
|---|---|---|
| author | Richard Smith <richard-llvm@metafoo.co.uk> | Thu Nov 01 07:22:08 2012 +0000 |
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | Thu Nov 01 07:22:08 2012 +0000 |
| tree | 329610eae7761df0fbcb8045805f4369d3f97fd7 | |
| parent | c89e75e93e24613fe95a72df4007dff5b97a1beb [diff] |
-fcatch-undefined-behavior: Start checking loads and stores for null pointers. We want the diagnostic, and if the load is optimized away, we still want to trap it. Stop checking non-default address spaces; that doesn't work in general. llvm-svn: 167219