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
/
Core
/
ExprEngine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Make Malloc Checker optimistic in presence of inlining.
Anna Zaks
2012-02-14
1
-2
/
+3
*
Introduce basic ASTs for lambda expressions. This covers:
Douglas Gregor
2012-02-07
1
-0
/
+1
*
Reapply r149311 which I reverted by mistake.
Argyrios Kyrtzidis
2012-01-31
1
-6
/
+1
*
Revert r149311 which failed to compile.
Argyrios Kyrtzidis
2012-01-31
1
-1
/
+6
*
Convert ProgramStateRef to a smart pointer for managing the reference counts ...
Ted Kremenek
2012-01-31
1
-6
/
+1
*
Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.
Ted Kremenek
2012-01-26
1
-42
/
+42
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-3
/
+0
*
Remove '#if 0' from ExprEngine::InlineCall(), and start fresh by wiring up in...
Ted Kremenek
2012-01-11
1
-77
/
+0
*
[analyzer] Remove CallEnterNodeBuilder and simplify ExprEngine::processCallEn...
Ted Kremenek
2012-01-07
1
-1
/
+2
*
[analyzer] Make the entries in 'Environment' context-sensitive by making entr...
Ted Kremenek
2012-01-06
1
-39
/
+65
*
[analyzer] Be less pessimistic about invalidation of global variables
Anna Zaks
2012-01-04
1
-22
/
+0
*
[analyzer] Unify SymbolVal and SymExprVal under a single SymbolVal
Anna Zaks
2011-12-05
1
-1
/
+2
*
When analyzing a C++ method (without a specific caller), assume 'this' is non...
Ted Kremenek
2011-12-01
1
-17
/
+34
*
[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
*
Change the AST representation of operations on Objective-C
John McCall
2011-11-06
1
-0
/
+15
*
[analyzer] Make sink attribute part of the node profile.
Anna Zaks
2011-11-01
1
-1
/
+1
*
[analyzer] Make sure the child builder use temporary destination sets
Anna Zaks
2011-11-01
1
-4
/
+6
*
[analyzer] Move enqueueEndOfFunction into CoreEngine.
Anna Zaks
2011-10-27
1
-30
/
+1
*
[analyzer] Make CoreEngine responsible for enqueueing Stmt Nodes.
Anna Zaks
2011-10-27
1
-61
/
+11
*
[analyzer] GenericNodeBuilder -> NodeBuilder.
Anna Zaks
2011-10-26
1
-11
/
+4
*
[analyzer] Remove unused headers.
Anna Zaks
2011-10-25
1
-1
/
+0
*
[analyzer] Make branch for condition callback use CheckerContext
Anna Zaks
2011-10-25
1
-8
/
+13
*
[analyze] Convert EndOfPath callback to use CheckerContext
Anna Zaks
2011-10-25
1
-3
/
+34
*
Implement support for dependent Microsoft __if_exists/__if_not_exists
Douglas Gregor
2011-10-25
1
-0
/
+1
*
[analyzer] Node builders cleanup + comments
Anna Zaks
2011-10-24
1
-13
/
+13
*
[analyzer] Completely remove the global Builder object.
Anna Zaks
2011-10-24
1
-81
/
+53
*
[analyzer] Remove more dependencies from global Builder
Anna Zaks
2011-10-24
1
-18
/
+9
*
[analyzer] Convert ExprEngine::visit() to use short lived builders.
Anna Zaks
2011-10-24
1
-93
/
+212
*
[analyzer] Convert VisitDeclStmt to use local node builder.
Anna Zaks
2011-10-24
1
-1
/
+1
*
[analyzer] Convert more functions (ex:evalBind()) to iterative builders
Anna Zaks
2011-10-24
1
-2
/
+8
*
[analyzer] Convert VisitUnaryOperator to use short lived Node builders
Anna Zaks
2011-10-24
1
-2
/
+6
*
[analyzer] Use a temporary builder in CheckerContext.
Anna Zaks
2011-10-24
1
-0
/
+3
*
[analyzer] Pass external Dst set to NodeBuilder
Anna Zaks
2011-10-24
1
-12
/
+7
*
Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac...
Ted Kremenek
2011-10-24
1
-3
/
+3
*
[analyzer] Remove LocationContext creation methods from AnalysisManager, and ...
Ted Kremenek
2011-10-23
1
-0
/
+1
*
[analyzer] Move predecessor into the NodeBuilder context.
Anna Zaks
2011-10-18
1
-3
/
+3
*
[analyzer] Make NodeBuilder and Pred node loosely coupled
Anna Zaks
2011-10-18
1
-20
/
+23
*
[analyzer] Remove dead code.
Anna Zaks
2011-10-18
1
-1
/
+1
*
[analyzer] Modularize builder use in processBranch.
Anna Zaks
2011-10-18
1
-41
/
+48
*
[analyzer] Pull Pred out of NodeBuilderContext.
Anna Zaks
2011-10-18
1
-2
/
+3
*
[analyzer] NodeBuilder Refactoring: Subclass BranchNodeBuilder from NodeBuilder.
Anna Zaks
2011-10-18
1
-7
/
+16
*
Refactor static analyzer to use simpler interface to constant expression eval...
Richard Smith
2011-10-14
1
-21
/
+9
*
Initial implementation of __atomic_* (everything except __atomic_is_lock_free).
Eli Friedman
2011-10-11
1
-0
/
+1
*
[analyzer] Teach the static analyzer about CXXForRangeStmt. Patch by Jim Goo...
Ted Kremenek
2011-10-10
1
-1
/
+1
*
Provide basic static analyzer support for CXXTemporaryObjectExpr. Patch by J...
Ted Kremenek
2011-10-07
1
-1
/
+1
*
[analyzer] Add -analyzer-purge option which can take on multiple values, remo...
Anna Zaks
2011-09-30
1
-1
/
+1
*
Removing a bunch of dead returns/breaks after llvm_unreachables.
David Blaikie
2011-09-23
1
-1
/
+0
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-1
/
+1
*
[analyzer] Remove TransferFuncs.h, then deal with the fallout.
Jordy Rose
2011-09-02
1
-0
/
+1
[next]