This is an archive of the discontinued LLVM Phabricator instance.

[libclang] Add missing CursorKind enums defined in Index.h.
Needs ReviewPublic

Authored by sighingnow on Mar 24 2022, 9:22 AM.

Details

Reviewers
jdoerfert
Summary

Add enum values that defined in clang/include/clang-c/Index.h but
missing from the python side.

Signed-off-by: Tao He <sighingnow@gmail.com>

Diff Detail

Event Timeline

sighingnow created this revision.Mar 24 2022, 9:22 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 24 2022, 9:22 AM
Herald added a subscriber: arphaman. · View Herald Transcript
sighingnow requested review of this revision.Mar 24 2022, 9:22 AM
Herald added a project: Restricted Project. · View Herald Transcript
sighingnow edited the summary of this revision. (Show Details)

Add summary of this diff.

Fixes the enumerate values.

Ping @arphaman @sstefan1 @jdoerfert

Any comments on this patch?

Thanks!

Ping~

Could anyone take a look at this trivial patch and get it landed?

Thanks in advance!