summaryrefslogtreecommitdiffstats
path: root/src/test/MockDocument.ts
Commit message (Collapse)AuthorAgeFilesLines
* -- Added more unit tests.Rowan Goemans2018-02-201-52/+0
| | | | -- Added support for alignas.
* -- Implemented support for all operators except the conversion operator.Rowan Goemans2018-02-201-4/+5
| | | | | | | | | -- 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.
* Add basic testsChristoph Schlosser2017-12-161-0/+51