Store full path of header as well
This commit is contained in:
parent
6d261cef16
commit
fd449dde4a
6 changed files with 169 additions and 131 deletions
|
|
@ -104,6 +104,11 @@ std::unique_ptr<cpp_entity> detail::parse_entity(const detail::parse_context& co
|
|||
return entity;
|
||||
break;
|
||||
|
||||
case CXCursor_MacroDefinition:
|
||||
case CXCursor_InclusionDirective:
|
||||
DEBUG_UNREACHABLE(detail::assert_handler{}, "handle preprocessor in parser callback");
|
||||
break;
|
||||
|
||||
case CXCursor_Namespace:
|
||||
return parse_cpp_namespace(context, cur);
|
||||
case CXCursor_NamespaceAlias:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue