Hello, I have been working on a C# wrapper for Clang and it is coming along well so far but I have run into a problem with a particular kind of Cursor.<div><br></div><div>When I run into CXCursor_IntegerLiteral cursors I am not sure how I can obtain the literal that the cursor refers to using the API. I have looked through llvm a bit to try and find an answer but I have yet to find a solution.</div>
<div><br></div><div>Is there a simple way to grab the number or value from the Cursor using the C api?</div><div><br></div><div>I have a similar question in regards to the CXCursor_BinaryOperator kind. I am unsure as to how to determine what type of operator it is.</div>
<div><br></div><div>Any hints would be greatly appreciated.</div><div><br></div><div>Thanks</div><div><div><div><br></div>-- <br>Kevin<br>
</div></div>