[cfe-dev] [clang-dev] Expanding the functionality of the CXCompletionResult structure (libclang)

Ethan Steinberg ethan.steinberg at gmail.com
Thu Nov 17 06:38:15 PST 2011


What is the current plan for adding more functionality to the
CXCompletionResult structure?
The structure is exposed to the public, so adding any members breaks the
ABI.

Will we hide data in the CXCompletionString?
Will we hide data in some sort of static variable or the TU?
Will we refactor the whole structure?

I need to add more functionality(specifically accessibility) to the
CXCompletionResult.
What would be the best path?

-- 
Ethan Steinberg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20111117/f207f937/attachment.html>


More information about the cfe-dev mailing list