Jonathan Müller
|
8e6c5ccf71
|
Fix type parser for types with keyword prefix
E.g. a type `constant` would become `const ant`.
|
2017-10-09 09:20:35 +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
|
4e06906876
|
Fix code generation exclusion
|
2017-07-17 16:18:14 +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
|
dc5abeb785
|
Ensure compatibility with clang 4.0.0
There are some bug fixes for libclang, so now some workarounds were broken.
|
2017-04-02 19:23:49 +02:00 |
|
Jonathan Müller
|
e9e9a3bbc5
|
Fix issue with functions returning functions
|
2017-03-31 15:20:41 +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 |
|