Author Topic: gcc-xml for the codecompletion plug in  (Read 5315 times)

knue

  • Guest
gcc-xml for the codecompletion plug in
« on: August 22, 2005, 05:56:39 pm »
hi,

since you allready have tinyxml in the sourcecode of CB, why not use gccxml for the codecompletion pluginin.
http://www.gccxml.org/HTML/Index.html
perhaps it is useful for you.

Offline fiammy

  • Multiple posting newcomer
  • *
  • Posts: 46
    • Nebulagame
Re: gcc-xml for the codecompletion plug in
« Reply #1 on: August 23, 2005, 10:07:29 am »
I think this has been discussed already, but it was about using the GCC precompiler. The reasons why it wasn't really useful were that the GCC compiler isn't good at handling source code with errors in. The code completion should also work on files with errors in, so that rules out the possibility of a compiler frontend I guess.  :o

It seems nice, though.