clang-1/lib/Analysis
Zhongxing Xu 9d8d0fc04d Add comments.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66782 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-12 07:54:17 +00:00
..
BasicConstraintManager.cpp Patch by Ben Laurie: 2009-02-14 17:08:39 +00:00
BasicObjCFoundationChecks.cpp Rename AnonTypedRegion to TypedViewRegion. 2009-03-01 05:44:08 +00:00
BasicObjCFoundationChecks.h Overhaul BugReporter interface and implementation. The new interface cleans up 2009-02-04 23:49:09 +00:00
BasicStore.cpp Retrofit some basic tracking of ivars (for the current object) into BasicStore. 2009-03-05 18:08:28 +00:00
BasicValueFactory.cpp Fix PR 3780: In one code path in BasicValueFactory::getValue() we would not 2009-03-11 02:52:39 +00:00
BugReporter.cpp BugReporter: 2009-03-10 05:16:17 +00:00
CFRefCount.cpp Remove '[naming convention]' from bug type. 2009-03-11 23:43:16 +00:00
CMakeLists.txt add some files to fix the cmake build, patch by Piotr Rak! 2009-02-17 07:40:10 +00:00
CheckDeadStores.cpp Fix PR 2514: Do not flag dead initializations for variables initialized to a constant global variable. 2009-02-09 18:01:00 +00:00
CheckNSError.cpp Overhaul BugReporter interface and implementation. The new interface cleans up 2009-02-04 23:49:09 +00:00
CheckObjCDealloc.cpp Per PR 3187, disable the missing -dealloc check for classes that subclass SenTestCase. 2009-02-11 07:10:07 +00:00
CheckObjCInstMethSignature.cpp Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of 2008-11-24 05:29:24 +00:00
CheckObjCUnusedIVars.cpp Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of 2008-11-24 05:29:24 +00:00
Environment.cpp Add comments. 2009-03-12 07:54:17 +00:00
ExplodedGraph.cpp Greatly simplify the logic in ExplodedGraphImpl::TrimGraph. Now we just do a 2009-02-20 21:10:26 +00:00
GRBlockCounter.cpp Updated clients of ImmutableMap::SlimFind to use ImmutableMap::lookup instead. 2008-07-07 16:21:19 +00:00
GRCoreEngine.cpp Added a new method to GRStmtNodeBuilder to build nodes using an arbitrary 2009-02-19 23:45:28 +00:00
GRExprEngine.cpp GRExprEngine::ProcessBranch: Don't register a "pretty-stack printer" when the Condition is null. 2009-03-11 03:54:24 +00:00
GRExprEngineInternalChecks.cpp Adjust wording of bug names. 2009-03-01 05:43:22 +00:00
GRSimpleVals.cpp Teach GRSimpleVals::EvalNE and GRSimplVals::EvalEQ about TypedRegionViews and 2009-03-09 20:35:15 +00:00
GRSimpleVals.h Implement FIXME in GRExprEngine::VisitUnaryOperator() to handle implicit conversions caused by the '!' operator. This required adding some logic to GRSimpleVals to reason about nonloc::LocAsInteger SVals. This code appears to work fine, but it should eventually be cleaned up. 2008-11-15 00:20:05 +00:00
GRState.cpp Adjust indentation. 2009-03-04 06:33:38 +00:00
GRTransferFuncs.cpp Static analyzer: 2009-02-14 01:43:44 +00:00
LiveVariables.cpp Fix horrible non-termination bug in LiveVariables. The issue was that 2009-01-30 21:35:30 +00:00
Makefile Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
MemRegion.cpp Add TypedViewRegion::isBoundable() to indicate whether or not the 2009-03-11 21:57:34 +00:00
NOTES.TXT Add some notes for SCA. 2008-11-03 06:04:23 +00:00
PathDiagnostic.cpp BugReporter: 2009-03-10 05:16:17 +00:00
RangeConstraintManager.cpp Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* 2009-03-02 06:16:29 +00:00
RegionStore.cpp Use getAsRecordType() to get around sugar types. 2009-03-12 03:45:35 +00:00
SVals.cpp Remove some now-unneeded calls to llvm::errs().flush(). 2009-03-10 18:00:19 +00:00
SimpleConstraintManager.cpp SimpleConstraintManager doesn't reason about bitwise-constraints on symbolic 2009-03-11 02:29:48 +00:00
SimpleConstraintManager.h Added method "canReasonAbout" to ConstraintManager. This method returns true if 2009-03-11 02:22:59 +00:00
SymbolManager.cpp Add an optional "tag" to conjured symbols that allows us to distinguish between 2009-03-04 22:53:46 +00:00
UninitializedValues.cpp move library-specific diagnostic headers into library private dirs. Reduce 2009-01-29 05:15:15 +00:00