AnalysisTool is a Mac OS X application that provides a graphical user interface (GUI) and command line interface (CLI) for the LLVM/Clang static analyzer, a tool that detects bugs in C and Objective-C programs. AnalysisTool includes a custom version of the LLVM/Clang static analyzer with extra analyses and features not available in the official LLVM/Clang static analyzer.
AnalysisTool is a Mac OS X application which provides GUI and CLI frontends to the LLVM/Clang static analyzer, a tool that finds bugs in C and Objective-C programs. AnalysisTool includes a custom version of LLVM/Clang static analyzer. AnalysisTool's version of Clang includes some additional analyses and features which are not included in the official LLVM/Clang static analyzer distribution.
Comments