cppast/src
topisani 76fb7dee43 Parse C++17 nested namespace declarations
This is maybe not the most correct way to do it, but i dont think it misparses
any valid code.
2017-12-20 18:15:31 +01:00
..
libclang Parse C++17 nested namespace declarations 2017-12-20 18:15:31 +01:00
CMakeLists.txt Fix CMake 2017-11-11 10:33:01 +01:00
code_generator.cpp Add on_container_end() function to code generator to allow injection of children 2017-12-14 19:08:22 +01:00
cpp_alias_template.cpp Parse template parameters and part of alias template 2017-03-23 09:10:14 +01:00
cpp_attribute.cpp Add attribute convenience functions 2017-10-29 20:54:54 +01:00
cpp_class.cpp Add get_class() function to resolve base class types 2017-12-14 19:07:47 +01:00
cpp_class_template.cpp Parse cpp_class_template_specialization 2017-03-27 11:51:30 +02:00
cpp_entity.cpp Add and use cpp_token_string for unexposed entities 2017-10-11 14:15:44 +02:00
cpp_entity_index.cpp Silently ignore multiple registration of files 2017-06-27 16:42:59 +02:00
cpp_entity_kind.cpp Add and parse cpp_static_assert 2017-04-11 20:37:24 +02:00
cpp_enum.cpp Add cpp_scope_name to support templated scopes 2017-04-13 11:58:52 +02:00
cpp_expression.cpp Add and use cpp_token_string for unexposed entities 2017-10-11 14:15:44 +02:00
cpp_file.cpp Parse documentation comments 2017-03-16 11:49:37 +01:00
cpp_forward_declarable.cpp Augment is_definition() & co to work for templates 2017-04-12 15:19:27 +02:00
cpp_friend.cpp Add and parse cpp_friend 2017-04-06 11:45:17 +02:00
cpp_function.cpp Add enum category example 2017-11-10 11:54:21 +01:00
cpp_function_template.cpp Parse cpp_function_template_specialization 2017-03-27 10:07:13 +02:00
cpp_language_linkage.cpp Parse cpp_language_linkage 2017-02-22 20:44:19 +01:00
cpp_member_function.cpp Add signature() to cpp_function_base 2017-07-10 19:26:55 +02:00
cpp_member_variable.cpp Register declarations as well 2017-03-18 11:01:27 +01:00
cpp_namespace.cpp Register declarations as well 2017-03-18 11:01:27 +01:00
cpp_preprocessor.cpp Fix include handling support 2017-02-16 20:33:48 +01:00
cpp_static_assert.cpp Add and parse cpp_static_assert 2017-04-11 20:37:24 +02:00
cpp_template_parameter.cpp Parse cpp_function_template 2017-03-25 14:34:04 +01:00
cpp_token.cpp Add function to tokenize strings 2017-10-19 19:02:27 +02:00
cpp_type.cpp Add enum category example 2017-11-10 11:54:21 +01:00
cpp_type_alias.cpp Workaround broken virtual implementation 2017-04-19 17:47:38 +02:00
cpp_variable.cpp Add semantic parent to forward declarable entities 2017-04-14 22:06:27 +02:00
cpp_variable_template.cpp Add missing static kind function 2017-03-27 11:56:08 +02:00
diagnostic_logger.cpp Extract logger into own header 2017-06-28 18:20:24 +02:00
visitor.cpp Add access specifier to visitor_info 2017-07-19 08:29:24 +02:00