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
/
Checker
/
CFRefCount.cpp
Age
Commit message (
Expand
)
Author
2010-10-15
Tweak retain/release checker diagnostics to specify a leak occurs because an ...
Ted Kremenek
2010-09-16
Refactored BugReporter to refer to EndNode as ErrorNode. We currently make th...
Tom Care
2010-08-17
Remove dead code.
Ted Kremenek
2010-08-03
Makes GRState::makeWithStore private, to encourage clients to make store chan...
Jordy Rose
2010-08-02
Fix idempotent operations false positive caused by ivars not being invalidate...
Ted Kremenek
2010-07-20
Constify all references to Stmt* and CFGBlock* in libChecker.
Zhongxing Xu
2010-07-20
Constify.
Zhongxing Xu
2010-07-20
remove const_cast.
Zhongxing Xu
2010-07-01
Fix PR 7475 by enhancing the static analyzer to also invalidate bindings for ...
Ted Kremenek
2010-07-01
Add an ivar to SymbolReaper for the current statement, and then stop passing ...
Jordy Rose
2010-06-16
Introduce Type::isIntegralOrEnumerationType(), to cover those places
Douglas Gregor
2010-05-21
Update retain-release checker to understand changes to how 'super' is represe...
Ted Kremenek
2010-05-21
Pass around an error SourceRange instead of an Expr* when reporting errors
Ted Kremenek
2010-05-17
Clean up some more uses of getAs<ObjCInterfaceType>() that Fariborz pointed
John McCall
2010-05-15
Substantially alter the design of the Objective C type AST by introducing
John McCall
2010-04-21
Overhaul the AST representation of Objective-C message send
Douglas Gregor
2010-04-17
Add raw_ostream operators to NamedDecl for convenience. Switch over all users...
Benjamin Kramer
2010-03-27
Checker: random include cleanup.
Benjamin Kramer
2010-03-08
Extend ObjCMessageExpr for class method sends with the source location
Douglas Gregor
2010-02-18
Recognize attributes ns_returns_not_retained and cf_returns_not_retained
Ted Kremenek
2010-02-18
Sort @includes.
Ted Kremenek
2010-02-08
Reapply r95546, no intended change in performance or functionality.
Benjamin Kramer
2010-02-08
Revert 95546 since it changed the algorithmic characteristics of the conventi...
Ted Kremenek
2010-02-08
Simplify code with StringRef.
Benjamin Kramer
2010-02-08
Revert 95541.
Ted Kremenek
2010-02-08
Rename: GRState::getSVal(Stmt*) => getExprVal(),
Zhongxing Xu
2010-02-05
More GRState* -> Store changes.
Zhongxing Xu
2010-01-27
Move more naming conventions logic out of the retain/release checker to Cocoa...
Ted Kremenek
2010-01-27
Remove unnecessary ASTContext* argument from isRefType().
Ted Kremenek
2010-01-27
Start pulling out pieces of the monolithic retain/release checker into
Ted Kremenek
2010-01-26
Move 'LocalCheckers.h' to the 'Checkers' subdirectory.
Ted Kremenek
2010-01-25
Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugRe...
Ted Kremenek
2010-01-25
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek