Commit graph

13 commits

Author SHA1 Message Date
Jonathan Müller
34e7bb4bf4 Fix unmunch for template arguments
Fixes #147.
2022-10-13 17:30:41 +02:00
Jonathan Müller
62e571a4d6 Update copyright notices 2022-02-07 20:43:22 +01:00
Jonathan Müller
000febb999 Fix parsing of explicit template instantiation
Fixes #82.
2019-11-18 17:22:00 +01:00
Jonathan Müller
ade719651f Copyright year update 2019-02-01 14:14:36 +01:00
Jonathan Müller
4c78c69da0 Update copyright year 2018-01-26 08:39:09 +01:00
Jonathan Müller
0875721452 Handle parsing of extern templates 2017-10-30 22:25:12 +01:00
Jonathan Müller
0672e85186 Add and use cpp_token_string for unexposed entities 2017-10-11 14:15:44 +02:00
Jonathan Müller
68f2ab91a0 Override scope_name() in templates 2017-07-14 15:14: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
d18070a799 Implement code generation 2017-03-29 19:51:02 +02:00
Jonathan Müller
67f247533c Add is_templated() helper 2017-03-27 21:47:57 +02:00
Jonathan Müller
1bbc962b8c Parse cpp_class_template_specialization 2017-03-27 11:51:30 +02:00
Jonathan Müller
22fd582756 Parse cpp_class_template 2017-03-27 11:34:51 +02:00