Version 6.2 NEW FeaturesDiscover Unused Functions and other Symbols Version 6.2 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. Easy Import of Visual C++ Projects A new 'File - Import Project' command is now available to simplify the analysis of Microsoft Visual C++ projects. Just select your .DSP project file and it will be converted to a CC-RIDER .CPJ project file, ready to run the analyzer. Analyzer improvements Many enhancements and bug fixes to the C and C++ analyzers have been made since v6.1, 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. |