Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Extend this test to also be valid in C++14. | Richard Smith | 2016-05-13 | 1 | -7/+7 |
| | | | | llvm-svn: 269397 | ||||
* | Test cleanup: prefer static_assert to handmade alternative. | Richard Smith | 2012-02-10 | 1 | -5/+2 |
| | | | | llvm-svn: 150243 | ||||
* | Constant expression evaluation: support for constexpr member functions. This | Richard Smith | 2011-11-11 | 1 | -0/+76 |
reinstates r144273; a combination of r144333's fix for NoOp rvalue-to-lvalue casts and some corresponding changes here resolve the regression which that caused. This patch also adds support for some additional forms of member function call, along with additional testing. llvm-svn: 144369 |