Predator  [unstable] git snapshot
Namespaces | Functions
easy.hh File Reference

an easy interface for building new analyzer based on code listener More...

Go to the source code of this file.

Namespaces

namespace  CodeStorage
 object model that describes the analyzed code on the input

Functions

void clEasyRun (const CodeStorage::Storage &stor, const char *configString)
 entry point for easy analyzers based on code listener

Detailed Description

an easy interface for building new analyzer based on code listener

Definition in file easy.hh.

Function Documentation

void clEasyRun ( const CodeStorage::Storage stor,
const char *  configString 
)

entry point for easy analyzers based on code listener

Parameters
storan already built instance of CodeStorage::Storage that describes the analyzed code (for read-only access)
configStringa custom configuration string passed from the gcc command-line (or another code parser that is used as gcc replacement)