Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix all tests under test/CXX (and test/Analysis) to pass if clang's default | Richard Smith | 2016-08-31 | 1 | -8/+33 |
| | | | | | | C++ language standard is not C++98. llvm-svn: 280309 | ||||
* | Implement C++03 [dcl.init]p5's checking for value-initialization of references | Richard Smith | 2012-12-08 | 1 | -10/+38 |
| | | | | | | | | properly, rather than faking it up by pretending that a reference member makes the default constructor non-trivial. That leads to rejects-valids when putting such types inside unions. llvm-svn: 169662 | ||||
* | Fix a regression that allowed clearly ill formed code. The diagnostic is still | Chandler Carruth | 2010-08-31 | 1 | -0/+20 |
terrible, FIXME left to do a proper job of diagnosing this. llvm-svn: 112581 |