index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
GRExprEngine.cpp
Age
Commit message (
Expand
)
Author
2009-04-09
Fix a null pointer dereference error due to state caching in a loop involving
Ted Kremenek
2009-04-09
Create a symbolic region instead of a loc::SymbolVal. This is a continued step
Zhongxing Xu
2009-04-09
GRExprEngine: Don't try to reason about the size of 'void' for the return type
Ted Kremenek
2009-04-09
Fix another regression introduced by changes to the analyzer's reasoning about
Ted Kremenek
2009-04-09
Refactor/cleanup reasoning of nil receivers in message expressions.
Ted Kremenek
2009-04-08
Enhance analyzer reasoning about sending messages to nil. A nil receiver ret...
Ted Kremenek
2009-04-08
New static analyzer check by Nikita Zhuk!
Ted Kremenek
2009-04-03
This is the first step to gradually remove the use of loc::SymbolVal. Now
Zhongxing Xu
2009-04-01
Fix: <rdar://problem/6740387>. Sending nil to an object that returns a struct
Ted Kremenek
2009-03-30
Add version of GRExprEngine::AddCheck that registered a GRSimpleAPICheck that
Ted Kremenek
2009-03-30
Implement a FIXME.
Zhongxing Xu
2009-03-28
rename some methods.
Chris Lattner
2009-03-28
Change compound assignment operators to keep track of both the promoted
Eli Friedman
2009-03-26
analyzer infrastructure: make a bunch of changes to symbolic expressions that
Ted Kremenek
2009-03-20
GRExprEngine:
Ted Kremenek
2009-03-18
Fix PR 3836 by eagerly assuming symbolic constraints returned by unary '!'.
Ted Kremenek
2009-03-13
Add a hack in the analyzer to recover some path-sensitivity at branch
Ted Kremenek
2009-03-11
GRExprEngine::ProcessBranch: Don't register a "pretty-stack printer" when the...
Ted Kremenek
2009-03-11
GRExprEngine: Add pretty-stack trace printing for crashes and assertion failu...
Ted Kremenek
2009-03-11
GRExprEngine: For places we might conjure up a new symbol to recover
Ted Kremenek
2009-03-11
Use the BugReports in BugReporter to determine the root nodes for "trim-egraph".
Ted Kremenek
2009-03-09
Remove some dead spacing. No functionality change.
Ted Kremenek
2009-03-05
Fix another GRExprEngine::VisitCast regression: handle casts of void* to func...
Ted Kremenek
2009-03-05
Fix regression in GRExprEngine::VisitCast: Do not wrap symbolic function poin...
Ted Kremenek
2009-03-05
Add 'cast<>' to remove an extra function call and dynamic cast.
Ted Kremenek
2009-03-05
More fixes in cast logic.
Ted Kremenek
2009-03-05
GRExprEngine: Polish up handling of casting integer constants to pointers and...
Ted Kremenek
2009-03-05
Fix regression in transparent translation of nonloc::ConcreteInto to loc::Con...
Ted Kremenek
2009-03-04
GRExprEngine::VisitCast: Just pass through function and block pointers.
Ted Kremenek
2009-03-04
Create "TypedViewRegions" that layer on top of SymbolicRegions when handling
Ted Kremenek
2009-02-28
Revert 65707 (causes stack memory to be referenced after it is released).
Ted Kremenek
2009-02-28
remove static ctor.
Chris Lattner
2009-02-28
improve compatibility with the VC++'08 C++ compiler. Patch by
Chris Lattner
2009-02-26
Create a new TypeNodes.def file that enumerates all of the types,
Douglas Gregor
2009-02-25
Fix subtle bug in EvalEagerlyAssume: Check if the previous node was at the sa...
Ted Kremenek
2009-02-25
Add experimental logic in GRExprEngine::EvalEagerlyAssume() to handle
Ted Kremenek
2009-02-24
Fix <rdar://problem/6611677>: Add basic transfer function support in the static
Ted Kremenek
2009-02-19
Implemented simple check in <rdar://problem/6600344>: When the receiver of a
Ted Kremenek
2009-02-17
Add panic function.
Ted Kremenek
2009-02-17
Add '_assert' to list of known panic functions.
Ted Kremenek
2009-02-14
Add hook to add attributes to function declarations that we know
Douglas Gregor
2009-02-14
GRExprEngine: Handle empty statement expressions.
Ted Kremenek
2009-02-14
Use GRTransferFuncs::EvalBind when processing variable initializations.
Ted Kremenek
2009-02-14
Static analyzer:
Ted Kremenek
2009-02-13
Implicitly declare certain C library functions (malloc, strcpy, memmove,
Douglas Gregor
2009-02-13
GRExprEngine:
Ted Kremenek
2009-02-07
GRExprEngine: When processing compound assignments, do a switch table lookup ...
Ted Kremenek
2009-02-04
Overhaul BugReporter interface and implementation. The new interface cleans up
Ted Kremenek
2009-02-04
Remove dead code.
Zhongxing Xu
2009-02-04
make SM::getColumnNumber take a predecomposed FileID/offset, which
Chris Lattner
[prev]
[next]