Commit 62e712a5 authored by Jon Haslam's avatar Jon Haslam Committed by Alastair Robertson

Handle clang boolean type (CXType_Bool) in parser

parent bd038f91
......@@ -46,6 +46,7 @@ static SizedType get_sized_type(CXType clang_type)
switch (clang_type.kind)
{
case CXType_Bool:
case CXType_Char_S:
case CXType_Char_U:
case CXType_SChar:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment