..
detail
Add CMake options to control assertion levels
2017-04-06 12:23:31 +02:00
code_generator.hpp
Add ability to hide definition in code generator
2017-04-06 12:17:04 +02:00
compile_config.hpp
Add simple command line tool to view the AST
2017-04-10 19:58:17 +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
Parse cpp_class_template
2017-03-27 11:34:51 +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 proper build system
2017-04-02 18:38:28 +02:00
cpp_entity_container.hpp
Remove cpp_scope
2017-01-21 22:30:51 +01:00
cpp_entity_index.hpp
Add support for multiple namespace entities with the same name
2017-03-22 12:09:13 +01:00
cpp_entity_kind.hpp
Clean kind check functions
2017-04-07 19:06:45 +02:00
cpp_entity_ref.hpp
Add support for multiple namespace entities with the same name
2017-03-22 12:09:13 +01:00
cpp_enum.hpp
Always expose underlying type of enum
2017-04-06 11:51:31 +02:00
cpp_expression.hpp
Implement code generation
2017-03-29 19:51:02 +02:00
cpp_file.hpp
Register declarations as well
2017-03-18 11:01:27 +01:00
cpp_forward_declarable.hpp
Add definition info to AST dump
2017-04-11 18:33:58 +02:00
cpp_friend.hpp
Add and parse cpp_friend
2017-04-06 11:45:17 +02:00
cpp_function.hpp
Remove parameter children from e.g. cpp_function_base
2017-04-11 18:50:02 +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
Parse cpp_function_template
2017-03-25 14:34:04 +01:00
cpp_member_variable.hpp
Parse cpp_member_variable and cpp_bitfield
2017-02-25 11:17:18 +01:00
cpp_namespace.hpp
Fix issue when parsing anonymous namespaces
2017-04-10 21:02:23 +02:00
cpp_preprocessor.hpp
Add support for overloaded entity references
2017-03-19 16:07:54 +01:00
cpp_storage_class_specifiers.hpp
Parse free functions
2017-03-11 18:08:06 +01:00
cpp_template.hpp
Implement code generation
2017-03-29 19:51:02 +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
Implement code generation
2017-03-29 19:51:02 +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
libclang_parser.hpp
Add simple command line tool to view the AST
2017-04-10 19:58:17 +02:00
parser.hpp
Add debug logging facility
2017-04-06 12:09:29 +02:00
visitor.hpp
Add simple command line tool to view the AST
2017-04-10 19:58:17 +02:00