Firebird code analysed by new C++ tool
A good usage of C, C++ and similar languages involves using the language in a disciplined manner, such that the hazards brought by their weaknesses and more error-prone features are minimized. To that end, it is common to require that code rely only on a well-defined subset of the language, following a set of coding rules. GGCC is a free tool that can be used to analyze code.
Firebird (and some other open source projects) were analyzed and experimental results can be seen here.
Info submited by Juarez Rudsatz.