Recommendations to others considering Clang:
On several regards, Clang is as mature as GCC. However, contrary to what people seem to believe, Clang does not make GCC obsolete. It is actually safer to use both, to ensure maximum portability. And often, the error messages of one are better than those of the other, and not always in the same direction.
Review collected by and hosted on G2.com.
What problems is Clang solving and how is that benefiting you?
Design and implementation of a generic and fast library for automata and rational expressions. This is a heavily templates library, with template meta programming, on top of which bindings with Python are installed. Boost is used a lot. Review collected by and hosted on G2.com.