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
/
plist-output-alternate.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Static Analyzer] The name of the checker that reports a bug is added
Gabor Horvath
2015-02-09
1
-0
/
+7
*
[analyzer] Enable the new edge algorithm by default.
Jordan Rose
2013-06-03
1
-1
/
+1
*
CFG: In a DeclStmt, skip anything that's not a VarDecl.
Jordan Rose
2013-06-03
1
-4
/
+4
*
[analyzer] Set the allocation site to be the uniqueing location for retain co...
Anna Zaks
2013-04-23
1
-1
/
+1
*
[analyzer] Refactor BugReport::getLocation and PathDiagnosticLocation::create...
Anna Zaks
2013-04-23
1
-22
/
+56
*
[analyzer] Use 'MemRegion::printPretty()' instead of assuming the region is a...
Ted Kremenek
2013-02-26
1
-6
/
+6
*
[analyzer] tracking stores/constraints now works for ObjC ivars or struct fie...
Ted Kremenek
2013-02-24
1
-0
/
+63
*
[analyzer] Plist: change the type of issue_hash from int to string.
Anna Zaks
2013-01-08
1
-7
/
+7
*
[analyzer] Report leaks at the closing brace of a function body.
Jordan Rose
2012-11-15
1
-58
/
+9
*
[analyzer] Mark symbol values as dead in the environment.
Jordan Rose
2012-11-15
1
-9
/
+58
*
TrackConstraintBRVisitor and ConditionBRVisitor can emit similar
Ted Kremenek
2012-10-25
1
-58
/
+0
*
[analyzer] Track a null value back through FindLastStoreBRVisitor.
Jordan Rose
2012-09-22
1
-16
/
+108
*
Fix bug in BugReporter::RemoveUneededCalls() where "prunable"
Ted Kremenek
2012-09-08
1
-1
/
+58
*
Attempt (again) to stabilize the order of the emission of diagnostics
Ted Kremenek
2012-09-08
1
-919
/
+1125
*
Fix analyzer tests.
Ted Kremenek
2012-08-24
1
-1
/
+1
*
[analyzer] Add experimental "issue hash" to the plist diagnostic.
Anna Zaks
2012-06-08
1
-0
/
+7
*
PlistDiagnostics: force the ranges for control-flow edges to be single locati...
Ted Kremenek
2012-06-05
1
-21
/
+21
*
Rework ExprEngine::evalLoad and clients (e.g. VisitBinaryOperator) so that wh...
Ted Kremenek
2012-04-06
1
-6
/
+6
*
Include the "issue context" (e.g. function or method) where a static analyzer...
Ted Kremenek
2012-04-04
1
-0
/
+23
*
[analyzer] Implement basic path diagnostic pruning based on "interesting" sym...
Ted Kremenek
2012-03-09
1
-154
/
+98
*
[analyzer] Retain release: drop the line number info from the leak
Anna Zaks
2012-02-28
1
-1
/
+1
*
[analyzer] Fix a bug in RetainReleaseChecker diagnostics. It gives more preci...
Anna Zaks
2011-09-30
1
-1
/
+1
*
[analyzer] Refactor: make PathDiagnosticLocation responsible for validation o...
Anna Zaks
2011-09-16
1
-1
/
+1
*
[analyzer] Refactor: make PathDiagnosticLocation responsible for validation o...
Anna Zaks
2011-09-15
1
-15
/
+0
*
[analyzer] After CFG has been linearized, we can have a situation where an Ex...
Anna Zaks
2011-09-14
1
-1
/
+186
*
[analyzer] Move the knowledge of whether or not GC is enabled for the current...
Jordy Rose
2011-09-02
1
-1
/
+1
*
[analyzer] rename all experimental checker packages to have 'experimental' be...
Ted Kremenek
2011-08-03
1
-1
/
+1
*
[analyzer] Overhaul how the static analyzer expects CFGs by forcing CFGs to b...
Ted Kremenek
2011-07-28
1
-187
/
+7
*
Tighen analyzer diagnostics w.r.t ObjC/CF leaks.
Ted Kremenek
2011-05-26
1
-4
/
+5
*
[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...
Argyrios Kyrtzidis
2011-02-28
1
-1
/
+1
*
[analyzer] Migrate NSErrorChecker and DereferenceChecker to CheckerV2.
Argyrios Kyrtzidis
2011-02-28
1
-1
/
+1
*
[analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't h...
Argyrios Kyrtzidis
2011-02-24
1
-1
/
+1
*
Tweak null dereference checker to give better diagnostics for null dereferenc...
Ted Kremenek
2010-10-26
1
-5
/
+5
*
Tweak retain/release checker diagnostics to specify a leak occurs because an ...
Ted Kremenek
2010-10-15
1
-2
/
+2
*
Use FindReportInEquivalenceClass to identify all the nodes used for the trimm...
Ted Kremenek
2010-09-09
1
-1
/
+259
*
Rename GRState::getSVal() -> getRawSVal() and getSimplifiedSVal() -> getSVal().
Ted Kremenek
2010-09-09
1
-0
/
+756