This is an archive of the discontinued LLVM Phabricator instance.

[libclang] Expose couple AST details
ClosedPublic

Authored by jkorous on Sep 1 2020, 5:05 PM.

Diff Detail

Event Timeline

jkorous created this revision.Sep 1 2020, 5:05 PM
jkorous requested review of this revision.Sep 1 2020, 5:05 PM

These methods should be prefixed with clang_Cursor_ to match the naming convention.

Is it possible to add a libClang unittest for these?

jkorous updated this revision to Diff 290005.Sep 4 2020, 12:23 PM
  • renamed
  • added tests
arphaman accepted this revision.Sep 4 2020, 1:29 PM
This revision is now accepted and ready to land.Sep 4 2020, 1:29 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptSep 4 2020, 1:41 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript