summaryrefslogtreecommitdiffstats
path: root/tools/scan-build/ccc-analyzer
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Add .cxx and .txx as known file extensions to ccc-analyzer.Anna Zaks2012-04-141-0/+2
* Add static analyzer support for new NSArray/NSDictionary/NSNumber literals.Ted Kremenek2012-03-061-1/+2
* Teach ccc-analyzer about -fobjc-abi-version.Ted Kremenek2012-01-261-1/+2
* [analyzer] scan-build: If we are on MacOS, use clang as the defaultAnna Zaks2012-01-061-2/+12
* [analyzer] Skip --serialize-diagnostic when running scan-build.Anna Zaks2012-01-061-1/+2
* Teach ccc-analyzer about -fobjc-arc.Ted Kremenek2011-11-161-0/+1
* [analyzer] Make sure scan-build catches all clang failures.Anna Zaks2011-11-071-1/+7
* [analyzer] When running scan-build with -plist on ./configure, delete the pli...Anna Zaks2011-09-091-2/+8
* [analyzer] Revert a regression introduced in r133104(The ARC Migration Tool.....Anna Zaks2011-08-311-4/+6
* scan-build: enable C++ support by default.Ted Kremenek2011-08-111-6/+3
* The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall2011-06-151-9/+10
* Add Objective-C++ files to those accepted by ccc-analyzer.Ted Kremenek2011-04-131-1/+2
* Provide options to explicitly enable/disable checkers in scan-build.Ted Kremenek2011-04-121-3/+3
* Enable C++ static analysis support in ccc-analyzer.Ted Kremenek2011-04-121-6/+4
* scan-build: only display analyzer intra-file progress when in "Verbose" mode.Ted Kremenek2011-03-211-1/+3
* Compress argument processing in ccc-analyzer. No functionality change.Ted Kremenek2011-03-161-15/+8
* Tweak ccc-analyzer's 'Analyze' function to not mutate the original arguments ...Ted Kremenek2011-03-101-21/+21
* Begin overhaul of scan-build/ccc-analyzer's handling of checker options.Ted Kremenek2011-02-171-58/+58
* Modified the ccc-analyzer script to print the compiler command when log level...Tom Care2010-09-291-0/+3
* Forward -fno-builtin to clang, add .cp as a supportedShantonu Sen2010-07-031-0/+2
* Add ccc-analyzer support for '-imacros'. Fixes PR 7204.Ted Kremenek2010-06-081-0/+1
* Fix ccc-analyzer's handling of quoted arguments in the build command. Fixes ...Ted Kremenek2010-04-061-6/+1
* Don't enable static analysis support for C++ by default. Users areTed Kremenek2010-03-081-3/+10
* Pass -m32 and -m64 to the static analyzer when using scan-build. Now we canCharles Davis2010-03-021-0/+2
* Add comments.Ted Kremenek2010-02-121-1/+4
* Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.Ted Kremenek2010-02-051-1/+1
* Compute the right extension for preprocessed Objective-C++ files.Ted Kremenek2009-12-161-1/+1
* Add logic for computing preprocessor file extensions for C++ files.Ted Kremenek2009-12-161-0/+2
* scan-build/ccc-analyzer: start analyzing C++ FTW.Ted Kremenek2009-12-151-12/+31
* Remove more old references to clang-cc.Ted Kremenek2009-12-111-3/+3
* Convert scan-build and ccc-analyzer over to using 'clang -cc1' instead of usi...Ted Kremenek2009-12-111-15/+12
* Enable '-analyzer-opt-analyze-nested-blocks' by default for testing.Ted Kremenek2009-12-071-0/+1
* Tuck away scan-build related files into tools/scan-buildKovarththanan Rajaratnam2009-12-011-0/+632