Re: [PATCH] Introducing compiler plugin support

2012-10-12 Thread Lubos Lunak
On Tuesday 09 of October 2012, Lubos Lunak wrote: > On Friday 05 of October 2012, Lubos Lunak wrote: > > Hello, > > > > attached is my implementation of basic build support for using Clang > > compiler plugin during building LO. I'm posting it here first in case our > > build system people have d

Re: [PATCH] Introducing compiler plugin support

2012-10-09 Thread Caolán McNamara
On Tue, 2012-10-09 at 17:26 +0200, Lubos Lunak wrote: > - there is a warning about unused variables of types marked SAL_WARN_UNUSED > plus some C++ std classes ; quite a number of hits. Feel free to tag all > those Point, Rectangle, etc. classes with it too, as long as it's certain for > the cla

Re: [PATCH] Introducing compiler plugin support

2012-10-09 Thread Michael Stahl
> On Monday 08 of October 2012, Michael Stahl wrote: >> On 05/10/12 18:22, Lubos Lunak wrote: >>> +$(CLANGOUTDIR)/compileplugin.so: $(2) >>> +$(CLANGOUTDIR)/compileplugin.so: CLANGOBJS += $(2) >>> + >>> +$(CLANGOUTDIR)/compileplugin.so: $(CLANGOBJS) >> >> there's a bit of redundancy there. > > Th

Re: [PATCH] Introducing compiler plugin support

2012-10-09 Thread Lubos Lunak
On Friday 05 of October 2012, Lubos Lunak wrote: > Hello, > > attached is my implementation of basic build support for using Clang > compiler plugin during building LO. I'm posting it here first in case our > build system people have different ideas to how I have integrated it in the > build syst

Re: [PATCH] Introducing compiler plugin support

2012-10-08 Thread Michael Stahl
On 05/10/12 18:22, Lubos Lunak wrote: > > Hello, > > attached is my implementation of basic build support for using Clang > compiler > plugin during building LO. I'm posting it here first in case our build system > people have different ideas to how I have integrated it in the build system,

[PATCH] Introducing compiler plugin support

2012-10-05 Thread Lubos Lunak
Hello, attached is my implementation of basic build support for using Clang compiler plugin during building LO. I'm posting it here first in case our build system people have different ideas to how I have integrated it in the build system, if there are no comments, I will push it. -- Lubo