[cfe-dev] Code completion in memory buffers
Axel Naumann
Axel.Naumann at cern.ch
Wed Nov 10 13:27:03 PST 2010
Hi,
I need code a completion callback in a memory buffer. Naively I thought
I could replace the FileEntry* Preprocessor::CodeCompletionFile by
FileID - but that doesn't work because the interface allows the
completion to be requested on a file that is not yet included. I could
duplicate every code completion interface there is to alternatively take
a MemoryBuffer* - but that sounds horrible.
Is there a common concept for "file" and "buffer" that I could use for
the interface?
Cheers, Axel.
More information about the cfe-dev
mailing list