index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Analysis
/
CFRefCount.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
GRExprEngine/CFRefCount/GRSimpleVals: We don't do any special handling (yet) ...
Ted Kremenek
2008-11-13
1
-2
/
+2
*
Update method names involving GRStateRef. No functionality change.
Ted Kremenek
2008-11-12
1
-9
/
+9
*
Fix regression with handling of CFMakeCollectable.
Ted Kremenek
2008-11-05
1
-1
/
+6
*
initXXX methods can return owned objects
Ted Kremenek
2008-11-05
1
-2
/
+7
*
Handle prefix '_' that may appear in front of the name of 'Release' functions
Ted Kremenek
2008-11-04
1
-6
/
+3
*
Made the mechanism of defining preprocessor defs for maxint, ptrdiff_t, wchar
Sanjiv Gupta
2008-10-31
1
-1
/
+1
*
Extend "followsFundamentalRule" to ignore prefix '_' characters.
Ted Kremenek
2008-10-30
1
-2
/
+2
*
IOServiceGetMatchingServices is a release function.
Ted Kremenek
2008-10-29
1
-2
/
+14
*
Use "followsFundamentalRule" to determine if an instance method allocates mem...
Ted Kremenek
2008-10-24
1
-8
/
+9
*
followsFundamentalRule() returns true if "alloc" or "new" appear at the begin...
Ted Kremenek
2008-10-24
1
-16
/
+22
*
Issue warnings about owned objects returned from a method that does not match...
Ted Kremenek
2008-10-24
1
-54
/
+74
*
Disable warning about potential leaks of returned values until we test it a l...
Ted Kremenek
2008-10-23
1
-3
/
+33
*
Warn about potentially leaked objects that are returned from methods whose na...
Ted Kremenek
2008-10-22
1
-16
/
+64
*
Enhance reference-count checker to correctly identify CG "release" functions....
Ted Kremenek
2008-10-22
1
-5
/
+13
*
Handle [NSAutoreleasePool addObject:] (an alternative way to add objects to t...
Ted Kremenek
2008-10-21
1
-2
/
+27
*
retain/release checker: Check if a tracked value escapes if we also try bindi...
Ted Kremenek
2008-10-18
1
-5
/
+21
*
When conjuring symbols to recover path-sensitivity, don't conjure symbols tha...
Ted Kremenek
2008-10-17
1
-8
/
+21
*
- constify some uses of MemRegion* (MemRegion should be immutable).
Ted Kremenek
2008-10-17
1
-2
/
+2
*
This patch did the following renaming. There should be no functional changes.
Zhongxing Xu
2008-10-17
1
-53
/
+53
*
This is a big patch, but the functionality change is small and the rest of th...
Ted Kremenek
2008-10-04
1
-26
/
+68
*
Add a QualType to ConjuredSymbol to represent the type and size of the symbol.
Ted Kremenek
2008-10-01
1
-1
/
+3
*
Revert 56735. The old bug categories were more informative.
Ted Kremenek
2008-09-27
1
-5
/
+1
*
Change "leaks" to have the category "Performance".
Ted Kremenek
2008-09-27
1
-1
/
+5
*
Change casing of bug type.
Ted Kremenek
2008-09-21
1
-1
/
+1
*
Add "category" to BugTypes, allowing bugs to be grouped.
Ted Kremenek
2008-09-20
1
-5
/
+9
*
Store: (static analyzer)
Ted Kremenek
2008-09-03
1
-2
/
+2
*
Migrate the rest symbolic analysis stuff to BasicConstraintManager.
Zhongxing Xu
2008-08-29
1
-1
/
+1
*
Added "getBindings" and "BindingAsString" to GRStateManager and StoreManager.
Ted Kremenek
2008-08-29
1
-32
/
+25
*
Migrate the retain/release checker to not manage the RefBindings::Factory object
Ted Kremenek
2008-08-17
1
-46
/
+24
*
GRState:
Ted Kremenek
2008-08-16
1
-11
/
+7
*
Migrated retain/release checker to use the Generic Data Map in GRState (instead
Ted Kremenek
2008-08-14
1
-143
/
+124
*
Renamed GRState::CheckerStatePrinter to GRState::Printer.
Ted Kremenek
2008-08-13
1
-10
/
+14
*
Rename ValueState -> GRState.
Ted Kremenek
2008-08-13
1
-109
/
+109
*
More cleanups. Add missing #include.
Ted Kremenek
2008-08-12
1
-32
/
+7
*
More summary generation refactoring.
Ted Kremenek
2008-08-12
1
-21
/
+23
*
Add variadic addInstMethSummary() and refactored addPanicSummary() to use thi...
Ted Kremenek
2008-08-12
1
-85
/
+46
*
More #include cleaning
Daniel Dunbar
2008-08-11
1
-0
/
+1
*
remove some unneeded calls to getCanonicalType
Chris Lattner
2008-07-26
1
-2
/
+1
*
Correctly handle NSAssertionHandle -handleFailureInMethod:object:file:lineNum...
Ted Kremenek
2008-07-24
1
-0
/
+1
*
Moved registration of basic path-sensitive checks from GRSimpleVals.cpp to GR...
Ted Kremenek
2008-07-22
1
-7
/
+2
*
"currentHandler" is a nullary selector
Ted Kremenek
2008-07-18
1
-1
/
+1
*
Fix caching bug.
Ted Kremenek
2008-07-18
1
-4
/
+6
*
Add panic support for NSAssertionHandler.
Ted Kremenek
2008-07-18
1
-8
/
+66
*
Update signature of EvalAssume.
Ted Kremenek
2008-07-17
1
-3
/
+3
*
isRetain() and isRelease() now only returns true if "Retain"/"Release" appear...
Ted Kremenek
2008-07-15
1
-2
/
+4
*
Support retain/release tracking for CoreGraphics (CGxxxRef) objects.
Ted Kremenek
2008-07-15
1
-12
/
+83
*
Refactored most of the "Store" piece of ValueState into a Store type. The
Ted Kremenek
2008-07-10
1
-29
/
+33
*
Fix PR2519: correctly handle CFDictionaryCreate.
Ted Kremenek
2008-07-09
1
-9
/
+31
*
Updated clients of ImmutableMap::SlimFind to use ImmutableMap::lookup instead.
Ted Kremenek
2008-07-07
1
-34
/
+24
*
Use conjured symbols for variables whose values are invalidated when
Ted Kremenek
2008-07-03
1
-0
/
+27
[next]