summaryrefslogtreecommitdiffstats
path: root/src/CodeParser/CParser/CParser.ts
Commit message (Expand)AuthorAgeFilesLines
* -- Added more unit tests.Rowan Goemans2018-02-201-19/+25
* -- Implemented support for all operators except the conversion operator.Rowan Goemans2018-02-201-28/+113
* Cleanup Parser interfaceChristoph Schlosser2017-12-161-1/+1
* -- Fixed bug where type modifiers like unsigned signed weren't properly recog...Rowan Goemans2017-11-231-33/+8
* Merge branch 'master' of https://github.com/christophschlosser/doxdocgenRowan Goemans2017-11-051-1/+0
|\
| * -- Refactored stripping initializer list and assignment token into function.Rowan Goemans2017-11-051-15/+23
| * -- Fixed problem where initializer list where not working correctly.Rowan Goemans2017-11-051-9/+16
| * -- Modified parser to never return null. It will no always generate an empty ...Rowan Goemans2017-11-051-3/+4
| * -- Added support for void function no return get generated for them.Rowan Goemans2017-11-051-1/+15
| * -- Cleaned up some code and refactored functions.Rowan Goemans2017-11-051-120/+275
| * -- Completely rewritten parser to support all known(to me) C++ constructs, th...Rowan Goemans2017-11-051-0/+387
* -- Fixed issue where generating a comment above an access specifier resulted ...Rowan Goemans2017-11-051-0/+6
* -- Refactored stripping initializer list and assignment token into function.Rowan Goemans2017-11-051-15/+23
* -- Fixed problem where initializer list where not working correctly.Rowan Goemans2017-11-051-9/+16
* -- Modified parser to never return null. It will no always generate an empty ...Rowan Goemans2017-11-051-3/+4
* -- Added support for void function no return get generated for them.Rowan Goemans2017-11-051-1/+15
* -- Cleaned up some code and refactored functions.Rowan Goemans2017-11-051-120/+275
* -- Completely rewritten parser to support all known(to me) C++ constructs, th...Rowan Goemans2017-10-301-0/+387