6 Oct
2013
6 Oct
'13
4:11 p.m.
On Fri, 2013-10-04 at 09:51 -0300, Vinícius dos Santos Oliveira wrote:
Em Qui, 2013-09-26 às 05:17 -0400, Markus Engel escreveu:
But I agree that it’s a lot of boring, monotonous, repetitive work :) [...]
I came here to spam you guys a bit more, so I can share an awesome link of what the LLVM guys have been doing: http://channel9.msdn.com/Events/GoingNative/2013/The-Care-and-Feeding-of-C-s...
This inspired me to try out Clang. It turns out it was pretty easy to download Clang and compile Inkscape with it using Fedora 19[1] but unfortunately Fedora is missing the libraries needed for the -fsanitize option.
Tav
[1] Install clang: $ yum install clang clang-analyzer Configure: ./configure --prefix=ZZZ CXX=/usr/bin/clang++