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
2008-10-04
This is a big patch, but the functionality change is small and the rest of th...
Ted Kremenek
2008-10-01
Add a QualType to ConjuredSymbol to represent the type and size of the symbol.
Ted Kremenek
2008-09-30
Revert last patch, but add a fixme
Ted Kremenek
2008-09-30
Within the transfer function of UnaryOperatorExpr, handle implicit promotions
Ted Kremenek
2008-09-20
Add PostStore, a new ProgramPoint to distinguish between 'stores' and other P...
Ted Kremenek
2008-09-19
Bug fix: for the base transfer function logic for casts, handle const casts a...
Ted Kremenek
2008-09-19
Add panic function "__assert_fail".
Ted Kremenek
2008-09-18
Implement second part of PR 2600: NSError** parameter may be null, and should...
Ted Kremenek
2008-09-16
ProgramPoint now takes the space of two pointers instead of one. This change was
Ted Kremenek
2008-09-13
Patch by Csaba Hruska!
Ted Kremenek
2008-08-28
Remove BasicStore.h (migrated function prototype for CreateBasicStore() to St...
Ted Kremenek
2008-08-28
Make store "Regions" and "Bindings" more abstract instead of concrete variants.
Ted Kremenek
2008-08-28
Fixed analyzer caching bug involving the transfer function for loads.
Ted Kremenek
2008-08-28
Fixed analyzer caching bug in DeclStmt.
Ted Kremenek
2008-08-27
Refactor Assume logic into a separate class ConstraintManager.
Zhongxing Xu
2008-08-25
Added 'extents' for Regions.
Ted Kremenek
2008-08-21
Move the handling of DeclStmt from GRExprEngine to BasicStoreManager.
Zhongxing Xu
2008-08-19
Patch by Zhongxing Xu!
Ted Kremenek
2008-08-18
Add ExplicitCastExpr to replace the current CastExpr, and have ImplicitCastEx...
Argyrios Kyrtzidis
2008-08-16
GRState:
Ted Kremenek
2008-08-14
Default initialize only pointers and integer types (for now).
Ted Kremenek
2008-08-13
Renamed GRState::CheckerStatePrinter to GRState::Printer.
Ted Kremenek
2008-08-13
Rename ValueState -> GRState.
Ted Kremenek
2008-08-13
Initialize tracked local variables to undefined.
Ted Kremenek
2008-07-22
Added path-sensitive checking for null pointer values passed to function argu...
Ted Kremenek
2008-07-18
Add panic function.
Ted Kremenek
2008-07-18
Created ValueStateSet class to manage the creation of multiple states by a me...
Ted Kremenek
2008-07-17
Move GRTransferFunc* into ValueStateManager, and move the assumption logic th...
Ted Kremenek
2008-07-17
Remove redundant logic.
Ted Kremenek
2008-07-17
Begin major changes to EvalXXX methods in GRTransferFuncs. Currently some of...
Ted Kremenek
2008-07-11
Refactored auditor interface within GRExprEngine and GRCoreEngine to use a "b...
Ted Kremenek
2008-07-10
Refactored most of the "Store" piece of ValueState into a Store type. The
Ted Kremenek
2008-07-09
Remove getParentMap() from GRExprEngine.
Ted Kremenek
2008-07-02
Refactored some of the BugReporter interface so that data such as the ASTCont...
Ted Kremenek
2008-07-02
GRExprEngine now expects the LiveVariables information to be provided by its ...
Ted Kremenek
2008-06-20
Modified the dead stores checker to...
Ted Kremenek
2008-06-19
Introduce initial transfer function support for __imag__ and __real__. We don't
Ted Kremenek
2008-06-18
Added a new ProgramPoint: PostPurgeDeadSymbols. This new program point disti...
Ted Kremenek
2008-06-17
Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl.
Chris Lattner
2008-05-21
Fixed bug in the transfer function for dereferences: the loaded value from Ev...
Ted Kremenek
2008-05-17
Micro-optimization when checking for panic functions.
Ted Kremenek
2008-05-17
Fix 80 col violation.
Ted Kremenek
2008-05-17
Added panic function _XCAssertionFailureHandler.
Ted Kremenek
2008-05-09
Rename IsPointerType to LVal::IsLValType, and update CFRefCount::EvalSummary ...
Ted Kremenek
2008-05-02
Really noreturn on exceptions.
Ted Kremenek
2008-05-01
Added temporary fix for Obj-C exception handling in the static analyzer: trea...
Ted Kremenek
2008-05-01
Added __assert_rtn to list of panic functions.
Ted Kremenek
2008-05-01
Added ziperr as a panic function. Eventually inter-procedural analysis
Ted Kremenek
2008-04-30
Add placeholder code in the static analyzer for MemberExprs involving struct ...
Ted Kremenek
2008-04-30
Add workaround for __builtin_offsetof in the static analyzer.
Ted Kremenek
[prev]
[next]