| commit | a8105bc9cecb5936a4674f68ebf0e50669f41e0d | [log] [tgz] |
|---|---|---|
| author | Richard Smith <richard-llvm@metafoo.co.uk> | Fri Jan 06 16:39:00 2012 +0000 |
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | Fri Jan 06 16:39:00 2012 +0000 |
| tree | 80743e6b6d4b7c58f266cf33db9f0bed9061ed71 | |
| parent | 768e5b1e9a6726af2728b55f177acdd124bce0a8 [diff] |
C++11 generalized constant expressions: implement checking and diagnostics for pointer-arithmetic-related undefined behavior and unspecified results. We continue to fold such values, but now notice they aren't constant expressions. llvm-svn: 147659