index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
utils
/
ccc-analyzer
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pass -fblocks to clang
Anders Carlsson
2008-12-19
1
-0
/
+1
*
Allow user toggling between plist and html output with scan-build/ccc-analyzer.
Ted Kremenek
2008-11-04
1
-0
/
+7
*
Add store option to scan-build and ccc-analyzer.
Zhongxing Xu
2008-10-27
1
-1
/
+8
*
Add "argument key" processing similar to ccc.
Ted Kremenek
2008-10-19
1
-10
/
+11
*
Support -mmacosx-version-min
Ted Kremenek
2008-09-30
1
-1
/
+2
*
Really don't add -isysroot twice.
Ted Kremenek
2008-09-29
1
-3
/
+4
*
Don't filter out -fpascal-strings.
Ted Kremenek
2008-09-29
1
-1
/
+2
*
Discard extra -isysroot options. This fixes:
Ted Kremenek
2008-09-29
1
-0
/
+16
*
Emulate gcc driver-driver functionality: run analyzer separately for each sep...
Ted Kremenek
2008-09-25
1
-4
/
+25
*
Include clang preprocessed sources as well with "crashes" output.
Ted Kremenek
2008-09-25
1
-3
/
+12
*
Use .txt extension for info files.
Ted Kremenek
2008-09-25
1
-3
/
+3
*
Unbreak using abs_path.
Ted Kremenek
2008-09-21
1
-1
/
+1
*
Unbreak ccc-analyzer: getcwd is from package Cwd
Ted Kremenek
2008-09-21
1
-1
/
+1
*
Patch by Richard Godbee:
Ted Kremenek
2008-09-21
1
-2
/
+2
*
Include links to stderr output of clang in the table of files that clang reje...
Ted Kremenek
2008-09-12
1
-1
/
+1
*
Echo stderr/stdout from clang subprocess to both the stderr of ccc-analyzer and
Ted Kremenek
2008-09-11
1
-5
/
+14
*
Capture 'uname' and 'gcc -v' output to .info files.
Ted Kremenek
2008-09-04
1
-0
/
+2
*
ccc-analyzer:
Ted Kremenek
2008-09-04
1
-12
/
+28
*
Use explicit variable instead of $?
Ted Kremenek
2008-08-28
1
-3
/
+3
*
Fix regression: immediately terminate ccc-analyzer when gcc reports an error.
Ted Kremenek
2008-08-28
1
-0
/
+1
*
Remove regression where the analyzer was not called.
Ted Kremenek
2008-08-27
1
-5
/
+9
*
Use the same 'cc' for generated preprocessed crash files as we do for compila...
Ted Kremenek
2008-08-25
1
-3
/
+4
*
ccc-analyzer now correctly reports the exit code from 'cc'.
Ted Kremenek
2008-08-25
1
-1
/
+3
*
Added --use-cc option to scan-build to allow the user to specify what compile...
Ted Kremenek
2008-08-21
1
-1
/
+3
*
Record arguments in .info file.
Ted Kremenek
2008-08-18
1
-0
/
+1
*
scan-build/ccc-analyzer now also report clang parser failures.
Ted Kremenek
2008-08-18
1
-6
/
+12
*
Have scan-build/ccc-analyzer generate preprocessed .i/.mi files for sources t...
Ted Kremenek
2008-08-08
1
-3
/
+38
*
Ignore -MT and -MF.
Ted Kremenek
2008-07-24
1
-0
/
+3
*
Reimplement ccc-analyzer in a language I actually know, and implement some ob...
Ted Kremenek
2008-07-19
1
-257
/
+282
*
Have scan-build control default analyses.
Ted Kremenek
2008-07-15
1
-4
/
+2
*
Add -DIBOutlet=__attribute__((iboutlet)) to analyzer arguments.
Ted Kremenek
2008-07-15
1
-1
/
+1
*
Do not enable -warn-objc-missing-dealloc by default.
Ted Kremenek
2008-07-15
1
-1
/
+1
*
Re-enable missing -dealloc check.
Ted Kremenek
2008-07-14
1
-1
/
+1
*
Using new clang option to invoke the type-signature check of Objective-C inst...
Ted Kremenek
2008-07-14
1
-1
/
+1
*
Run by default: -check-objc-methodsigs
Ted Kremenek
2008-07-11
1
-1
/
+1
*
Have ccc-analyzer skip any files with an unknown (or absent) extension.
Ted Kremenek
2008-07-03
1
-1
/
+3
*
ccc-analyzer now dispatches the options "-checker-cfref" and "-warn-dead-stor...
Ted Kremenek
2008-07-02
1
-7
/
+4
*
Bug fix: when copying prefix files using 'cp', don't split file names by spaces.
Ted Kremenek
2008-06-30
1
-11
/
+11
*
Remove debugging message in ccc-analyzer.
Ted Kremenek
2008-06-16
1
-1
/
+0
*
Re-enable the analyzer.
Ted Kremenek
2008-06-16
1
-1
/
+1
*
Skip a few more files and linker options.
Ted Kremenek
2008-06-10
1
-3
/
+3
*
Ignore a few more linker arguments.
Ted Kremenek
2008-06-05
1
-1
/
+2
*
ccc-analyzer now properly eats the -install_name, -exported_symbols_list, -cu...
Ted Kremenek
2008-06-04
1
-0
/
+9
*
Use "file_language" for per-language -x options.
Ted Kremenek
2008-06-02
1
-2
/
+2
*
Correctly check to see if we are analyzing C++ files (skip).
Ted Kremenek
2008-05-27
1
-1
/
+1
*
Fix variable misspelling.
Ted Kremenek
2008-05-24
1
-1
/
+1
*
Don't use inferlanguage to override the default language for all files.
Ted Kremenek
2008-05-24
1
-2
/
+3
*
Don't analyze .o files.
Ted Kremenek
2008-05-24
1
-1
/
+1
*
Cleanup indentation and remove some dead code.
Ted Kremenek
2008-05-24
1
-216
/
+195
*
Don't specify a -o option to clang when not using "-checker-cfref".
Ted Kremenek
2008-05-14
1
-2
/
+6
[next]