index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
ccc-analyzer
Age
Commit message (
Expand
)
Author
2009-04-28
ccc-analyzer: Don't automatically generate 'Parser Rejects' files anymore. The
Ted Kremenek
2009-04-22
ccc-analyzer: Don't create preprocessed files about the ignored 'cdecl' attri...
Ted Kremenek
2009-04-10
Support -miphoneos-version-min in clang-cc.
Daniel Dunbar
2009-03-24
Update scan-build/ccc-analyzer to use 'clang-cc' instead of 'clang'.
Ted Kremenek
2009-02-27
Don't report 'Parser Rejects' for conftest files.
Ted Kremenek
2009-02-26
Pass -ffreestanding' to clang.
Ted Kremenek
2009-02-26
For scan-build based analyses, use the '-analyzer-eargely-assume' setting by ...
Ted Kremenek
2009-02-25
Fix condition in ccc-analyzer that would cause the analyzer never to be run.
Ted Kremenek
2009-02-24
ccc-analyzer: Don't analyze files with '-arch ppc' or '-arch ppc64' since Clang
Ted Kremenek
2009-02-21
Only create a preprocessed file for an ignored attribute if there currently d...
Ted Kremenek
2009-02-20
Make 'RangeConstraintManager' the default ConstraintManager.
Ted Kremenek
2009-02-17
ccc-analyzer:
Ted Kremenek
2009-02-17
Fix broken line.
Ted Kremenek
2009-02-17
Static Analyzer driver/options (partial) cleanup:
Ted Kremenek
2009-01-27
Use string comparison rather than '=='.
Ted Kremenek
2009-01-27
Have 'Analyzer Failures' files be named to reflect the category of problem.
Ted Kremenek
2009-01-23
Added clang option '--analyzer-display-progress' to indicate that the analyze...
Ted Kremenek
2009-01-21
Static Analyzer: When generating plists for errors reports, generate one plis...
Ted Kremenek
2009-01-20
Add -analyze action to run static analyzer, instead of inferring from
Daniel Dunbar
2008-12-19
Pass -fblocks to clang
Anders Carlsson
2008-11-04
Allow user toggling between plist and html output with scan-build/ccc-analyzer.
Ted Kremenek
2008-10-27
Add store option to scan-build and ccc-analyzer.
Zhongxing Xu
2008-10-19
Add "argument key" processing similar to ccc.
Ted Kremenek
2008-09-30
Support -mmacosx-version-min
Ted Kremenek
2008-09-29
Really don't add -isysroot twice.
Ted Kremenek
2008-09-29
Don't filter out -fpascal-strings.
Ted Kremenek
2008-09-29
Discard extra -isysroot options. This fixes:
Ted Kremenek
2008-09-25
Emulate gcc driver-driver functionality: run analyzer separately for each sep...
Ted Kremenek
2008-09-25
Include clang preprocessed sources as well with "crashes" output.
Ted Kremenek
2008-09-25
Use .txt extension for info files.
Ted Kremenek
2008-09-21
Unbreak using abs_path.
Ted Kremenek
2008-09-21
Unbreak ccc-analyzer: getcwd is from package Cwd
Ted Kremenek
2008-09-21
Patch by Richard Godbee:
Ted Kremenek
2008-09-12
Include links to stderr output of clang in the table of files that clang reje...
Ted Kremenek
2008-09-11
Echo stderr/stdout from clang subprocess to both the stderr of ccc-analyzer and
Ted Kremenek
2008-09-04
Capture 'uname' and 'gcc -v' output to .info files.
Ted Kremenek
2008-09-04
ccc-analyzer:
Ted Kremenek
2008-08-28
Use explicit variable instead of $?
Ted Kremenek
2008-08-28
Fix regression: immediately terminate ccc-analyzer when gcc reports an error.
Ted Kremenek
2008-08-27
Remove regression where the analyzer was not called.
Ted Kremenek
2008-08-25
Use the same 'cc' for generated preprocessed crash files as we do for compila...
Ted Kremenek
2008-08-25
ccc-analyzer now correctly reports the exit code from 'cc'.
Ted Kremenek
2008-08-21
Added --use-cc option to scan-build to allow the user to specify what compile...
Ted Kremenek
2008-08-18
Record arguments in .info file.
Ted Kremenek
2008-08-18
scan-build/ccc-analyzer now also report clang parser failures.
Ted Kremenek
2008-08-08
Have scan-build/ccc-analyzer generate preprocessed .i/.mi files for sources t...
Ted Kremenek
2008-07-24
Ignore -MT and -MF.
Ted Kremenek
2008-07-19
Reimplement ccc-analyzer in a language I actually know, and implement some ob...
Ted Kremenek
2008-07-15
Have scan-build control default analyses.
Ted Kremenek
2008-07-15
Add -DIBOutlet=__attribute__((iboutlet)) to analyzer arguments.
Ted Kremenek
[next]