ECLAIR

From Wikipedia, the free encyclopedia

Template:Short description Script error: No such module "about". Template:Refimprove

Page Module:Infobox/styles.css has no content.

ECLAIR
[[Programmer|DeveloperTemplate:Pluralize from text]]BUGSENG
Template:Infobox software/simple
EnginePage Template:Plainlist/styles.css has no content.Template:EditAtWikidata
Operating systemCross-platform
TypeStatic code analysis
LicenseProprietary
Websitebugseng.com/eclair-static-analysis-tool/
RepositoryPage Template:Plainlist/styles.css has no content.

Script error: No such module "Check for conflicting parameters".

ECLAIR is a commercial static code analysis tool developed by BUGSENG for automatic analysis, verification, testing and transformation of C and C++ programs.

Capabilities

ECLAIR is a complete re-engineering of a series of prototypes[2] developed at the Applied Formal Methods Laboratory of the University of Parma. It uses formal methods-based static code analysis techniques such as abstract interpretation and model checking combined with constraint satisfaction techniques to detect or prove the absence of certain run time errors in source code, and provides support for program analysis and verification, program test generation and program transformation.

Concerning program analysis and verification, ECLAIR can statically detect or proof the absence of run-time anomalies as well as automatically check for conformance with respect to several coding standards, such as MISRA C, MISRA C++, CERT C Secure Coding Standard, CERT C++ Secure Coding Standard,[3] High-Integrity C++, NASA/JPL C, ESA/BSSC C/C++, JSF C++, EC--,[4] Netrino Embedded C,[5] The Power of Ten (C),[6] Industrial Strength C++.[7]

For program testing, ECLAIR can automatically synthesize sets of unit test inputs that reach a user-specified coverage criterion, warning the user when, due to infeasible conditions in the program, this coverage cannot be attained.

Regarding program transformation, ECLAIR can be used to perform complex program transformations: these are specified by syntactic and semantics-based criteria; the program regions in the source that match these criteria can be optionally replaced by a parametrized substitution.

See also

References

Page Template:Reflist/styles.css has no content.

  1. ^ Page Module:Citation/CS1/styles.css has no content."News BUGSENG". bugseng.com. Retrieved 2021-04-04.
  2. ^ Page Module:Citation/CS1/styles.css has no content.R. Bagnara; P. M. Hill; E. Zaffanella (2007). "A Prolog-based Environment for Reasoning about Programming Languages". arXiv:0711.0345 [cs.PL].
  3. ^ Page Module:Citation/CS1/styles.css has no content.Seacord, Robert C. (2013). Secure Coding in C and C++. SEI Series in Software Engineering (2nd ed.). Addison-Wesley Professional. ISBN 978-0-321-82213-0.
  4. ^ Page Module:Citation/CS1/styles.css has no content.Hatton, L. (2005). "EC—a measurement based safer subset of ISO C suitable for embedded system development". Information and Software Technology. 47 (3): 181–695. CiteSeerX 10.1.1.101.7828. doi:10.1016/j.infsof.2004.08.001.
  5. ^ Page Module:Citation/CS1/styles.css has no content.Barr, Michael (2008). Embedded C Coding Standard. Barr Group. ISBN 978-1442164826.
  6. ^ Page Module:Citation/CS1/styles.css has no content.Gerald, J. (2006). "The Power of 10: Rules for Developing Safety-Critical Code". Computer. 39 (6): 95–97. Bibcode:2006Compr..39f..95H. doi:10.1109/MC.2006.212. S2CID 7334261.
  7. ^ Page Module:Citation/CS1/styles.css has no content.Henricson, Mats; Nyquist, Erik (1997). Industrial Strength C++. Prentice-Hall PTR. ISBN 978-0131209657.