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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Rely on LLVM Dominators in Clang dominator computation.
Anna Zaks
2011-12-05
1
-2
/
+2
*
[analyzer] Mark ConstraintManager::canReasonAbout as protected.
Anna Zaks
2011-12-05
1
-2
/
+2
*
[analyzer] Simplify the condition.
Anna Zaks
2011-12-05
1
-3
/
+1
*
[analyzer] Unify SymbolVal and SymExprVal under a single SymbolVal
Anna Zaks
2011-12-05
5
-181
/
+175
*
[analyzer] Remove all uses of ConstraintManager::canResonAbout() from
Anna Zaks
2011-12-05
4
-53
/
+52
*
[analyzer] First step toward removing
Anna Zaks
2011-12-05
4
-20
/
+37
*
[analyzer] Minor improvements on RangeConstraint pretty-printing.
Anna Zaks
2011-12-05
1
-3
/
+5
*
[analyzer] Change RetainCountChecker to use symbol dump method instead
Anna Zaks
2011-12-05
1
-2
/
+3
*
[analyzer] Add ability to do a simple ProgramState dump() without
Anna Zaks
2011-12-05
1
-36
/
+58
*
[analyzer] Add a debug checker to test for tainted data.
Anna Zaks
2011-12-05
3
-0
/
+67
*
[analyzer] Make KeychainAPI checker less aggressive. radar://10508828
Anna Zaks
2011-12-01
1
-3
/
+5
*
[analyzer] Refactor checkers to use helper function for getting callee Decl a...
Anna Zaks
2011-12-01
13
-111
/
+49
*
When analyzing a C++ method (without a specific caller), assume 'this' is non...
Ted Kremenek
2011-12-01
1
-17
/
+34
*
Further tweak -Wurneachable-code and templates by allowing the warning to run on
Ted Kremenek
2011-12-01
1
-2
/
+12
*
Update CMake build.
Benjamin Kramer
2011-11-30
1
-0
/
+1
*
[analyzer] Add checker callback documentation.
Anna Zaks
2011-11-30
1
-0
/
+219
*
Relax RegionStore to allow loads from CodeTextRegions. Apparently you can ac...
Ted Kremenek
2011-11-29
1
-5
/
+3
*
[analyzer] Minor cleanup of SValBuilder: Comments + code reuse.
Anna Zaks
2011-11-28
1
-11
/
+1
*
[analyzer] Warn when non pointer arguments are passed to scanf (only when run...
Anna Zaks
2011-11-18
2
-5
/
+35
*
[analyzer] Do not conjure a symbol when we need to propagate taint.
Anna Zaks
2011-11-17
3
-8
/
+34
*
[analyzer] Minor tweaks to the ProgramState::isTainted().
Anna Zaks
2011-11-17
1
-6
/
+4
*
[analyzer] Add a helper method.
Anna Zaks
2011-11-17
1
-0
/
+7
*
[analysis] Constify CheckerContext.
Anna Zaks
2011-11-17
1
-1
/
+1
*
[analyzer] Put CheckerConext::getCalleeName out of line.
Anna Zaks
2011-11-17
2
-0
/
+32
*
Fixed crash with initializer lists and unnamed bitfields in the RegionStore
Jim Goodnow II
2011-11-16
1
-1
/
+6
*
Update CMake build.
Benjamin Kramer
2011-11-16
1
-0
/
+1
*
[analyzer] Catch the first taint propagation implied buffer overflow.
Anna Zaks
2011-11-16
1
-5
/
+13
*
[analyzer] Adding generic taint checker.
Anna Zaks
2011-11-16
2
-0
/
+110
*
[analyzer] Adding basic building blocks for taint propagation.
Anna Zaks
2011-11-16
1
-0
/
+50
*
[analyzer] Cleanup: Null->0, comments.
Anna Zaks
2011-11-16
1
-4
/
+4
*
[analyzer] Factor getCalleeName to the checker context.
Anna Zaks
2011-11-16
1
-10
/
+1
*
[static analyzer] Tweak RetainCountChecker's diagnostics to correctly indicat...
Ted Kremenek
2011-11-14
1
-4
/
+20
*
[analyzer;Regionstore] handle loads from StringLiteral elements for StringLit...
Ted Kremenek
2011-11-14
1
-3
/
+3
*
[static analyzer] be more specific when running removeDeadBindings. Instead ...
Ted Kremenek
2011-11-11
1
-1
/
+1
*
[static analyzer]: only call RemoveDeadBindings() when analyzing non-Expr stm...
Ted Kremenek
2011-11-10
1
-1
/
+24
*
Constant expression evaluation: support for evaluation of structs and unions of
Richard Smith
2011-11-10
1
-3
/
+1
*
[analyzer] Remove redundant check from DivZeroChecker
Anna Zaks
2011-11-08
1
-1
/
+2
*
Rip out CK_GetObjCProperty.
John McCall
2011-11-07
1
-4
/
+1
*
Change the AST representation of operations on Objective-C
John McCall
2011-11-06
1
-0
/
+15
*
[analyzer] There should be a space between "expect" and "only"
Anna Zaks
2011-11-05
1
-1
/
+1
*
Remove unused variables.
Benjamin Kramer
2011-11-04
1
-2
/
+0
*
Fix various minor issues find via unreachable code warnings, from
Douglas Gregor
2011-11-02
1
-3
/
+0
*
Remove virtually empty file.
Benjamin Kramer
2011-11-02
2
-18
/
+0
*
[analyzer] Make sink attribute part of the node profile.
Anna Zaks
2011-11-01
3
-50
/
+37
*
[analyzer] Fix PR11282 - an assert in markAsSink
Anna Zaks
2011-11-01
1
-3
/
+6
*
[analyzer] Make sure the child builder use temporary destination sets
Anna Zaks
2011-11-01
2
-6
/
+9
*
[analyzer] BranchNodeBuilder should not generate autotransitions.
Anna Zaks
2011-11-01
1
-0
/
+1
*
[analyzer] CheckerContext::getPredecessor() cleanup
Anna Zaks
2011-11-01
2
-4
/
+3
*
[analyzer] Remove the CheckerContext's destructor.
Anna Zaks
2011-11-01
1
-2
/
+0
*
Rename Expr::Evaluate to Expr::EvaluateAsRValue to make it clear that it will
Richard Smith
2011-10-29
1
-2
/
+2
[next]