summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/many-template-parameter-lists.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Sema] Add a crazy test case for r243987Benjamin Kramer2015-08-041-0/+36
It's not valid code (maybe it can be made valid, but I'm not sure how). To trigger the crash fixed in r243987 requires a friend function with more than four template parameter lists. With this test we have at least some coverage. llvm-svn: 243989
OpenPOWER on IntegriCloud