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
2009-02-23
'[NSAutoreleasePool addObject:]' has an 'autorelease' effect, not a DoNothing...
Ted Kremenek
2009-02-22
Fix regression in naming convention derivation: a method only follows the cop...
Ted Kremenek
2009-02-21
Use llvm::StringsEqualNoCase instead of strncasecmp.
Ted Kremenek
2009-02-21
Fix build on windows.
Cedric Venet
2009-02-21
Improved naming convention heuristics in the retain/release checker to better
Ted Kremenek
2009-02-20
Fix crash from <rdar://problem/6562655>: 'init' method only return a receiver...
Ted Kremenek
2009-02-19
retain/release checker: Generate an intermediate simulation node for "leak"
Ted Kremenek
2009-02-19
retain/release checker: Fix crasher when the leak site is the same expression...
Ted Kremenek
2009-02-18
retain/release checker: Place the leak diagnostic after the last statement that
Ted Kremenek
2009-02-18
Remove unused variable.
Ted Kremenek
2009-02-18
Remove logic for computing 'display hint'.
Ted Kremenek
2009-02-18
More fun with retain checker diagnostics:
Ted Kremenek
2009-02-18
Fix diagnostics bugs when computing ranges for the retain/release checker.
Ted Kremenek
2009-02-18
retain/release checker: We now emit fancy diagnostics telling users about the
Ted Kremenek
2009-02-18
retain/release checker: Distinguish in the function summaries between
Ted Kremenek
2009-02-18
Hooked up the necessary machinery to allow the retain/release checker reference
Ted Kremenek
2009-02-18
retain/release checker: Record the summary used to generate a given node.
Ted Kremenek
2009-02-14
Added GRStateManager::scanReachableSymbols(), a method which scans the reachable
Ted Kremenek
2009-02-14
Static analyzer:
Ted Kremenek
2009-02-12
Several cleanups:
Steve Naroff
2009-02-07
Fix null dereference.
Ted Kremenek
2009-02-07
For retain/release leaks, have the BugReport description indicate the allocat...
Ted Kremenek
2009-02-07
Determining the allocation site for a leak when constructing a CFRefLeakRepor...
Ted Kremenek
2009-02-07
Split logic for 'getEndPath()' for CFRefReport and CFRefLeakReport.
Ted Kremenek
2009-02-07
Convert a use of 'std::ostringstream' to 'llvm::raw_string_ostream'.
Ted Kremenek
2009-02-05
Add 'AppendValue' to the list of magic CF function names that cause a tracked...
Ted Kremenek
2009-02-05
Remove a bunch of obscene double-buffering of BugReports in the retain/release
Ted Kremenek
2009-02-05
Fix regression: Leak (BugType) object should have 'isLeak()' return true.
Ted Kremenek
2009-02-04
Overhaul BugReporter interface and implementation. The new interface cleans up
Ted Kremenek
2009-01-29
retain/release checker: When generating summaries for CF/CG functions, allow ...
Ted Kremenek
2009-01-28
Remove '#if 0' code.
Ted Kremenek
2009-01-28
Remove method 'AddNE' from the public interface of ConstraintManager.
Ted Kremenek
2009-01-28
retain/release checker: Always generate an "autorelease" summary for an "auto...
Ted Kremenek
2009-01-28
retain/release checker: Improve diagnostics to indicate that CF objects are n...
Ted Kremenek
2009-01-28
retain/release checker: Indicate whether a tracked object is a Core Foundatio...
Ted Kremenek
2009-01-28
retain/release checker: More diagnostic refactoring.
Ted Kremenek
2009-01-28
retain/release checker: Embed an "object type" into the RetEffect/RetVal obje...
Ted Kremenek
2009-01-28
retain/release checker: More cleanups (no real functionality change).
Ted Kremenek
2009-01-28
Fix diagnostic truncated by my last patch.
Ted Kremenek
2009-01-28
retain/release checker: More diagnostic refactoring.
Ted Kremenek
2009-01-28
retain/release checker: Output the name of the function that allocates an obj...
Ted Kremenek
2009-01-28
Refactor some diagnostic code to use raw_string_ostream. No functionality ch...
Ted Kremenek
2009-01-28
Remove '#if 0' code.
Ted Kremenek
2009-01-24
More hacking on static analyzer diagnostics. When emitting summary diagnosti...
Ted Kremenek
2009-01-21
Static Analyzer: Replace LiveSymbols/DeadSymbols sets with a new object calle...
Ted Kremenek
2009-01-16
Fix PR 3337 [retain/release checker]: Handle FunctionDecl's declared using ty...
Ted Kremenek
2009-01-16
more SourceLocation lexicon change: instead of referring to the
Chris Lattner
2009-01-12
retain/release checker:
Ted Kremenek
2009-01-07
This commit reflects changes to the retain/release checker motivated by my
Ted Kremenek
2008-12-18
Fix regression when invalidating reference-counts for objects passed-by-refer...
Ted Kremenek
[prev]
[next]