Parse free functions

This commit is contained in:
Jonathan Müller 2017-03-11 18:08:06 +01:00
commit 9267bbbff2
15 changed files with 442 additions and 58 deletions

View file

@ -156,7 +156,7 @@ namespace
}
}
return tu;
return detail::cxtranslation_unit(tu);
}
unsigned get_line_no(const CXCursor& cursor)