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

Douglas Gregor dgregor at apple.com
Mon Apr 30 16:46:34 PDT 2012


On Apr 26, 2012, at 1:47 PM, Sebastian <sebastianspublicaddress at googlemail.com> wrote:

> 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)

FYI, this went in as part of r147378.

	- Doug



More information about the cfe-commits mailing list