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
/
test
/
Analysis
/
array-struct.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Drop explicit mention of range constraint solver
Dominic Chen
2016-12-01
1
-1
/
+1
*
[analyzer] Fix ExprEngine::VisitMemberExpr
Alexander Shaposhnikov
2016-09-13
1
-0
/
+11
*
[analyzer] Relax an assertion in VisitLvalArraySubscriptExpr
Anna Zaks
2015-02-05
1
-0
/
+16
*
[analyzer] Add a test for PR13927 "offsetof replacement flagged as null deref"
Jordan Rose
2012-10-01
1
-0
/
+8
*
Fix analyzer tests.
Ted Kremenek
2012-08-24
1
-1
/
+1
*
Remove BasicConstraintManager. It hasn't been in active service for a while.
Ted Kremenek
2012-08-22
1
-1
/
+0
*
Allow multiple PathDiagnosticConsumers to be used with a BugReporter at the s...
Ted Kremenek
2012-08-16
1
-1
/
+1
*
[analyzer] rename all experimental checker packages to have 'experimental' be...
Ted Kremenek
2011-08-03
1
-2
/
+2
*
Really remove FlatStoreManager and BasicStoreManager, this time from the driv...
Ted Kremenek
2011-07-28
1
-2
/
+0
*
[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...
Argyrios Kyrtzidis
2011-02-28
1
-4
/
+4
*
[analyzer] Use the new registration mechanism on some of the experimental int...
Argyrios Kyrtzidis
2011-02-15
1
-4
/
+4
*
Move new test (that requires RegionStore) into its own file.
Jordy Rose
2010-07-29
1
-23
/
+0
*
Use a LazyCompoundVal to handle initialization with a string literal, rather ...
Jordy Rose
2010-07-29
1
-0
/
+23
*
Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.
Ted Kremenek
2010-02-05
1
-4
/
+4
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-4
/
+4
*
Replace clang-cc with clang -cc1.
Zhongxing Xu
2009-12-14
1
-4
/
+4
*
Add clang-cc option "--analyzer-experimental-internal-checks". This
Ted Kremenek
2009-11-13
1
-4
/
+4
*
Add checker for CWE-588: Attempt to Access Child of a Non-structure Pointer.
Zhongxing Xu
2009-11-09
1
-1
/
+1
*
Eliminate &&s in tests.
Daniel Dunbar
2009-11-08
1
-3
/
+3
*
Implement -Wconversion. Off by default, in the non-gcc group. There's
John McCall
2009-11-07
1
-1
/
+1
*
Add casts to avoid a bunch of unused expr warnings. (They aren't reported rig...
Anders Carlsson
2009-07-30
1
-1
/
+1
*
Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which only
Ted Kremenek
2009-07-29
1
-2
/
+0
*
Remove stale comment and fix RUN line.
Ted Kremenek
2009-07-21
1
-3
/
+1
*
Switch BasicStoreManager to use the new CastRegion implementation by default,
Ted Kremenek
2009-07-10
1
-2
/
+2
*
Make 'BasicStoreManager' + 'NewCastRegion' testable from the command line usi...
Ted Kremenek
2009-07-06
1
-1
/
+3
*
Invalidate the alloca region by setting its default value to conjured symbol.
Zhongxing Xu
2009-06-29
1
-0
/
+12
*
Now this test case passes.
Zhongxing Xu
2009-06-28
1
-2
/
+2
*
Invalidate a field of struct type by setting its default value to conjured
Zhongxing Xu
2009-06-28
1
-0
/
+11
*
Introduce a new concept to the static analyzer: SValuator.
Ted Kremenek
2009-06-26
1
-1
/
+0
*
Bind the mistakenly generated nonloc::SymbolVal to struct correctly. See the
Zhongxing Xu
2009-06-11
1
-0
/
+10
*
Treat AllocaRegion as SymbolicRegion in RegionStore::Retrieve().
Zhongxing Xu
2009-05-20
1
-1
/
+4
*
Add comments to test case.
Zhongxing Xu
2009-05-20
1
-0
/
+2
*
* API change: we need to pass GRState to GRExprEngine::EvalBinOp() because
Zhongxing Xu
2009-05-20
1
-0
/
+1
*
Add logic for invalidating array region to CFRefCount.cpp. When invalidating
Zhongxing Xu
2009-05-12
1
-0
/
+10
*
Per conversations with Zhongxing, add an 'element type' to
Ted Kremenek
2009-05-04
1
-3
/
+5
*
region store: make Retrieve() can retrieve embedded array correctly. Also
Zhongxing Xu
2009-05-03
1
-0
/
+11
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-5
/
+5
*
add test case.
Zhongxing Xu
2009-03-18
1
-0
/
+15
*
add test case.
Zhongxing Xu
2009-02-19
1
-0
/
+7
*
Update several tests to explicitly use BasicConstraintManager as well as to u...
Ted Kremenek
2009-02-17
1
-3
/
+5
*
Static Analyzer driver/options (partial) cleanup:
Ted Kremenek
2009-02-17
1
-3
/
+3
*
Implement retrieval of the default value of element and field regions.
Zhongxing Xu
2009-01-23
1
-0
/
+8
*
Add a test case for init expr of array and struct type.
Zhongxing Xu
2009-01-23
1
-0
/
+1
*
Fix RegionStore::getLValueElement() to handle the case when the base region i...
Ted Kremenek
2009-01-22
1
-2
/
+3
*
Add -analyze action to run static analyzer, instead of inferring from
Daniel Dunbar
2009-01-20
1
-2
/
+2
*
Add KillStruct to region store.
Zhongxing Xu
2009-01-13
1
-0
/
+1
*
MemRegion:
Ted Kremenek
2008-12-13
1
-1
/
+1
*
remove a test case that causes compiler warning.
Zhongxing Xu
2008-11-30
1
-1
/
+0
*
Add test for initializing array with string literal.
Zhongxing Xu
2008-11-30
1
-0
/
+7
*
Add documentation for test.
Zhongxing Xu
2008-11-25
1
-0
/
+10
[next]