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
*
Tuck away scan-build related files into tools/scan-build
Kovarththanan Rajaratnam
2009-12-01
1
-632
/
+0
*
Use 'eq' operator, and enable regular experimental checks when --experimental...
Ted Kremenek
2009-11-13
1
-0
/
+1
*
Add clang-cc option "--analyzer-experimental-internal-checks". This
Ted Kremenek
2009-11-13
1
-0
/
+5
*
Turn on 'RegionStore' as the default store manager both for 'clang --analyze'...
Ted Kremenek
2009-09-25
1
-1
/
+1
*
Pass '-Wno-' options to clang-cc. This fixes <rdar://problem/6943988>.
Ted Kremenek
2009-08-14
1
-2
/
+11
*
Recognize '-M' and '-MM' options.
Ted Kremenek
2009-08-04
1
-1
/
+1
*
'unlink' file directly instead of invoking system shell.
Ted Kremenek
2009-08-04
1
-1
/
+1
*
Include '-o' arguments in verbose output.
Ted Kremenek
2009-08-02
1
-11
/
+11
*
Add scan-build option '-no-failure-reports' to supress the creation of a 'fai...
Ted Kremenek
2009-07-30
1
-40
/
+46
*
Only generate preprocessed files during crashes using Clang, not GCC.
Ted Kremenek
2009-07-28
1
-8
/
+2
*
Add scan-build support for 'plist-html', a hybrid mode that supports the
Ted Kremenek
2009-07-27
1
-1
/
+1
*
Re-enable passing analyzer options from scan-build to ccc-analyzer.
Ted Kremenek
2009-05-15
1
-9
/
+16
*
Don't strip quotes in compiler line for -D arguments.
Ted Kremenek
2009-05-15
1
-1
/
+5
*
Use Text::ParseWords to make 'clang -###' parsing more robust.
Ted Kremenek
2009-05-11
1
-8
/
+5
*
ccc-analyzer should only analyze C and Objective-C files.
Ted Kremenek
2009-05-11
1
-0
/
+7
*
Add total hack to get scan-build working again. ccc-analyzer calls
Ted Kremenek
2009-05-09
1
-15
/
+56
*
ccc-analyzer: Don't automatically generate 'Parser Rejects' files anymore. The
Ted Kremenek
2009-04-28
1
-1
/
+4
*
ccc-analyzer: Don't create preprocessed files about the ignored 'cdecl' attri...
Ted Kremenek
2009-04-22
1
-0
/
+5
*
Support -miphoneos-version-min in clang-cc.
Daniel Dunbar
2009-04-10
1
-1
/
+2
*
Update scan-build/ccc-analyzer to use 'clang-cc' instead of 'clang'.
Ted Kremenek
2009-03-24
1
-1
/
+1
*
Don't report 'Parser Rejects' for conftest files.
Ted Kremenek
2009-02-27
1
-2
/
+4
*
Pass -ffreestanding' to clang.
Ted Kremenek
2009-02-26
1
-1
/
+2
*
For scan-build based analyses, use the '-analyzer-eargely-assume' setting by ...
Ted Kremenek
2009-02-26
1
-0
/
+1
*
Fix condition in ccc-analyzer that would cause the analyzer never to be run.
Ted Kremenek
2009-02-25
1
-1
/
+1
*
ccc-analyzer: Don't analyze files with '-arch ppc' or '-arch ppc64' since Clang
Ted Kremenek
2009-02-24
1
-2
/
+10
*
Only create a preprocessed file for an ignored attribute if there currently d...
Ted Kremenek
2009-02-21
1
-3
/
+9
*
Make 'RangeConstraintManager' the default ConstraintManager.
Ted Kremenek
2009-02-20
1
-1
/
+1
*
ccc-analyzer:
Ted Kremenek
2009-02-17
1
-4
/
+42
*
Fix broken line.
Ted Kremenek
2009-02-17
1
-1
/
+1
*
Static Analyzer driver/options (partial) cleanup:
Ted Kremenek
2009-02-17
1
-4
/
+13
*
Use string comparison rather than '=='.
Ted Kremenek
2009-01-27
1
-1
/
+1
*
Have 'Analyzer Failures' files be named to reflect the category of problem.
Ted Kremenek
2009-01-27
1
-4
/
+9
*
Added clang option '--analyzer-display-progress' to indicate that the analyze...
Ted Kremenek
2009-01-23
1
-0
/
+1
*
Static Analyzer: When generating plists for errors reports, generate one plis...
Ted Kremenek
2009-01-21
1
-4
/
+28
*
Add -analyze action to run static analyzer, instead of inferring from
Daniel Dunbar
2009-01-20
1
-0
/
+1
*
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
[next]