Visual Lint 7.0.10.329 has been released
Monday 4th January, 2021
This is a recommended maintenance update for Visual Lint 7.0. The following changes are included:
-
The
${eclipse_home}
and${software_location}
project variables are now defined when parsing S32 Design Studio for ARM projects. -
Any project variables of the form
${VARNAME}
which Visual Lint cannot expand will now be converted to the standard OS format (i.e.%VARNAME%
) before any properties referencing them are written to a PC-lint or PC-lint Plus project indirect (project.lnt
) file. This allows the values of Eclipse project variables to be defined as system environment variables and (for example) injected using the PC-lint/PC-lint Plus-setenv()
directive if necessary. -
Fixed a bug in the generation of PC-lint/PC-lint Plus command lines for projects containing per-file preprocessor definitions.
-
Fixed a bug in the generation of analysis command lines containing preprocessor definitions whose values contain quotes. The bug affected analysis command lines for PC-lint, PC-lint Plus and CppCheck.
-
Fixed a bug which could prevent VisualLintGui code editor views from reflecting changes to files which have been externally modified.