summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/constexpr-nqueens.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Extend this test to also be valid in C++14.Richard Smith2016-05-131-7/+7
| | | | llvm-svn: 269397
* Test cleanup: prefer static_assert to handmade alternative.Richard Smith2012-02-101-5/+2
| | | | llvm-svn: 150243
* Constant expression evaluation: support for constexpr member functions. ThisRichard Smith2011-11-111-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
OpenPOWER on IntegriCloud