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
/
test
/
Analysis
/
NSString.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.
Ted Kremenek
2010-02-05
1
-8
/
+8
*
Enhance ScanReachableSymbols::scan(). Now another OSAtomic test case passes.
Zhongxing Xu
2010-01-11
1
-0
/
+8
*
Enhance SVals::getAsRegion: get the region that is converted to an integer.
Zhongxing Xu
2010-01-11
1
-0
/
+8
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-8
/
+8
*
Replace clang-cc with clang -cc1.
Zhongxing Xu
2009-12-14
1
-8
/
+8
*
Fix null dereference in OSAtomicChecker and special case SymbolicRegions. We...
Ted Kremenek
2009-12-09
1
-4
/
+20
*
OSAtomic simulation: use the original region as the location to load from,
Zhongxing Xu
2009-12-09
1
-2
/
+2
*
Handle case of missing '@end' in implementation context
Fariborz Jahanian
2009-11-16
1
-2
/
+1
*
Add clang-cc option "--analyzer-experimental-internal-checks". This
Ted Kremenek
2009-11-13
1
-8
/
+8
*
Eliminate &&s in tests.
Daniel Dunbar
2009-11-08
1
-3
/
+3
*
Per an astute observation from Zhongxing Xu, remove a "special case" logic in
Ted Kremenek
2009-10-15
1
-10
/
+45
*
Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which only
Ted Kremenek
2009-07-29
1
-2
/
+0
*
Add another analyzer test case involving an OSAtomic function.
Ted Kremenek
2009-07-29
1
-0
/
+6
*
Prep for new warning.
Mike Stump
2009-07-21
1
-0
/
+1
*
This test now passes with RegionStore.
Ted Kremenek
2009-07-20
1
-5
/
+3
*
Switch BasicStoreManager to use the new CastRegion implementation by default,
Ted Kremenek
2009-07-10
1
-2
/
+2
*
Make 'BasicStoreManager' + 'NewCastRegion' testable from the command line usi...
Ted Kremenek
2009-07-06
1
-1
/
+3
*
Remove the -arch option from clang-cc: for all practical purposes, it's
Eli Friedman
2009-05-19
1
-4
/
+4
*
Fix crasher in CFRefCount.cpp reported by Nikita Zhuk due to recently added a...
Ted Kremenek
2009-05-13
1
-3
/
+28
*
Fix a bug found by Thomas Clement where 'return [[[NSString alloc] init] auto...
Ted Kremenek
2009-05-11
1
-0
/
+12
*
Fix: <rdar://problem/6850275> CF objects returned from methods with "new" or ...
Ted Kremenek
2009-05-03
1
-1
/
+18
*
Add CFG support for @synchronized. This fixes <rdar://problem/6848820>.
Ted Kremenek
2009-05-02
1
-0
/
+8
*
Add function prototype for OSAtomicCompareAndSwap32Barrier.
Ted Kremenek
2009-05-01
1
-0
/
+1
*
Add test case for transfer function logic for OSCompareAndSwap32Barrier.
Ted Kremenek
2009-04-29
1
-4
/
+14
*
Further cleanups to isTrackedObjectType().
Ted Kremenek
2009-04-23
1
-0
/
+9
*
retain/release checker: Don't call isTrackedObject() with the canonical type.
Ted Kremenek
2009-04-23
1
-1
/
+1
*
Temporarily remove expected warnings.
Ted Kremenek
2009-04-23
1
-1
/
+1
*
Per discussions with Ken Ferry and Paul Marks (<rdar://problem/6815234>) greatly
Ted Kremenek
2009-04-23
1
-0
/
+8
*
Added over-release test case.
Ted Kremenek
2009-04-21
1
-1
/
+8
*
Add analyzer support for objc_atomicCompareAndSwap()
Ted Kremenek
2009-04-11
1
-1
/
+11
*
Implement analyzer support for OSCompareAndSwap. This required pushing "tagged"
Ted Kremenek
2009-04-11
1
-3
/
+17
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-4
/
+4
*
Update several tests to explicitly use BasicConstraintManager as well as to u...
Ted Kremenek
2009-02-17
1
-2
/
+3
*
Static Analyzer driver/options (partial) cleanup:
Ted Kremenek
2009-02-17
1
-2
/
+3
*
Update test case.
Ted Kremenek
2009-02-07
1
-1
/
+1
*
Overhaul BugReporter interface and implementation. The new interface cleans up
Ted Kremenek
2009-02-04
1
-2
/
+2
*
More hacking on static analyzer diagnostics. When emitting summary diagnosti...
Ted Kremenek
2009-01-24
1
-1
/
+1
*
These test cases now pass with RegionStore.
Ted Kremenek
2009-01-22
1
-1
/
+2
*
Add -analyze action to run static analyzer, instead of inferring from
Daniel Dunbar
2009-01-20
1
-1
/
+1
*
This commit reflects changes to the retain/release checker motivated by my
Ted Kremenek
2009-01-07
1
-0
/
+11
*
Added test case for suppressing leak warnings for reference-counted objects p...
Ted Kremenek
2008-12-18
1
-0
/
+9
*
CF-retain/release checker:
Ted Kremenek
2008-12-17
1
-3
/
+13
*
Add EXTWARN Diagnostic class.
Daniel Dunbar
2008-08-05
1
-4
/
+5
*
Skip the "-dealloc" check if a ObjC class contains no ivars.
Ted Kremenek
2008-07-03
1
-2
/
+2
*
Added static analysis check to see if a subclass of NSObject implements -deal...
Ted Kremenek
2008-07-03
1
-2
/
+2
*
Move NSString.m test case from Analysis-Apple to Analysis. The test case now...
Ted Kremenek
2008-06-16
1
-0
/
+180