| .. |
|
detail
|
Add parse_files() utility function
|
2017-06-27 16:42:59 +02:00 |
|
code_generator.hpp
|
Add ability to generate code from code_generator
|
2017-10-02 17:32:46 +02:00 |
|
compile_config.hpp
|
Add parse_files() utility function
|
2017-06-27 16:42:59 +02:00 |
|
cpp_alias_template.hpp
|
Parse template parameters and part of alias template
|
2017-03-23 09:10:14 +01:00 |
|
cpp_array_type.hpp
|
Implement code generation
|
2017-03-29 19:51:02 +02:00 |
|
cpp_class.hpp
|
Pass current access specifier to code generator
|
2017-07-18 23:08:53 +02:00 |
|
cpp_class_template.hpp
|
Parse cpp_class_template_specialization
|
2017-03-27 11:51:30 +02:00 |
|
cpp_decltype_type.hpp
|
Implement code generation
|
2017-03-29 19:51:02 +02:00 |
|
cpp_entity.hpp
|
Add user data pointer to entities
|
2017-09-15 11:51:25 +02:00 |
|
cpp_entity_container.hpp
|
Remove cpp_scope
|
2017-01-21 22:30:51 +01:00 |
|
cpp_entity_index.hpp
|
Silently ignore multiple registration of files
|
2017-06-27 16:42:59 +02:00 |
|
cpp_entity_kind.hpp
|
Add and parse cpp_static_assert
|
2017-04-11 20:37:24 +02:00 |
|
cpp_entity_ref.hpp
|
Fix missing include
|
2017-04-12 18:19:08 +02:00 |
|
cpp_enum.hpp
|
Add semantic parent to forward declarable entities
|
2017-04-14 22:06:27 +02:00 |
|
cpp_expression.hpp
|
Add user data pointer to entities
|
2017-09-15 11:51:25 +02:00 |
|
cpp_file.hpp
|
[breaking] Ensure matching line numbers after preprocessing
|
2017-10-10 17:07:41 +02:00 |
|
cpp_forward_declarable.hpp
|
Fix issue with asymmetric common parents of friend function and friend
|
2017-10-09 09:05:20 +02:00 |
|
cpp_friend.hpp
|
Skip templated and friended entities in tool
|
2017-04-12 15:17:30 +02:00 |
|
cpp_function.hpp
|
Add signature() to cpp_function_base
|
2017-07-10 19:26:55 +02:00 |
|
cpp_function_template.hpp
|
Parse cpp_function_template_specialization
|
2017-03-27 10:07:13 +02:00 |
|
cpp_function_type.hpp
|
Implement code generation
|
2017-03-29 19:51:02 +02:00 |
|
cpp_language_linkage.hpp
|
Parse documentation comments
|
2017-03-16 11:49:37 +01:00 |
|
cpp_member_function.hpp
|
Add signature() to cpp_function_base
|
2017-07-10 19:26:55 +02:00 |
|
cpp_member_variable.hpp
|
Parse cpp_member_variable and cpp_bitfield
|
2017-02-25 11:17:18 +01:00 |
|
cpp_namespace.hpp
|
Add cpp_scope_name to support templated scopes
|
2017-04-13 11:58:52 +02:00 |
|
cpp_preprocessor.hpp
|
Store full path of header as well
|
2017-06-20 22:17:44 +02:00 |
|
cpp_static_assert.hpp
|
Add and parse cpp_static_assert
|
2017-04-11 20:37:24 +02:00 |
|
cpp_storage_class_specifiers.hpp
|
Parse free functions
|
2017-03-11 18:08:06 +01:00 |
|
cpp_template.hpp
|
Override scope_name() in templates
|
2017-07-14 15:14:24 +02:00 |
|
cpp_template_parameter.hpp
|
Remove parameter children from e.g. cpp_function_base
|
2017-04-11 18:50:02 +02:00 |
|
cpp_type.hpp
|
Add user data pointer to entities
|
2017-09-15 11:51:25 +02:00 |
|
cpp_type_alias.hpp
|
Parse cpp_type_alias and simple cpp_type's
|
2017-02-22 22:42:20 +01:00 |
|
cpp_variable.hpp
|
Add support for forward declarations
|
2017-03-11 15:36:51 +01:00 |
|
cpp_variable_base.hpp
|
Add support for multiple namespace entities with the same name
|
2017-03-22 12:09:13 +01:00 |
|
cpp_variable_template.hpp
|
Add missing static kind function
|
2017-03-27 11:56:08 +02:00 |
|
diagnostic.hpp
|
Add debug logging facility
|
2017-04-06 12:09:29 +02:00 |
|
diagnostic_logger.hpp
|
Extract logger into own header
|
2017-06-28 18:20:24 +02:00 |
|
libclang_parser.hpp
|
Dump preprocessed file in verbose mode
|
2017-10-07 09:35:31 +02:00 |
|
parser.hpp
|
Extract logger into own header
|
2017-06-28 18:20:24 +02:00 |
|
visitor.hpp
|
Add access specifier to visitor_info
|
2017-07-19 08:29:24 +02:00 |