[cfe-dev] Libclang patch adding accessibility to codecompletion

Ethan Steinberg ethan.steinberg at gmail.com
Tue Nov 15 22:46:13 PST 2011


The project I am currently working on(code completion for codeblocks using
libclang) requires the ability to see the accessibility(private, protected,
public) of a CXCompletionResult.
The code already exists in the c++ libraries, so this simply adds a member
to CXCompletionResult and calls the c++ function.

Sorry if this is a little clumsy, it is my first patch for this project.

-- 
Ethan Steinberg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20111115/0e458935/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libclang.patch
Type: text/x-patch
Size: 1594 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20111115/0e458935/attachment.bin>


More information about the cfe-dev mailing list