index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
CFRefCount.cpp
Age
Commit message (
Expand
)
Author
2010-01-25
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek
2010-01-11
Fix pasto.
Benjamin Kramer
2010-01-11
Avoid use of deprecated functions (CStrInCStrNoCase and StringsEqualNoCase).
Benjamin Kramer
2009-12-22
Add transfer functions support for visiting an Objective-C message expression...
Ted Kremenek
2009-12-19
Use the FunctionDecl's result type to know exactly if it returns a reference.
Zhongxing Xu
2009-12-16
Teach RetainSummaryManager::getSummary(FunctionDecl* FD) that 'FD->getIdentif...
Ted Kremenek
2009-12-15
update to match LLVM API change:
Chris Lattner
2009-12-07
Add analysis support for blocks. This includes a few key changes:
Ted Kremenek
2009-12-03
Add value invalidation logic for block-captured variables. Conceptually invo...
Ted Kremenek
2009-12-03
Add batch version of 'StoreManager::InvalidateRegion()' for invalidating mult...
Ted Kremenek
2009-12-02
Hard bifurcate the state into nil receiver and non-nil receiver, so that
Zhongxing Xu
2009-11-29
Port BugReporter and BugType to StringRef.
Benjamin Kramer
2009-11-28
lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespace
Kovarththanan Rajaratnam
2009-11-26
Add a PostVisitBlockExpr() method to RetainReleaseChecker to query for
Ted Kremenek
2009-11-25
Refine MemRegions for blocks. Add a new region called
Ted Kremenek
2009-11-25
Add a new RetainReleaseChecker class (that subclasses CheckerVisitor) to exte...
Ted Kremenek
2009-11-25
Move RegisterChecks() to the end of the file. No functionality change.
Ted Kremenek
2009-11-25
Add really basic support for blocks in the retain/release checker. For now, ...
Ted Kremenek
2009-11-24
Refactor NilReceiverStructRet and NilReceiverLargerThanVoidPtrRet into
Zhongxing Xu
2009-11-16
First part of changes to eliminate problems with cv-qualifiers and
Douglas Gregor
2009-11-13
Pull static variable within function (for slightly faster startup time).
Ted Kremenek
2009-11-13
retain/release checker: refactor some of the summary lookup logic for instanc...
Ted Kremenek
2009-11-10
Rename: StripCasts describes what it does better.
Zhongxing Xu
2009-11-03
Change GRTransferFuncs::RegisterChecks() to take a GRExprEngine& instead of a...
Ted Kremenek
2009-11-03
Move 'static inline' functions GetNullarySelector() and GetUnarySelector() fr...
Ted Kremenek
2009-11-03
retain/release checker: CGBitmapContextCreateWithData() returns an owned object.
Ted Kremenek
2009-11-03
retain/release checker: Add special handling of CGBitmapContextCreateWithData().
Ted Kremenek
2009-10-20
retain/release checker: allow 'new', 'copy', 'alloc', 'init' prefix to start ...
Ted Kremenek
2009-10-18
PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients
Daniel Dunbar
2009-10-18
Move clients to use IdentifierInfo::getNameStart() instead of getName()
Daniel Dunbar
2009-10-17
Simplify more.
Daniel Dunbar
2009-10-17
Simplify.
Daniel Dunbar
2009-10-16
retain/release checker: Stop tracking reference counts for any symbols touche...
Ted Kremenek
2009-10-15
Educate the retain/release checker about [NSCursor dragCopyCursor].
Ted Kremenek
2009-10-15
retain/release checker: Use simpler utility method for creating class method ...
Ted Kremenek
2009-10-14
Remove stale comment.
Ted Kremenek
2009-10-14
retain/release checker: Recognize that calls to
Ted Kremenek
2009-10-13
retain/release checker: retained objects passed to pthread_create (as
Ted Kremenek
2009-10-01
Fix bad grammar in static analyzer diagnostic. Reported by Robert Purves!
Ted Kremenek
2009-09-27
Fix:
Ted Kremenek
2009-09-22
Fix: <rdar://problem/7242015> [RegionStore] variable passed-by-reference (via...
Ted Kremenek
2009-09-21
Change all the Type::getAsFoo() methods to specializations of Type::getAs().
John McCall
2009-09-14
Fix: <rdar://problem/5905851> do not report a leak when post-dominated by a call
Ted Kremenek
2009-09-10
Make AnalysisManager stateless. Now other analyzer components only depends on
Zhongxing Xu
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-08-28
retain/release checker: [CIContext createCGImage...] and friends returned CF
Ted Kremenek
2009-08-27
Rename 'bindExpr' to 'BindExpr'.
Ted Kremenek
2009-08-27
Simplify 'Environment' to contain only one map from 'const Stmt*' to SVals, g...
Ted Kremenek
2009-08-25
Remove CodeDecl and CFG from GRExprEngine and GRStateManager.
Zhongxing Xu
2009-08-25
Remove Decl and CFG from ExplodedGraph. This leads to a series small changes.
Zhongxing Xu
[next]