An Easy To Use Infrastructure For Building Static Analysis Tools

COMPUTER AIDED SYSTEMS THEORY - EUROCAST 2011, PT I(2012)

引用 7|浏览0
暂无评分
摘要
This paper deals with design and implementation of an easy to use infrastructure for building static analyzers. The infrastructure provides an abstraction layer called a Code Listener over existing source code parsers like, for example, GCC or Sparse. It is distributed as a C++ library that can be used to build static analyzers in the form of GCC plug-ins. The interface exposed to analyzers is, however, completely independent of GCC, which allows one to run the same analyzer on top of different code parsers without a need to change anything in the analyzer. We describe the key design principles of the infrastructure and briefly introduce its application programming interface that is available to analyzers. The infrastructure is already used in research prototypes Predator and Forester, implementing advanced shape analyses, intended to operate on real industrial code.
更多
查看译文
关键词
static analyzer,GCC plug-ins,different code parsers,real industrial code,source code parsers,application programming interface,key design principle,Code Listener,abstraction layer,advanced shape analysis,static analysis tool
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要