| .. |
|
BasicObjCFoundationChecks.cpp
|
Refactored most of the "Store" piece of ValueState into a Store type. The
|
2008-07-10 22:03:41 +00:00 |
|
BasicObjCFoundationChecks.h
|
Remove unused class AnnotatedPath.
|
2008-07-10 17:25:03 +00:00 |
|
BasicStore.cpp
|
Refactored most of the "Store" piece of ValueState into a Store type. The
|
2008-07-10 22:03:41 +00:00 |
|
BasicValueFactory.cpp
|
Add lval::ArrayOffset, which represent the locations of entries in an array.
|
2008-04-29 23:24:44 +00:00 |
|
BugReporter.cpp
|
Refactored most of the "Store" piece of ValueState into a Store type. The
|
2008-07-10 22:03:41 +00:00 |
|
CFRefCount.cpp
|
Refactored most of the "Store" piece of ValueState into a Store type. The
|
2008-07-10 22:03:41 +00:00 |
|
CheckObjCDealloc.cpp
|
Do not emit a "missing -dealloc" warning if a class contains no ivars that are pointers.
|
2008-07-07 06:36:08 +00:00 |
|
DeadStores.cpp
|
Have BugReporter::getCFG and BugReporter::getLiveVariables returns pointers instead of references, because they can both fail
|
2008-07-03 05:26:14 +00:00 |
|
Environment.cpp
|
Move some environment methods from ValueState/ValueStateManager to Environment/EnvironmentManager.
|
2008-07-10 17:19:18 +00:00 |
|
ExplodedGraph.cpp
|
Use back() instead of end()-1
|
2008-04-22 07:37:18 +00:00 |
|
GRBlockCounter.cpp
|
Updated clients of ImmutableMap::SlimFind to use ImmutableMap::lookup instead.
|
2008-07-07 16:21:19 +00:00 |
|
GRCoreEngine.cpp
|
Refactored most of the "Store" piece of ValueState into a Store type. The
|
2008-07-10 22:03:41 +00:00 |
|
GRExprEngine.cpp
|
Refactored auditor interface within GRExprEngine and GRCoreEngine to use a "batch auditor" to dispatch to specialized auditors instead of having a separate vector for each audited Expr*. This not only provides a much cleaner implementation, but also allows us to install auditors for any expression.
|
2008-07-11 18:37:32 +00:00 |
|
GRSimpleVals.cpp
|
Refactored auditor interface within GRExprEngine and GRCoreEngine to use a "batch auditor" to dispatch to specialized auditors instead of having a separate vector for each audited Expr*. This not only provides a much cleaner implementation, but also allows us to install auditors for any expression.
|
2008-07-11 18:37:32 +00:00 |
|
GRSimpleVals.h
|
Fixed: <rdar://problem/5881148>
|
2008-04-23 20:12:28 +00:00 |
|
GRTransferFuncs.cpp
|
Refactored most of the "Store" piece of ValueState into a Store type. The
|
2008-07-10 22:03:41 +00:00 |
|
LiveVariables.cpp
|
Fix a bug in the dead stores checker reported in the following email:
|
2008-07-03 22:25:27 +00:00 |
|
Makefile
|
Make a major restructuring of the clang tree: introduce a top-level
|
2008-03-15 23:59:48 +00:00 |
|
PathDiagnostic.cpp
|
PathDiagnosticClients now retain ownership of passed PathDiagnostics, requiring
|
2008-04-22 16:15:03 +00:00 |
|
ProgramPoint.cpp
|
Make assertions for all addresses passed to ProgramPoint that they have at least an 8-byte alignment.
|
2008-04-26 15:19:51 +00:00 |
|
RValues.cpp
|
More cleanups with ObjCQualifiedIdType in the static analyzer.
|
2008-04-30 22:48:21 +00:00 |
|
SymbolManager.cpp
|
Make a major restructuring of the clang tree: introduce a top-level
|
2008-03-15 23:59:48 +00:00 |
|
UninitializedValues.cpp
|
Fix MSVC compiler error: "initialization of 'VD' is skipped by 'case' label"
|
2008-04-17 13:52:22 +00:00 |
|
ValueState.cpp
|
Refactored most of the "Store" piece of ValueState into a Store type. The
|
2008-07-10 22:03:41 +00:00 |