cppast/src
Jonathan Müller ba6fd12dce Handle circular includes, take 2
We can't rely on path equivalence to determine the old file, need to
count the level instead.

Fixes #150, again.
2022-11-24 21:45:53 +01:00
..
libclang Handle circular includes, take 2 2022-11-24 21:45:53 +01:00
CMakeLists.txt Add install targets to cmake setup (#145) 2022-09-06 18:23:20 +02:00
code_generator.cpp Add basic concept support (#144) 2022-09-03 21:22:59 +02:00
cpp_alias_template.cpp Update copyright notices 2022-02-07 20:43:22 +01:00
cpp_attribute.cpp Update copyright notices 2022-02-07 20:43:22 +01:00
cpp_class.cpp Update copyright notices 2022-02-07 20:43:22 +01:00
cpp_class_template.cpp Update copyright notices 2022-02-07 20:43:22 +01:00
cpp_concept.cpp Add basic concept support (#144) 2022-09-03 21:22:59 +02:00
cpp_entity.cpp Update copyright notices 2022-02-07 20:43:22 +01:00
cpp_entity_index.cpp Expand duplicate definition check 2022-06-30 14:58:49 +02:00
cpp_entity_kind.cpp Add basic concept support (#144) 2022-09-03 21:22:59 +02:00
cpp_enum.cpp Update copyright notices 2022-02-07 20:43:22 +01:00
cpp_expression.cpp Update copyright notices 2022-02-07 20:43:22 +01:00
cpp_file.cpp Update copyright notices 2022-02-07 20:43:22 +01:00
cpp_forward_declarable.cpp Add basic concept support (#144) 2022-09-03 21:22:59 +02:00
cpp_friend.cpp Update copyright notices 2022-02-07 20:43:22 +01:00
cpp_function.cpp Update copyright notices 2022-02-07 20:43:22 +01:00
cpp_function_template.cpp Update copyright notices 2022-02-07 20:43:22 +01:00
cpp_language_linkage.cpp Update copyright notices 2022-02-07 20:43:22 +01:00
cpp_member_function.cpp Update copyright notices 2022-02-07 20:43:22 +01:00
cpp_member_variable.cpp Update copyright notices 2022-02-07 20:43:22 +01:00
cpp_namespace.cpp Update copyright notices 2022-02-07 20:43:22 +01:00
cpp_preprocessor.cpp Update copyright notices 2022-02-07 20:43:22 +01:00
cpp_static_assert.cpp Update copyright notices 2022-02-07 20:43:22 +01:00
cpp_template_parameter.cpp Add basic concept support (#144) 2022-09-03 21:22:59 +02:00
cpp_token.cpp Update copyright notices 2022-02-07 20:43:22 +01:00
cpp_type.cpp Fix formatting of cpp_dependent_type 2022-10-22 11:42:31 +02:00
cpp_type_alias.cpp Update copyright notices 2022-02-07 20:43:22 +01:00
cpp_variable.cpp Update copyright notices 2022-02-07 20:43:22 +01:00
cpp_variable_template.cpp Update copyright notices 2022-02-07 20:43:22 +01:00
diagnostic_logger.cpp Update copyright notices 2022-02-07 20:43:22 +01:00
visitor.cpp Add basic concept support (#144) 2022-09-03 21:22:59 +02:00