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-11-13
Use 'eq' operator, and enable regular experimental checks when --experimental...
Ted Kremenek
2009-11-13
Add clang-cc option "--analyzer-experimental-internal-checks". This
Ted Kremenek
2009-09-25
Turn on 'RegionStore' as the default store manager both for 'clang --analyze'...
Ted Kremenek
2009-08-14
Pass '-Wno-' options to clang-cc. This fixes <rdar://problem/6943988>.
Ted Kremenek
2009-08-04
Recognize '-M' and '-MM' options.
Ted Kremenek
2009-08-04
'unlink' file directly instead of invoking system shell.
Ted Kremenek
2009-08-02
Include '-o' arguments in verbose output.
Ted Kremenek
2009-07-30
Add scan-build option '-no-failure-reports' to supress the creation of a 'fai...
Ted Kremenek
2009-07-28
Only generate preprocessed files during crashes using Clang, not GCC.
Ted Kremenek
2009-07-27
Add scan-build support for 'plist-html', a hybrid mode that supports the
Ted Kremenek
2009-05-15
Re-enable passing analyzer options from scan-build to ccc-analyzer.
Ted Kremenek
2009-05-15
Don't strip quotes in compiler line for -D arguments.
Ted Kremenek
2009-05-11
Use Text::ParseWords to make 'clang -###' parsing more robust.
Ted Kremenek
2009-05-11
ccc-analyzer should only analyze C and Objective-C files.
Ted Kremenek
2009-05-09
Add total hack to get scan-build working again. ccc-analyzer calls
Ted Kremenek
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
[next]