| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implement C++1y constant initializer rules: in a constant initializer for an | Richard Smith | 2013-05-09 | 1 | -0/+20 |
| object x, x's subobjects can be constructed by constexpr constructor even if they are of non-literal type, and can be read and written even though they're not members of a constexpr object or temporary. llvm-svn: 181506 | |||||

