Hi, could you please add these three lines to bindings/python/clang/cindex.py? CursorKind.CXX_FINAL_ATTR = CursorKind(404) CursorKind.CXX_OVERRIDE_ATTR = CursorKind(405) CursorKind.ANNOTATE_ATTR = CursorKind(406) Thanks, Sebastian