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
/
StaticAnalyzer
/
Checkers
Age
Commit message (
Expand
)
Author
2013-03-26
[analyzer] Make sure IDC works for ‘NSContainer value/key is nil’ checks.
Anna Zaks
2013-03-25
[analyzer] Adds cplusplus.NewDelete checker that check for memory leaks, doub...
Anton Yartsev
2013-03-23
[analyzer] Warn when a nil key or value are passed to NSMutableDictionary and...
Anna Zaks
2013-03-21
[analyzer] Print return values from debug.DumpCalls checker.
Jordan Rose
2013-03-18
[analyzer] Warn when a ‘nil’ object is added to NSArray or NSMutableArray.
Anna Zaks
2013-03-15
[analyzer] Address a TODO in the StreamChecker; otherwise the output is non-d...
Anna Zaks
2013-03-13
[analyzer] fixed the logic changed by r176949
Anton Yartsev
2013-03-13
Refactoring:
Anton Yartsev
2013-03-09
[analyzer] Rename AttrNonNullChecker -> NonNullParamChecker
Anna Zaks
2013-03-09
[analyzer] Be more consistent about Objective-C methods that free memory.
Jordan Rose
2013-03-07
[analyzer] Warn on passing a reference to null pointer as an argument in a call
Anna Zaks
2013-03-07
[analyzer] Check for returning null references in ReturnUndefChecker.
Jordan Rose
2013-03-06
[analyzer] Pass the correct Expr to the bug reporter visitors when dealing wi...
Anna Zaks
2013-03-04
[analyzer] Don't let cf_audited_transfer override CFRetain semantics.
Jordan Rose
2013-02-26
[analyzer] StackAddrEscapeChecker: strip qualifiers from temporary types.
Jordan Rose
2013-02-25
[analyzer] Restrict ObjC type inference to methods that have related result t...
Anna Zaks
2013-02-24
[analyzer] tracking stores/constraints now works for ObjC ivars or struct fie...
Ted Kremenek
2013-02-24
Add "KnownSVal" to represent SVals that cannot be UnknownSVal.
Ted Kremenek
2013-02-23
Remove the CFGElement "Invalid" state.
David Blaikie
2013-02-21
Add back implicitly dropped const.
David Blaikie
2013-02-21
Replace ProgramPoint llvm::cast support to be well-defined.
David Blaikie
2013-02-21
Replace CFGElement llvm::cast support to be well-defined.
David Blaikie
2013-02-21
Avoid implicit conversions of Optional<T> to bool.
David Blaikie
2013-02-21
Use None rather than Optional<T>() where possible.
David Blaikie
2013-02-20
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
Remove redundant Optional type in favor of llvm::Optional
David Blaikie
2013-02-20
Replace SVal llvm::cast support to be well-defined.
David Blaikie
2013-02-18
Disable dead stores checker for template instantations. Fixes <rdar://proble...
Ted Kremenek
2013-02-14
objective-C: synthesize properties in order of their
Fariborz Jahanian
2013-02-09
Remove some stray uses of <ctype.h> functions.
Jordan Rose
2013-02-09
[analyzer] Invalidation checker: move the "missing implementation" check
Anna Zaks
2013-02-08
[analyzer] Move DefaultBool so that all checkers can share it.
Anna Zaks
2013-02-08
[analyzer] Split IvarInvalidation into two checkers
Anna Zaks
2013-02-08
[analyzer] IvarInvalidation: refactor, pull out the diagnostic printing
Anna Zaks
2013-02-08
[analyzer] IvarInvalidation: add annotation for partial invalidation
Anna Zaks
2013-02-07
[analyzer] Report bugs when freeing memory with offset pointer
Anna Zaks
2013-02-07
[analyzer] Add pointer escape type param to checkPointerEscape callback
Anna Zaks
2013-01-31
[analyzer]RetainCount: Fix an autorelease related false positive.
Anna Zaks
2013-01-31
[analyzer] Don't track autorelease pools created by +new.
Jordan Rose
2013-01-26
[analyzer] Track null object lvalues back through C++ method calls.
Jordan Rose
2013-01-26
[analyzer] bugreporter::getDerefExpr now takes a Stmt, not an ExplodedNode.
Jordan Rose
2013-01-23
Add missing null check. Not sure why my tests passed before.
Ted Kremenek
2013-01-23
Honor attribute 'analyzer_noreturn' on Objective-C methods.
Ted Kremenek
2013-01-17
[analyzer] DirectIvarAssignment: allow suppression annotation on Ivars.
Anna Zaks
2013-01-17
Implement C++11 semantics for [[noreturn]] attribute. This required splitting
Richard Smith
2013-01-16
Rework the traversal of Objective-C categories and extensions to
Douglas Gregor
2013-01-16
[analyzer] Add an annotation to allow suppression of direct ivar
Anna Zaks
2013-01-16
[analyzer] Fix warning typo.
Anna Zaks
2013-01-16
[analyzer] Refactor: parameter rename.
Anna Zaks
2013-01-14
[analyzer] -drain is not an alias for -release.
Jordan Rose
[prev]
[next]