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