summaryrefslogtreecommitdiff
path: root/test/SemaCXX/constexpr-factorial.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Don't recurse so deep in this test, pending APValue rework to further reduce theRichard Smith2011-11-111-2/+2
| | | | | | | stack pressure. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144378 91177308-0d34-0410-b5e6-96231b3b80d8
* Constant expression evaluation: support for constexpr member functions. ThisRichard Smith2011-11-111-0/+9
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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144369 91177308-0d34-0410-b5e6-96231b3b80d8