| .. |
|
detail
|
Add parse_files() utility function
|
2017-06-27 16:42:59 +02:00 |
|
code_generator.hpp
|
Add on_container_end() function to code generator to allow injection of children
|
2017-12-14 19:08:22 +01: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_attribute.hpp
|
Add attribute convenience functions
|
2017-10-29 20:54:54 +01:00 |
|
cpp_class.hpp
|
Add get_class() function to resolve base class types
|
2017-12-14 19:07:47 +01: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
|
Implement attribute parsing
|
2017-10-29 19:42:16 +01: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 and use cpp_token_string for unexposed entities
|
2017-10-11 14:15:44 +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
|
Add and use cpp_token_string for unexposed entities
|
2017-10-11 14:15:44 +02:00 |
|
cpp_template_parameter.hpp
|
Remove parameter children from e.g. cpp_function_base
|
2017-04-11 18:50:02 +02:00 |
|
cpp_token.hpp
|
Add function to tokenize strings
|
2017-10-19 19:02:27 +02:00 |
|
cpp_type.hpp
|
Add enum category example
|
2017-11-10 11:54:21 +01: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
|
Fix nullptr dereference
|
2017-11-16 08:58:44 +01:00 |
|
cpp_variable_template.hpp
|
Add missing static kind function
|
2017-03-27 11:56:08 +02:00 |
|
diagnostic.hpp
|
Add format_diagnostic() function
|
2017-10-11 22:10:17 +02:00 |
|
diagnostic_logger.hpp
|
Extract logger into own header
|
2017-06-28 18:20:24 +02:00 |
|
libclang_parser.hpp
|
Add default constructor to libclang_parser
|
2017-10-31 15:55:06 +01:00 |
|
parser.hpp
|
Add default constructor to libclang_parser
|
2017-10-31 15:55:06 +01:00 |
|
visitor.hpp
|
Add comparison
|
2017-11-02 18:46:00 +01:00 |