[PATCH] D122409: [libclang] Add missing CursorKind enums defined in Index.h.

2022-04-15 Thread Tao He via Phabricator via cfe-commits
sighingnow added a comment. /cc @arphaman @jdoerfert Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D122409/new/ https://reviews.llvm.org/D122409 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[PATCH] D122409: [libclang] Add missing CursorKind enums defined in Index.h.

2022-04-15 Thread Tao He via Phabricator via cfe-commits
sighingnow added a comment. Ping~ Could anyone take a look at this trivial patch and get it landed? Thanks in advance! Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D122409/new/ https://reviews.llvm.org/D122409

[PATCH] D122409: [libclang] Add missing CursorKind enums defined in Index.h.

2022-04-06 Thread Tao He via Phabricator via cfe-commits
sighingnow added a comment. Ping @arphaman @sstefan1 @jdoerfert Any comments on this patch? Thanks! Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D122409/new/ https://reviews.llvm.org/D122409 ___

[PATCH] D122409: [libclang] Add missing CursorKind enums defined in Index.h.

2022-03-30 Thread Tao He via Phabricator via cfe-commits
sighingnow added a comment. Ping @jdoerfert Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D122409/new/ https://reviews.llvm.org/D122409 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[PATCH] D122409: [libclang] Add missing CursorKind enums defined in Index.h.

2022-03-28 Thread Tao He via Phabricator via cfe-commits
sighingnow added a comment. /cc @arphaman @sstefan1 Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D122409/new/ https://reviews.llvm.org/D122409 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[PATCH] D122409: [libclang] Add missing CursorKind enums defined in Index.h.

2022-03-24 Thread Tao He via Phabricator via cfe-commits
sighingnow added a comment. Polite ping~ Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D122409/new/ https://reviews.llvm.org/D122409 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[PATCH] D122409: [libclang] Add missing CursorKind enums defined in Index.h.

2022-03-24 Thread Tao He via Phabricator via cfe-commits
sighingnow updated this revision to Diff 418107. sighingnow added a comment. Fixes the enumerate values. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D122409/new/ https://reviews.llvm.org/D122409 Files: clang/bindings/python/clang/cindex.py

[PATCH] D122409: [libclang] Add missing CursorKind enums defined in Index.h.

2022-03-24 Thread Tao He via Phabricator via cfe-commits
sighingnow added a comment. See also: https://github.com/llvm/llvm-project/blob/main/clang/include/clang-c/Index.h Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D122409/new/ https://reviews.llvm.org/D122409

[PATCH] D122409: [libclang] Add missing CursorKind enums defined in Index.h.

2022-03-24 Thread Tao He via Phabricator via cfe-commits
sighingnow updated this revision to Diff 417955. sighingnow edited the summary of this revision. sighingnow added a comment. Add summary of this diff. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D122409/new/ https://reviews.llvm.org/D122409

[PATCH] D122409: [libclang] Add missing CursorKind enums defined in Index.h.

2022-03-24 Thread Tao He via Phabricator via cfe-commits
sighingnow created this revision. Herald added a subscriber: arphaman. Herald added a project: All. sighingnow requested review of this revision. Herald added a reviewer: jdoerfert. Herald added subscribers: cfe-commits, sstefan1. Herald added a project: clang. Signed-off-by: Tao He