summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaTemplate/ackermann.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix comment, and reduce computational expense of this test.Daniel Dunbar2009-07-111-3/+4
| | | | | | - I don't see any need for it to be this expensive. llvm-svn: 75395
* Several improvements to template argument deduction:Douglas Gregor2009-06-051-0/+37
- Once we have deduced template arguments for a class template partial specialization, we use exactly those template arguments for instantiating the definition of the class template partial specialization. - Added template argument deduction for non-type template parameters. - Added template argument deduction for dependently-sized array types. With these changes, we can now implement, e.g., the remove_reference type trait. Also, Daniel's Ackermann template metaprogram now compiles properly. llvm-svn: 72909
OpenPOWER on IntegriCloud