Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

modify codecompletion plugin to macro parser

<< < (4/5) > >>

ollydbg:

--- Quote from: oBFusCATed on November 12, 2009, 04:31:10 pm ---Kdevelop4 should have the best c++ parser of all OSS IDEs, look their svn for the source:)
But in my opinion the only path for CB's code-completion is using the clang's libs.


--- End quote ---

hi, what does "clang's libs" mean? I have googled that, but can't find the resource. Can you explain a little? Thanks.

MortenMacFly:

--- Quote from: ollydbg on November 12, 2009, 04:36:00 pm ---hi, what does "clang's libs" mean? I have googled that, but can't find the resource. Can you explain a little? Thanks.

--- End quote ---
I guess he meant ctags.

eranif:
He meant this:

http://clang.llvm.org/

Eran

ollydbg:

--- Quote from: eranif on November 13, 2009, 12:28:40 pm ---He meant this:

http://clang.llvm.org/

Eran

--- End quote ---
Thanks for the hint.
It seems it is a strong compiler which can give more details than the normal compiler. I'm not sure it can replace the CC plugin.

It is just like the Intel compiler, which can give the caret position to the error statement position.

eranif:
llvm seems like a nice project, but it does not fully support C++ atm (actually I think C::B parser supports more than clang does).

The problem with c-lang is that it is sponsored by big corporates like Apple and they will push it towards they directions (Objective-C/++) so dont expect to get a full CodeCompletion on silver plate ;)

Here is the C++ status of that project:

http://clang.llvm.org/cxx_status.html  - scroll down and see how in-complete it is atm

Eran
 

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version