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
*
Move isObjCSelf into Expr.
Anna Zaks
2012-10-01
1
-13
/
+6
*
[analyzer] Address Jordan's review for r164868.
Anna Zaks
2012-10-01
1
-16
/
+14
*
[analyzer] Allow ObjC ivar lvalues where the base is nil.
Jordan Rose
2012-10-01
1
-12
/
+2
*
Revert "[analyzer] Check that a member expr is valid even when the result is ...
Jordan Rose
2012-10-01
1
-17
/
+9
*
Have AnalyzerOptions::getBooleanOption() stick the matching config
Ted Kremenek
2012-10-01
3
-13
/
+16
*
Add checker debug.ConfigDumper to dump the contents of the configuration table.
Ted Kremenek
2012-10-01
2
-0
/
+39
*
Reapply "[analyzer] Handle inlined constructors for rvalue temporaries correc...
Jordan Rose
2012-10-01
1
-1
/
+8
*
[analyzer] Make ProgramStateManager's SubEngine parameter optional.
Jordan Rose
2012-10-01
5
-11
/
+11
*
Revert "[analyzer] Create a temporary region for rvalue structs when accessin...
Jordan Rose
2012-09-29
1
-9
/
+9
*
Revert "[analyzer] Create a temp region when a method is called on a struct r...
Jordan Rose
2012-09-29
1
-31
/
+22
*
Revert "[analyzer] Handle inlined constructors for rvalue temporaries correct...
Jordan Rose
2012-09-29
1
-8
/
+1
*
[analyzer] Do not visit ObjCMethodDecl twice in the AST checkers.
Anna Zaks
2012-09-29
1
-1
/
+0
*
[analyzer] Re-implement IvarInvalidationChecker so that it verifies that
Anna Zaks
2012-09-29
1
-62
/
+259
*
[analyzer] Handle inlined constructors for rvalue temporaries correctly.
Jordan Rose
2012-09-28
1
-1
/
+8
*
[analyzer] Create a temp region when a method is called on a struct rvalue.
Jordan Rose
2012-09-28
1
-22
/
+31
*
[analyzer] Create a temporary region for rvalue structs when accessing fields
Jordan Rose
2012-09-28
1
-9
/
+9
*
[analyzer] Address Jordan's code review for r164790.
Anna Zaks
2012-09-27
1
-18
/
+18
*
[analyzer] IvarInvalidation: track synthesized ivars and allow escape
Anna Zaks
2012-09-27
1
-31
/
+69
*
Unbreak cmake build
Anna Zaks
2012-09-27
1
-0
/
+1
*
[analyzer] Add an experimental ObjC direct ivar assignment checker.
Anna Zaks
2012-09-27
2
-0
/
+182
*
[analyzer] Address Jordan's code review comments for r164716.
Anna Zaks
2012-09-27
2
-15
/
+17
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
1
-2
/
+2
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
1
-2
/
+2
*
IvarInvalidationChecker.cpp: Remove an unused member, InterfD. [-Wunused-priv...
NAKAMURA Takumi
2012-09-27
1
-2
/
+1
*
[analyzer] Add experimental ObjC invalidation method checker.
Anna Zaks
2012-09-26
3
-7
/
+331
*
Revert "Use sep instead of ' '."
Ted Kremenek
2012-09-26
1
-1
/
+1
*
Use sep instead of ' '.
Ted Kremenek
2012-09-26
1
-1
/
+1
*
Remove unnecessary ASTContext& parameter from SymExpr::getType().
Ted Kremenek
2012-09-26
8
-21
/
+19
*
Reapply "[analyzer] Remove constraints on dead symbols as part of removeDeadB...
Jordan Rose
2012-09-25
2
-9
/
+8
*
[analyzer] Calculate liveness for symbolic exprs as well as atomic symbols.
Jordan Rose
2012-09-25
1
-28
/
+40
*
[analyzer] Fix a buildbot crash triggered by turning on dynamic
Anna Zaks
2012-09-25
1
-1
/
+1
*
[analyzer]Prevent infinite recursion(assume->checker:evalAssume->assume)
Anna Zaks
2012-09-24
1
-1
/
+3
*
[analyzer] Suppress bugs whose paths go through the return of a null pointer.
Jordan Rose
2012-09-22
2
-6
/
+25
*
[analyzer] Track a null value back through FindLastStoreBRVisitor.
Jordan Rose
2012-09-22
1
-27
/
+36
*
[analyzer] Always allow BugReporterVisitors to see the bug path.
Jordan Rose
2012-09-22
1
-21
/
+57
*
[analyzer] Allow a BugReport to be marked "invalid" during path generation.
Jordan Rose
2012-09-22
2
-10
/
+40
*
[analyzer] Look through OpaqueValueExprs when tracking a nil value.
Jordan Rose
2012-09-22
1
-0
/
+3
*
[analyzer] Better path notes for null pointers passed as arguments.
Jordan Rose
2012-09-22
1
-7
/
+53
*
Use llvm::getOrdinalSuffix to print ordinal numbers in diagnostics.
Jordan Rose
2012-09-22
2
-36
/
+13
*
[analyzer] Check that an ObjCIvarRefExpr's base is non-null even as an lvalue.
Jordan Rose
2012-09-22
3
-14
/
+22
*
[analyzer] Check that a member expr is valid even when the result is an lvalue.
Jordan Rose
2012-09-22
1
-9
/
+17
*
Re-enable faux-bodies by default.
Ted Kremenek
2012-09-21
1
-1
/
+1
*
Revert r164364, "Flip "faux-bodies" in the analyzer on by default to flush ou...
NAKAMURA Takumi
2012-09-21
1
-1
/
+1
*
Flip "faux-bodies" in the analyzer on by default to flush out bugs.
Ted Kremenek
2012-09-21
1
-1
/
+1
*
Simplify getRuntimeDefinition() back to taking no arguments.
Ted Kremenek
2012-09-21
2
-10
/
+10
*
Implement faux-body-synthesis of well-known functions in the static analyzer ...
Ted Kremenek
2012-09-21
5
-13
/
+39
*
[analyzer] MallocChecker should not do post-call checks on inlined functions.
Jordan Rose
2012-09-20
1
-0
/
+3
*
Revert "[analyzer] Remove constraints on dead symbols as part of removeDeadBi...
Jordan Rose
2012-09-20
2
-8
/
+9
*
[analyzer] Teach the analyzer about implicit initialization of statics
Anna Zaks
2012-09-17
4
-11
/
+10
*
Fix grammar.
Ted Kremenek
2012-09-13
1
-4
/
+4
[next]