

Level 1, the lowest warning level enabling only syntax errors, and then This output was produced using the options -w1 +e9012 which uses warning
#Free download software pclp plus#
To see PC-lint Plus in action, consider the following example:įile.cpp 3 note 9012: body should be a compound statement PC-lint Plus can be run from the command line, integrated into your build process or continuous integration system, or run from within your IDE.

The diagnostic message format is fully customizable and includes precise location information and context necessary to quickly address defects. PC-lint Plus then reports its findings using clear, concise, and actionable diagnostics that are easy to understand.

Including Data Flow Analysis, Value Tracking, read-write analysis, Strong Type checking, function semantic validation, and many other technologies to provide a robust and holisticĪnalysis of both individual files and an entire project. From there, PC-lint Plus employs various mechanisms
#Free download software pclp code#
Like a compiler, PC-lint Plus parses your source code files, performs semantic analysis, and builds an abstract syntax tree to represent your program. PC-lint Plus is a static analysis tool that finds defects in software by analyzing the C and C++ source code. See Also For PC-lint / FlexeLint users Static vs Dynamic Analysis
