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
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
> 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
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
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,
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