This is an archive of the discontinued LLVM Phabricator instance.

[libclang] Extend clang_Cursor_Evaluate().
ClosedPublic

Authored by ckandeler on May 20 2020, 1:13 AM.

Details

Summary

Let this function (try to) evaluate expressions, in addition to
declarations and compound statements.

Diff Detail

Event Timeline

ckandeler created this revision.May 20 2020, 1:13 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 20 2020, 1:13 AM
This revision is now accepted and ready to land.May 20 2020, 12:52 PM

Thanks for the quick review. I don't have commit access, so can someone please commit it for me?

nik added a comment.May 29 2020, 12:58 AM

@jkorous: Please submit. I can't as my svn account is still not ported to github... :/

A kind reminder that I need someone with commit rights to merge this for me.

This revision was automatically updated to reflect the committed changes.