This is an archive of the discontinued LLVM Phabricator instance.

[libclang] Have clang_getCursorSpelling() return the string for a CXCursor_IntegerLiteral cursor
Needs ReviewPublic

Authored by GrislyMe on Dec 2 2022, 1:50 AM.

Details

Reviewers
akyrtzi
Summary

Return the IntegerLiteral cursor value in a string.
The value will be represented in base-10 and unsigned.

Diff Detail

Event Timeline

GrislyMe created this revision.Dec 2 2022, 1:50 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 2 2022, 1:50 AM
Herald added a subscriber: arphaman. · View Herald Transcript
GrislyMe requested review of this revision.Dec 2 2022, 1:50 AM
GrislyMe edited reviewers, added: akyrtzi; removed: abdulras, gribozavr.Dec 26 2022, 10:31 PM