.. |
BasicConstraintManager.cpp
|
Remove uses of std::ostream from libAnalysis.
|
2009-06-24 23:06:47 +00:00 |
BasicObjCFoundationChecks.cpp
|
Move clients over from using GRStateManager::BindXXX and friends to
|
2009-06-18 23:58:37 +00:00 |
BasicObjCFoundationChecks.h
|
Move clients over from using GRStateManager::BindXXX and friends to
|
2009-06-18 23:58:37 +00:00 |
BasicStore.cpp
|
BasicStoreManager: Use SymbolManager::canSymbolicate() to determine if a variable can be symbolicated.
|
2009-07-03 00:36:16 +00:00 |
BasicValueFactory.cpp
|
analyzer infrastructure: make a bunch of changes to symbolic expressions that
|
2009-03-26 03:35:11 +00:00 |
BugReporter.cpp
|
Remove the ASTContext parameter from the getBody() methods of Decl and subclasses.
|
2009-06-30 02:35:26 +00:00 |
CFRefCount.cpp
|
Fix <rdar://problem/7033733>. The CF_RETURNS_RETAINED attribute should work if the return type on an Objective-C method is a CF type reference, not just an Objective-C object reference.
|
2009-07-06 18:30:43 +00:00 |
CMakeLists.txt
|
Introduce a new concept to the static analyzer: SValuator.
|
2009-06-26 00:05:51 +00:00 |
CheckDeadStores.cpp
|
Remove the ASTContext parameter from the attribute-related methods of Decl.
|
2009-06-30 02:34:44 +00:00 |
CheckNSError.cpp
|
Remove more uses of GRStateRef.
|
2009-06-17 22:28:13 +00:00 |
CheckObjCDealloc.cpp
|
De-ASTContext-ify DeclContext.
|
2009-06-30 02:36:12 +00:00 |
CheckObjCInstMethSignature.cpp
|
De-ASTContext-ify DeclContext.
|
2009-06-30 02:36:12 +00:00 |
CheckObjCUnusedIVars.cpp
|
remove dead code.
|
2009-06-30 07:50:26 +00:00 |
Environment.cpp
|
add fixme.
|
2009-07-01 02:12:57 +00:00 |
ExplodedGraph.cpp
|
Use the correct data structures!
|
2009-03-12 23:41:59 +00:00 |
GRBlockCounter.cpp
|
Updated clients of ImmutableMap::SlimFind to use ImmutableMap::lookup instead.
|
2008-07-07 16:21:19 +00:00 |
GRCoreEngine.cpp
|
More hacking on autorelease errors. We now can emit basic errors (disabled for
|
2009-05-09 00:44:07 +00:00 |
GRExprEngine.cpp
|
Remove the ASTContext parameter from the attribute-related methods of Decl.
|
2009-06-30 02:34:44 +00:00 |
GRExprEngineInternalChecks.cpp
|
Remove the ASTContext parameter from the attribute-related methods of Decl.
|
2009-06-30 02:34:44 +00:00 |
GRState.cpp
|
Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.
|
2009-06-30 01:26:17 +00:00 |
LiveVariables.cpp
|
Instead of r74522, use another approach to fix xfail_regionstore_wine_crash.c.
|
2009-06-30 13:00:53 +00:00 |
Makefile
|
Build system changes to use TableGen to generate the various
|
2009-03-16 23:06:59 +00:00 |
MemRegion.cpp
|
Enhance RegionStore to lazily symbolicate fields and array elements for
|
2009-07-02 22:02:15 +00:00 |
PathDiagnostic.cpp
|
Remove '#include <sstream>' from libAnalysis.
|
2009-06-26 00:43:22 +00:00 |
RangeConstraintManager.cpp
|
Remove uses of std::ostream from libAnalysis.
|
2009-06-24 23:06:47 +00:00 |
RegionStore.cpp
|
Move the new 'CastRegion' implementation from RegionStoreManager to StoreManager
|
2009-07-06 20:21:51 +00:00 |
SVals.cpp
|
add utility method.
|
2009-06-30 11:52:40 +00:00 |
SimpleConstraintManager.cpp
|
Remove GRStateManager& field from SimpleConstraintManager.
|
2009-06-18 23:20:05 +00:00 |
SimpleConstraintManager.h
|
Remove GRStateManager& field from SimpleConstraintManager.
|
2009-06-18 23:20:05 +00:00 |
SimpleSValuator.cpp
|
Unbreak build.
|
2009-06-26 00:25:05 +00:00 |
Store.cpp
|
NewCastRegion:
|
2009-07-06 21:01:16 +00:00 |
SymbolManager.cpp
|
Remove uses of std::ostream from libAnalysis.
|
2009-06-24 23:06:47 +00:00 |
UninitializedValues.cpp
|
rename some methods.
|
2009-03-28 06:33:19 +00:00 |
ValueManager.cpp
|
Move all factory methods from SVal to ValueManager. API cleanup!
|
2009-06-23 09:02:15 +00:00 |