aboutsummaryrefslogtreecommitdiff
path: root/tools/scan-build/ccc-analyzer
AgeCommit message (Expand)Author
2013-04-23[scan-build] Whitelist all -mXXXX options.Ted Kremenek
2013-02-14Teach ccc-analyze to pass on -iquote with no spaces between it an the argument.Ted Kremenek
2013-01-10ccc-analyzer: Forward -msse* options to the compiler.Ted Kremenek
2012-11-28[analyzer] scan-build: Don't forget to close our temp file for Clang's output.Jordan Rose
2012-11-28[analyzer] scan-build: Treat '.C' files as C++.Jordan Rose
2012-09-19ccc-analyzer: pass -stdlib=libc++ through to the analyzer.Benjamin Kramer
2012-08-23[scan-build] Accept -fno-objc-arc as well as -fobjc-arc.Jordan Rose
2012-08-07Teach ccc-analyze about -fobjc-legacy-dispatch and -mios-simulator-version-minTed Kremenek
2012-06-22[analyzer]scan-build: report the total number of steps analyzer performsAnna Zaks
2012-06-19Sink definition of IBOutlet, IBOutletCollection, and IBAction intoTed Kremenek
2012-05-25[analyzer] Loading external plugins with scan-buildAnna Zaks
2012-04-14[analyzer] Add .cxx and .txx as known file extensions to ccc-analyzer.Anna Zaks
2012-03-06Add static analyzer support for new NSArray/NSDictionary/NSNumber literals.Ted Kremenek
2012-01-26Teach ccc-analyzer about -fobjc-abi-version.Ted Kremenek
2012-01-06[analyzer] scan-build: If we are on MacOS, use clang as the defaultAnna Zaks
2012-01-06[analyzer] Skip --serialize-diagnostic when running scan-build.Anna Zaks
2011-11-16Teach ccc-analyzer about -fobjc-arc.Ted Kremenek
2011-11-07[analyzer] Make sure scan-build catches all clang failures.Anna Zaks
2011-09-09[analyzer] When running scan-build with -plist on ./configure, delete the pli...Anna Zaks
2011-08-31[analyzer] Revert a regression introduced in r133104(The ARC Migration Tool.....Anna Zaks
2011-08-11scan-build: enable C++ support by default.Ted Kremenek
2011-06-15The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall
2011-04-13Add Objective-C++ files to those accepted by ccc-analyzer.Ted Kremenek
2011-04-12Provide options to explicitly enable/disable checkers in scan-build.Ted Kremenek
2011-04-12Enable C++ static analysis support in ccc-analyzer.Ted Kremenek
2011-03-21scan-build: only display analyzer intra-file progress when in "Verbose" mode.Ted Kremenek
2011-03-16Compress argument processing in ccc-analyzer. No functionality change.Ted Kremenek
2011-03-10Tweak ccc-analyzer's 'Analyze' function to not mutate the original arguments ...Ted Kremenek
2011-02-17Begin overhaul of scan-build/ccc-analyzer's handling of checker options.Ted Kremenek
2010-09-29Modified the ccc-analyzer script to print the compiler command when log level...Tom Care
2010-07-03Forward -fno-builtin to clang, add .cp as a supportedShantonu Sen
2010-06-08Add ccc-analyzer support for '-imacros'. Fixes PR 7204.Ted Kremenek
2010-04-06Fix ccc-analyzer's handling of quoted arguments in the build command. Fixes ...Ted Kremenek
2010-03-08Don't enable static analysis support for C++ by default. Users areTed Kremenek
2010-03-02Pass -m32 and -m64 to the static analyzer when using scan-build. Now we canCharles Davis
2010-02-12Add comments.Ted Kremenek
2010-02-05Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.Ted Kremenek
2009-12-16Compute the right extension for preprocessed Objective-C++ files.Ted Kremenek
2009-12-16Add logic for computing preprocessor file extensions for C++ files.Ted Kremenek
2009-12-15scan-build/ccc-analyzer: start analyzing C++ FTW.Ted Kremenek
2009-12-11Remove more old references to clang-cc.Ted Kremenek
2009-12-11Convert scan-build and ccc-analyzer over to using 'clang -cc1' instead of usi...Ted Kremenek
2009-12-07Enable '-analyzer-opt-analyze-nested-blocks' by default for testing.Ted Kremenek
2009-12-01Tuck away scan-build related files into tools/scan-buildKovarththanan Rajaratnam