summaryrefslogtreecommitdiffstats
path: root/clang/utils/ccc-analyzer
Commit message (Expand)AuthorAgeFilesLines
* Pass -fblocks to clangAnders Carlsson2008-12-191-0/+1
* Allow user toggling between plist and html output with scan-build/ccc-analyzer.Ted Kremenek2008-11-041-0/+7
* Add store option to scan-build and ccc-analyzer.Zhongxing Xu2008-10-271-1/+8
* Add "argument key" processing similar to ccc.Ted Kremenek2008-10-191-10/+11
* Support -mmacosx-version-minTed Kremenek2008-09-301-1/+2
* Really don't add -isysroot twice.Ted Kremenek2008-09-291-3/+4
* Don't filter out -fpascal-strings.Ted Kremenek2008-09-291-1/+2
* Discard extra -isysroot options. This fixes:Ted Kremenek2008-09-291-0/+16
* Emulate gcc driver-driver functionality: run analyzer separately for each sep...Ted Kremenek2008-09-251-4/+25
* Include clang preprocessed sources as well with "crashes" output.Ted Kremenek2008-09-251-3/+12
* Use .txt extension for info files.Ted Kremenek2008-09-251-3/+3
* Unbreak using abs_path.Ted Kremenek2008-09-211-1/+1
* Unbreak ccc-analyzer: getcwd is from package CwdTed Kremenek2008-09-211-1/+1
* Patch by Richard Godbee:Ted Kremenek2008-09-211-2/+2
* Include links to stderr output of clang in the table of files that clang reje...Ted Kremenek2008-09-121-1/+1
* Echo stderr/stdout from clang subprocess to both the stderr of ccc-analyzer andTed Kremenek2008-09-111-5/+14
* Capture 'uname' and 'gcc -v' output to .info files.Ted Kremenek2008-09-041-0/+2
* ccc-analyzer:Ted Kremenek2008-09-041-12/+28
* Use explicit variable instead of $?Ted Kremenek2008-08-281-3/+3
* Fix regression: immediately terminate ccc-analyzer when gcc reports an error.Ted Kremenek2008-08-281-0/+1
* Remove regression where the analyzer was not called.Ted Kremenek2008-08-271-5/+9
* Use the same 'cc' for generated preprocessed crash files as we do for compila...Ted Kremenek2008-08-251-3/+4
* ccc-analyzer now correctly reports the exit code from 'cc'.Ted Kremenek2008-08-251-1/+3
* Added --use-cc option to scan-build to allow the user to specify what compile...Ted Kremenek2008-08-211-1/+3
* Record arguments in .info file.Ted Kremenek2008-08-181-0/+1
* scan-build/ccc-analyzer now also report clang parser failures.Ted Kremenek2008-08-181-6/+12
* Have scan-build/ccc-analyzer generate preprocessed .i/.mi files for sources t...Ted Kremenek2008-08-081-3/+38
* Ignore -MT and -MF.Ted Kremenek2008-07-241-0/+3
* Reimplement ccc-analyzer in a language I actually know, and implement some ob...Ted Kremenek2008-07-191-257/+282
* Have scan-build control default analyses.Ted Kremenek2008-07-151-4/+2
* Add -DIBOutlet=__attribute__((iboutlet)) to analyzer arguments.Ted Kremenek2008-07-151-1/+1
* Do not enable -warn-objc-missing-dealloc by default.Ted Kremenek2008-07-151-1/+1
* Re-enable missing -dealloc check.Ted Kremenek2008-07-141-1/+1
* Using new clang option to invoke the type-signature check of Objective-C inst...Ted Kremenek2008-07-141-1/+1
* Run by default: -check-objc-methodsigsTed Kremenek2008-07-111-1/+1
* Have ccc-analyzer skip any files with an unknown (or absent) extension.Ted Kremenek2008-07-031-1/+3
* ccc-analyzer now dispatches the options "-checker-cfref" and "-warn-dead-stor...Ted Kremenek2008-07-021-7/+4
* Bug fix: when copying prefix files using 'cp', don't split file names by spaces.Ted Kremenek2008-06-301-11/+11
* Remove debugging message in ccc-analyzer.Ted Kremenek2008-06-161-1/+0
* Re-enable the analyzer.Ted Kremenek2008-06-161-1/+1
* Skip a few more files and linker options.Ted Kremenek2008-06-101-3/+3
* Ignore a few more linker arguments.Ted Kremenek2008-06-051-1/+2
* ccc-analyzer now properly eats the -install_name, -exported_symbols_list, -cu...Ted Kremenek2008-06-041-0/+9
* Use "file_language" for per-language -x options.Ted Kremenek2008-06-021-2/+2
* Correctly check to see if we are analyzing C++ files (skip).Ted Kremenek2008-05-271-1/+1
* Fix variable misspelling.Ted Kremenek2008-05-241-1/+1
* Don't use inferlanguage to override the default language for all files.Ted Kremenek2008-05-241-2/+3
* Don't analyze .o files.Ted Kremenek2008-05-241-1/+1
* Cleanup indentation and remove some dead code.Ted Kremenek2008-05-241-216/+195
* Don't specify a -o option to clang when not using "-checker-cfref".Ted Kremenek2008-05-141-2/+6
OpenPOWER on IntegriCloud