[cfe-commits] Please add missing cursor kinds to cindex.py

Sebastian sebastianspublicaddress at googlemail.com
Thu Apr 26 13:47:38 PDT 2012


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




More information about the cfe-commits mailing list