• Sandipan Das's avatar
    clang-parser: Extend support for char type · ccc8649c
    Sandipan Das authored
    This extends support for the char type by making the clang
    parser recognize CXType_Char_U as well.
    
    Currently, the clang parser assumes that the char type is
    always implemented as a signed char. However, for certain
    architectures like powerpc64, the char type is unsigned
    and the parser fails to recognize such variables.
    Signed-off-by: default avatarSandipan Das <sandipan@linux.ibm.com>
    ccc8649c
clang_parser.cpp 7.14 KB