summaryrefslogtreecommitdiffstats
path: root/src/CodeParser/CParser
Commit message (Expand)AuthorAgeFilesLines
* 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-054-236/+300
| * -- Completely rewritten parser to support all known(to me) C++ constructs, th...Rowan Goemans2017-11-054-0/+647
* -- 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-054-236/+300
* -- Completely rewritten parser to support all known(to me) C++ constructs, th...Rowan Goemans2017-10-304-0/+647