Commit graph

21 commits

Author SHA1 Message Date
Jonathan Müller
682754649a Fix excluding last parameter 2017-10-01 21:23:34 +02:00
Jonathan Müller
6e3e358002 Fix whitespace in cv ref qualifiers 2017-09-30 11:36:56 +02:00
Jonathan Müller
17ef990bb2 Add getter to retrieve main entity being outputted 2017-09-20 12:51:25 +02:00
Jonathan Müller
0c4de49234 Pass current access specifier to code generator 2017-07-18 23:08:53 +02:00
Jonathan Müller
495b82158d Hide noexcept condition 2017-07-17 16:36:59 +02:00
Jonathan Müller
38dd1c9d18 Hide macro replacement 2017-07-17 16:24:21 +02:00
Jonathan Müller
e355e7a653 Fix empty arguments to template instantiation 2017-06-23 09:34:36 +02:00
Jonathan Müller
f596ef398f Don't generate override and final on definitions 2017-06-22 13:57:59 +02:00
Jonathan Müller
ff2fd014cd [breaking] Remove on_container_begin()/end()/leaf()
Replaced with general on_begin()/end()
2017-05-27 11:23:29 +02:00
Jonathan Müller
bb3253220b Add formatting options to code generation 2017-05-27 11:11:54 +02:00
Jonathan Müller
315fb3a98f [breaking] Fix generation when excluding entities
Had to change generation options retrieval.
2017-05-25 23:22:59 +02:00
Jonathan Müller
59eee1f75a Remove duplicate newl at end of code generation for a file 2017-05-25 21:25:25 +02:00
Jonathan Müller
c86e950847 Add exclude_return and exclude_target code generation options 2017-05-25 21:04:50 +02:00
Jonathan Müller
599f2bbff8 Add semantic parent to forward declarable entities 2017-04-14 22:06:27 +02:00
Jonathan Müller
4db09778b5 Add and parse cpp_static_assert 2017-04-11 20:37:24 +02:00
Jonathan Müller
c5d6df957c Remove parameter children from e.g. cpp_function_base
Also template parameter children of cpp_template_template_parameter.
Now accessible over named function, consistent with base classes, other template parameters etc.
2017-04-11 18:50:02 +02:00
Jonathan Müller
33cff49a20 Add ability to hide definition in code generator 2017-04-06 12:17:04 +02:00
Jonathan Müller
251e9abf5f Always expose underlying type of enum 2017-04-06 11:51:31 +02:00
Jonathan Müller
c3d1d97892 Add and parse cpp_friend
Only works in clang>=4.
2017-04-06 11:45:17 +02:00
Jonathan Müller
df684694cc Add and parse unexposed entity 2017-03-30 12:04:18 +02:00
Jonathan Müller
d18070a799 Implement code generation 2017-03-29 19:51:02 +02:00