Gcc::To::Clang::Analyzer

simple g++ drop in replacement, that calls clang --analyze instead of g++ and removes, changes some of the commandline parameters.

Installation

$ gem install gcc-to-clang-analyzer

Usage

$ g++ (is now mapped to clang --analyze)