|
Easy Import of Visual
C++ v6 and v7 ( .NET ) Projects
A new 'File - Import Project' command is now available to simplify
the analysis of Microsoft Visual C++ projects. Just select your
.vcproj or .dsp project file and it will be converted to a CC-RIDER
.CPJ project file, ready to analyze.
Discover Unused Functions
and other Symbols
This version also includes a new 'View - Unused Symbols'
command, which determines symbols in your application that have not
been referenced anywhere, including functions, variables, macros,
class names, member functions, and all other kinds of symbols.
A symbol selection dialog allows you to focus on only
certain kinds of symbols (e.g. functions), and/or certain areas of
your application (e.g. you can filter out your compiler symbols, or
all symbols beginning with "__").
Note: The Unused Symbols Report is only available in the
Deluxe Edition of CC-RIDER.
Analyzer improvements
Many enhancements and bug fixes to the C and C++ analyzers have been
made, including member template support, improved nested namespace
support, improved macro handling, error recovery and much more.
Database API Improvements
A new DLL-based API library simplifies the use of the API with
any C/C++ compiler. New example API applications include a command-line
textual class hierarchy utility.
Note: The Database API is only available in the
Deluxe Edition of CC-RIDER.
To see the features that were added in the earlier version 6, click here.
|