Re: Code assistance with GCC

2010-04-22 Thread Miles Bader
Chris Lattner writes: >>> I did this because the other responses made it seem that it wasn't >>> something that would be accepted back into GCC proper. Maintaining an >> >> Can you point at any response that said it would not be accepted back into >> GCC proper? There were no such comments AFAI

Re: Code assistance with GCC

2010-04-22 Thread Michael Witten
On Wed, Apr 21, 2010 at 12:49, Andrew Haley wrote: > On 04/21/2010 06:35 PM, Chris Lattner wrote: >> This approach seems highly, uh, "inspired" from the exact same >> functionality in Clang.  Any reason not to contribute to that >> effort? > > Surely trying to persuade people to contribute to some

Re: Code assistance with GCC

2010-04-22 Thread Chris Lattner
On Apr 22, 2010, at 4:29 AM, Jakub Jelinek wrote: >> >> I did this because the other responses made it seem that it wasn't >> something that would be accepted back into GCC proper. Maintaining an > > Can you point at any response that said it would not be accepted back into > GCC proper? Ther

Re: Code assistance with GCC

2010-04-22 Thread Jakub Jelinek
On Wed, Apr 21, 2010 at 06:23:44PM -0700, Chris Lattner wrote: > On Apr 21, 2010, at 1:51 PM, Manuel López-Ibáñez wrote: > http://cx4a.org/software/gccsense/ > >>> > >>> This approach seems highly, uh, "inspired" from the exact same > >>> functionality in Clang. Any reason not to contribute

Re: Code assistance with GCC

2010-04-21 Thread Chris Lattner
On Apr 21, 2010, at 1:51 PM, Manuel López-Ibáñez wrote: http://cx4a.org/software/gccsense/ >>> >>> This approach seems highly, uh, "inspired" from the exact same >>> functionality in Clang. Any reason not to contribute to that >>> effort? >> >> Surely trying to persuade people to contribute

Re: Code assistance with GCC

2010-04-21 Thread Manuel López-Ibáñez
On 21 April 2010 19:49, Andrew Haley wrote: > On 04/21/2010 06:35 PM, Chris Lattner wrote: >> >> On Apr 21, 2010, at 3:32 AM, Tomohiro Matsuyama wrote: >> >>> Hi, all >>> >>> I have been working on implementing a tool-set of code assistance >>> called GCCSense, which enables code-completion for C/

Re: Code assistance with GCC

2010-04-21 Thread Andrew Haley
On 04/21/2010 06:35 PM, Chris Lattner wrote: > > On Apr 21, 2010, at 3:32 AM, Tomohiro Matsuyama wrote: > >> Hi, all >> >> I have been working on implementing a tool-set of code assistance >> called GCCSense, which enables code-completion for C/C++ in editors >> or a terminal. >> >> http://cx4a.o

Re: Code assistance with GCC

2010-04-21 Thread Chris Lattner
On Apr 21, 2010, at 3:32 AM, Tomohiro Matsuyama wrote: > Hi, all > > I have been working on implementing a tool-set of code assistance called > GCCSense, which enables code-completion for C/C++ in editors or a terminal. > > http://cx4a.org/software/gccsense/ This approach seems highly, uh, "i

Re: Code assistance with GCC

2010-04-21 Thread Basile Starynkevitch
Daniel Jacobowitz wrote: On Wed, Apr 21, 2010 at 01:12:37PM +0200, Basile Starynkevitch wrote: However, I am not sure to understand why Tomohiro needs to hack the GCC parser itself. I was thinking that he might instead write a plugin which works at the Generic/TREE (or even perhaps Gimple) leve

Re: Code assistance with GCC

2010-04-21 Thread Manuel López-Ibáñez
On 21 April 2010 12:32, Tomohiro Matsuyama wrote: > Hi, all > > I have been working on implementing a tool-set of code assistance called > GCCSense, which enables code-completion for C/C++ in editors or a terminal. > > http://cx4a.org/software/gccsense/ > > GCCSense depends on its own GCC which ha

Re: Code assistance with GCC

2010-04-21 Thread Daniel Jacobowitz
On Wed, Apr 21, 2010 at 01:12:37PM +0200, Basile Starynkevitch wrote: > However, I am not sure to understand why Tomohiro needs to hack the > GCC parser itself. I was thinking that he might instead write a > plugin which works at the Generic/TREE (or even perhaps Gimple) > level. That doesn't mak

Re: Code assistance with GCC

2010-04-21 Thread Basile Starynkevitch
Tomohiro Matsuyama wrote: Hi, all I have been working on implementing a tool-set of code assistance called GCCSense, which enables code-completion for C/C++ in editors or a terminal. http://cx4a.org/software/gccsense/ GCCSense depends on its own GCC which has special options for code assist

Code assistance with GCC

2010-04-21 Thread Tomohiro Matsuyama
Hi, all I have been working on implementing a tool-set of code assistance called GCCSense, which enables code-completion for C/C++ in editors or a terminal. http://cx4a.org/software/gccsense/ GCCSense depends on its own GCC which has special options for code assistance such like -code-comple