summaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Collapse)AuthorAgeFilesLines
* -- Added more unit tests.Rowan Goemans2018-02-2015-93/+321
| | | | -- Added support for alignas.
* -- Implemented support for all operators except the conversion operator.Rowan Goemans2018-02-205-153/+172
| | | | | | | | | -- Implemented support for noexcept and throw. -- Implemented support for constexpr. -- Implemented support for multiple template specifications. -- Rewritten some unit tests. -- Fixed bug where unnamed parameters weren't recognized properly -- Fixed bug where namespace with template params weren't being parsed correctly.
* Generation tests should suffice for nowChristoph Schlosser2017-12-161-30/+0
|
* Add more testsChristoph Schlosser2017-12-161-0/+82
|
* Add basic testsChristoph Schlosser2017-12-167-5/+279
|
* Initial filesChristoph Schlosser2017-10-062-0/+44