[cfe-dev] c++-analyzer on llvm-clang svn r178133

Dmitri Gribenko gribozavr at gmail.com
Thu Mar 28 12:46:29 PDT 2013


On Thu, Mar 28, 2013 at 9:40 PM, John Smith <lbalbalba at gmail.com> wrote:
> On Thu, Mar 28, 2013 at 8:19 PM, Dmitri Gribenko <gribozavr at gmail.com> wrote:
>> I don't have time now to write a buildbot module for that
>>
> Although I have now idea whatsoever what goes into creating a
> 'buildbot module', doing that sounds like a fun project (with some
> help from my list friends, of course ;) unless, of course, it would
> require me to learn a new programming language, which might take me
> too long. 'shell', is fine, though.

It is in Python.  Here's what it takes to build LLVM+Clang+everything else:

http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/builders/ClangAndLLDBuilder.py?revision=176979&view=markup

Here's buildbot documentation:

http://buildbot.net/buildbot/docs/0.8.7p1/

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/



More information about the cfe-dev mailing list