InterParser icon indicating copy to clipboard operation
InterParser copied to clipboard

Add some cursor kinds.

Open christopherQWER opened this issue 8 years ago • 0 comments

I found, that there are some missing cursor kinds from enumerations.py script:

CursorKind.MS_ASM_STMT = CursorKind(229) CursorKind.OBJ_SELF_EXPR = CursorKind(146) CursorKind.MODULE_IMPORT_DECL = CursorKind(600)

christopherQWER avatar Oct 05 '16 09:10 christopherQWER