Parse cpp_destructor
This commit is contained in:
parent
68c74a9f07
commit
e787b845d5
6 changed files with 118 additions and 5 deletions
|
|
@ -96,6 +96,8 @@ std::unique_ptr<cpp_entity> detail::parse_entity(const detail::parse_context& co
|
|||
return parse_cpp_conversion_op(context, cur);
|
||||
case CXCursor_Constructor:
|
||||
return parse_cpp_constructor(context, cur);
|
||||
case CXCursor_Destructor:
|
||||
return parse_cpp_destructor(context, cur);
|
||||
|
||||
default:
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue