| commit | 253c2a390ac95ef9a3039ea6b4e37de6ba13462e | [log] [tgz] |
|---|---|---|
| author | Richard Smith <richard-llvm@metafoo.co.uk> | Fri Jan 27 01:14:48 2012 +0000 |
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | Fri Jan 27 01:14:48 2012 +0000 |
| tree | da328fc76dcd26749678a1a67a0b9034d486327f | |
| parent | af0bdfc6920a578ebcc3be986d0cc1644a68ce2f [diff] |
constexpr: Implement the [dcl.constexpr]p5 check for whether a constexpr function definition can produce a constant expression. This also provides the last few checks for [dcl.constexpr]p3 and [dcl.constexpr]p4. llvm-svn: 149108