[cfe-dev] Clang API
Joshua Cranmer
pidgeot18 at gmail.com
Thu May 26 10:31:06 PDT 2011
I have started working recently on a tool to create cross-reference
information using clang's libindex instead of using gcc as before. The
original API I used can be found at
<https://developer.mozilla.org/En/Dehydra/Object_Reference> (it's only a
partial documentation; there is a link on that page to a tool which
provides a complete dump for any snippet of source code).
Since I have found some of the C API cumbersome to use, I will be using
a wrapper internally to provide an API similar to Dehydra's API; I was
wondering if you would be interested in accepting this kind of wrapper
as a higher-level API than what clang-c currently exposes.
--
Source code archæologist
News submodule owner
DXR coauthor
More information about the cfe-dev
mailing list