summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/constexpr-ackermann.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Constant expression evaluation: support for constexpr member functions. ThisRichard Smith2011-11-111-0/+8
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