emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: IDE


From: Dmitry Gutov
Subject: Re: IDE
Date: Sat, 10 Oct 2015 12:17:12 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:41.0) Gecko/20100101 Thunderbird/41.0

On 10/10/2015 12:00 PM, David Kastrup wrote:

Not quite.  IIRC, company-mode integrated (integrates?) the parsing
facilities of Clang with Emacs.  This contribution was rejected (though
I don't have an overview over the actual execution of the rejection)
because of promoting non-GCC compilers.

company-clang is still in GNU ELPA (but shh). It could be considered a "toy" completion backend, though, because it only uses the clang executable, not libclang, so it doesn't, for instance, do any caching of the parsing results, which is necessary for speedy completion in real C++ projects.

If there's a program in GCC suite with similar features to 'clang -code-completion-at', I'd be happy to integrate it likewise.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]