QA-C

QA·C is a commercial static code analysis software tool produced by Programming Research Limited for the C language, created in 1986.

This is the tool that was used to make the C source code measurements given in the book Safer C by Les Hatton.[1]

QA·C can be used for quality assurance of C source code and checking the code for conformance to coding guidelines such as MISRA C. Other functionality includes the ability to calculate code metrics for projects with large code-bases.

The tools operate through an IDE designed to help maintain and understand old and new code using detailed cross references and a variety of graphical views. The tools can be used in command line too. Graphical IDE can be called to display the result.

See also

References

  1. Hatton, Les (1995). Safer C: Developing Software in High-Integrity and Safety-Critical Systems. McGraw-Hill. ISBN 0-07-707640-0.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.