Re: [Scons-dev] SCons and Clang

2017-06-21 Thread Jason Kenny
, 2017 10:15 AM To: SCons developer list Subject: Re: [Scons-dev] SCons and Clang On Wed, 2017-06-21 at 15:49 +0100, Russel Winder wrote: > […] > I got active and picked up Paweł Tomulik's clang and clang++ tools and > added > some basic tests. I am going to put forward a pull reques

Re: [Scons-dev] SCons and Clang

2017-06-21 Thread Russel Winder
On Wed, 2017-06-21 at 15:49 +0100, Russel Winder wrote: > […] > I got active and picked up Paweł Tomulik's clang and clang++ tools and > added > some basic tests. I am going to put forward a pull request so we have > something in to evolve. Pull request at

Re: [Scons-dev] SCons and Clang

2017-06-21 Thread Russel Winder
On Wed, 2017-06-21 at 15:58 +0200, Alexandre Feblot wrote: > Hi there, > > Would this only support compiling with clang, or would you also intend in > some ways to handle clang static analysis tool (scan-build wrapper which > btw can use clang or gcc as a compiler)? > Initially just the

Re: [Scons-dev] SCons and Clang

2017-06-21 Thread Alexandre Feblot
through a pipe > > Jason > > -Original Message- > From: Scons-dev [mailto:scons-dev-boun...@scons.org] On Behalf Of Russel > Winder > Sent: Wednesday, June 21, 2017 6:22 AM > To: SCons_Developers <scons-dev@scons.org> > Subject: [Scons-dev] SCons and Clang &g

Re: [Scons-dev] SCons and Clang

2017-06-21 Thread Jason Kenny
-Original Message- From: Scons-dev [mailto:scons-dev-boun...@scons.org] On Behalf Of Russel Winder Sent: Wednesday, June 21, 2017 6:22 AM To: SCons_Developers <scons-dev@scons.org> Subject: [Scons-dev] SCons and Clang For SCons 3.0 we really ought to have clang and clang++

[Scons-dev] SCons and Clang

2017-06-21 Thread Russel Winder
For SCons 3.0 we really ought to have clang and clang++ tools as standard out of the box with no hacking needed. As I understand it, Clang follows GCC command line options, though I guess there are variations. So as a first stab, I'll create clang.py and clang++.py by copying and amending gcc.py

Re: [Scons-dev] SCons and Clang

2017-06-12 Thread Paweł Tomulik
W dniu 12.06.2017 o 14:39, Russel Winder pisze: > On Mon, 2017-06-12 at 12:51 +0200, Paweł Tomulik wrote: > […] >> I recall, I prepared these two modules for some reason >> >> https://github.com/ptomulik/scons-tool-clang >> >> https://github.com/ptomulik/scons-tool-clangpp >> >> it was long long

Re: [Scons-dev] SCons and Clang

2017-06-12 Thread Russel Winder
On Mon, 2017-06-12 at 12:51 +0200, Paweł Tomulik wrote: > […] > I recall, I prepared these two modules for some reason > > https://github.com/ptomulik/scons-tool-clang > > https://github.com/ptomulik/scons-tool-clangpp > > it was long long ago, but I think there was something to it. > I