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
/
StaticAnalyzer
/
Checkers
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Replace isIntegerType() with isIntegerOrEnumerationType().
Jordan Rose
2013-04-09
3
-5
/
+5
*
[analyzer] Keep tracking the pointer after the escape to more aggressively re...
Anna Zaks
2013-04-09
1
-30
/
+43
*
Tweak warning text for nil value in ObjC container warning.
Ted Kremenek
2013-04-08
1
-1
/
+1
*
[analyzer] Shorten the malloc checker’s leak message
Anna Zaks
2013-04-06
1
-2
/
+3
*
[analyzer] Reword error messages for nil keys and values of NSMutableDictionary.
Anna Zaks
2013-04-05
1
-6
/
+17
*
[analyzer] Eliminates all the cases with unknown family.
Anton Yartsev
2013-04-05
1
-6
/
+7
*
[analyzer] Re-enable cplusplus.NewDelete (but not NewDeleteLeaks).
Jordan Rose
2013-04-05
1
-4
/
+5
*
[analyzer] Split new/delete checker into use-after-free and leaks parts.
Jordan Rose
2013-04-05
2
-3
/
+18
*
[analyzer] Path notes for the MismatchedDeallocator checker.
Anton Yartsev
2013-04-05
1
-4
/
+8
*
[analyzer] Check allocation family more precise.
Anton Yartsev
2013-04-05
1
-4
/
+4
*
[analyzer] Corrected the switch statement.
Anton Yartsev
2013-04-05
1
-6
/
+3
*
[analyzer] Fully-covered switch for families in isTrackedFamily()
Anton Yartsev
2013-04-05
1
-7
/
+18
*
[analyzer] Reduced the unwanted correlations between checkers living inside M...
Anton Yartsev
2013-04-04
1
-89
/
+137
*
[analyzer] RetainCountChecker: refactor annotation handling.
Jordan Rose
2013-04-04
1
-63
/
+41
*
[analyzer] Rename “Mac OS X API”, “Mac OS API” -> “API Misuse (Appl...
Anna Zaks
2013-04-03
3
-4
/
+5
*
[analyzer] Warn when nil receiver results in forming null reference
Anna Zaks
2013-04-03
1
-12
/
+19
*
[analyzer] Better model for copying of array fields in implicit copy ctors.
Jordan Rose
2013-04-03
1
-12
/
+22
*
[analyzer] Moving cplusplus.NewDelete to alpha.* for now.
Anton Yartsev
2013-04-02
1
-5
/
+4
*
[analyzer] Document existence of ConstPointerEscape.
Anna Zaks
2013-03-28
1
-0
/
+12
*
[analyzer] Add support for escape of const pointers and use it to allow “ne...
Anna Zaks
2013-03-28
1
-3
/
+40
*
[analyzer] Apply the suppression rules to the nil receiver only if the value ...
Anna Zaks
2013-03-28
2
-3
/
+4
*
Use early return in printing logic. Minor cleanup.
Ted Kremenek
2013-03-28
1
-2
/
+4
*
Fix order of initialization warning.
Eric Christopher
2013-03-28
1
-1
/
+1
*
[analyzer] These implements unix.MismatchedDeallocatorChecker checker.
Anton Yartsev
2013-03-28
2
-75
/
+301
*
[analyzer] For now assume all standard global 'operator new' functions alloca...
Anton Yartsev
2013-03-28
1
-3
/
+6
*
[analyzer] Ensure that the node NilReceiverBRVisitor is looking for is not re...
Anna Zaks
2013-03-27
1
-3
/
+4
*
[analyzer] Make sure IDC works for ‘NSContainer value/key is nil’ checks.
Anna Zaks
2013-03-26
1
-0
/
+1
*
[analyzer] Adds cplusplus.NewDelete checker that check for memory leaks, doub...
Anton Yartsev
2013-03-25
2
-27
/
+144
*
[analyzer] Warn when a nil key or value are passed to NSMutableDictionary and...
Anna Zaks
2013-03-23
1
-16
/
+62
*
[analyzer] Print return values from debug.DumpCalls checker.
Jordan Rose
2013-03-21
1
-1
/
+23
*
[analyzer] Warn when a ‘nil’ object is added to NSArray or NSMutableArray.
Anna Zaks
2013-03-18
1
-4
/
+33
*
[analyzer] Address a TODO in the StreamChecker; otherwise the output is non-d...
Anna Zaks
2013-03-15
1
-2
/
+1
*
[analyzer] fixed the logic changed by r176949
Anton Yartsev
2013-03-13
1
-4
/
+5
*
Refactoring:
Anton Yartsev
2013-03-13
1
-34
/
+55
*
[analyzer] Rename AttrNonNullChecker -> NonNullParamChecker
Anna Zaks
2013-03-09
4
-14
/
+17
*
[analyzer] Be more consistent about Objective-C methods that free memory.
Jordan Rose
2013-03-09
1
-54
/
+64
*
[analyzer] Warn on passing a reference to null pointer as an argument in a call
Anna Zaks
2013-03-07
1
-23
/
+74
*
[analyzer] Check for returning null references in ReturnUndefChecker.
Jordan Rose
2013-03-07
1
-30
/
+66
*
[analyzer] Pass the correct Expr to the bug reporter visitors when dealing wi...
Anna Zaks
2013-03-06
1
-3
/
+10
*
[analyzer] Don't let cf_audited_transfer override CFRetain semantics.
Jordan Rose
2013-03-04
1
-6
/
+6
*
[analyzer] StackAddrEscapeChecker: strip qualifiers from temporary types.
Jordan Rose
2013-02-26
1
-10
/
+11
*
[analyzer] Restrict ObjC type inference to methods that have related result t...
Anna Zaks
2013-02-25
1
-30
/
+32
*
[analyzer] tracking stores/constraints now works for ObjC ivars or struct fie...
Ted Kremenek
2013-02-24
1
-0
/
+8
*
Add "KnownSVal" to represent SVals that cannot be UnknownSVal.
Ted Kremenek
2013-02-24
1
-4
/
+4
*
Remove the CFGElement "Invalid" state.
David Blaikie
2013-02-23
3
-10
/
+10
*
Add back implicitly dropped const.
David Blaikie
2013-02-21
1
-1
/
+1
*
Replace ProgramPoint llvm::cast support to be well-defined.
David Blaikie
2013-02-21
10
-32
/
+29
*
Replace CFGElement llvm::cast support to be well-defined.
David Blaikie
2013-02-21
3
-8
/
+8
*
Avoid implicit conversions of Optional<T> to bool.
David Blaikie
2013-02-21
1
-1
/
+1
*
Use None rather than Optional<T>() where possible.
David Blaikie
2013-02-21
1
-1
/
+1
[next]