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-08-01
Temporarily disable out-of-bounds checking. The current checking logic will ...
Ted Kremenek
2009-07-29
Change uses of:
Ted Kremenek
2009-07-28
Fix PR 4631. The compound initializers of unions were not being evaluated, which
Ted Kremenek
2009-07-23
Revert r76831, there are many Analyzer test failures on multiple platforms.
Daniel Dunbar
2009-07-23
Add 'previsit' Checker pass for ObjCMessageExprs.
Ted Kremenek
2009-07-22
Refactor 'PostStmt' and 'PreStmt' to subclass a common parent 'StmtPoint'.
Ted Kremenek
2009-07-22
Add support for registering 'Checker' objects with GRExprEngine.
Ted Kremenek
2009-07-21
Fix PR 4594 by refactoring almost all casting logic from GRExprEngine::VisitCast
Ted Kremenek
2009-07-20
Enhance GRExprEngine::EvalBind to handle some implicit casts from nonlocs to
Ted Kremenek
2009-07-20
Add FIXME.
Ted Kremenek
2009-07-20
Enhance GRBranchNodeBuilderImpl (part of GRCoreEngine) to understand the case
Ted Kremenek
2009-07-17
Fix caching bug revealed by analyzing ClamAV using RegionStore.
Ted Kremenek
2009-07-17
Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods
Ted Kremenek
2009-07-16
Add member template 'Type::getAs<T>', which converts a Type* to a respective T*.
Ted Kremenek
2009-07-16
Two changes:
Ted Kremenek
2009-07-14
Instead of recovering from a wrong invalidation, this patch aims to
Zhongxing Xu
2009-07-11
Handle insidious corner case exposed by RegionStoreManager when handling void...
Ted Kremenek
2009-06-30
Remove the ASTContext parameter from the attribute-related methods of Decl.
Argyrios Kyrtzidis
2009-06-30
Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.
Chris Lattner
2009-06-26
Remove '#include <sstream>' from libAnalysis.
Ted Kremenek
2009-06-26
Introduce a new concept to the static analyzer: SValuator.
Ted Kremenek
2009-06-24
Remove uses of std::ostream from libAnalysis.
Ted Kremenek
2009-06-24
Update for LLVM API changes.
Owen Anderson
2009-06-23
Remove GRStateManager::getRegion/getSelfRegion().
Ted Kremenek
2009-06-23
Remove GRStateManager::BindLoc() and GRStateManager::Unbind().
Ted Kremenek
2009-06-23
Remove GRStateManager::BindDecl() and GRStateManager::BindDeclWithInit().
Ted Kremenek
2009-06-23
Move 'hasStackStorage()' and 'hasHeapStorage()' from MemRegionManager to MemR...
Ted Kremenek
2009-06-23
Move all factory methods from SVal to ValueManager. API cleanup!
Zhongxing Xu
2009-06-23
ValueManager::makeNonLoc -> ValueManager::makeIntVal
Zhongxing Xu
2009-06-19
Remove more GetSVal/GetLValue methods in GRExprEngine/GRState, instead
Ted Kremenek
2009-06-18
Move clients over from using GRStateManager::BindXXX and friends to
Ted Kremenek
2009-06-18
libAnalysis:
Ted Kremenek
2009-06-18
Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.
Douglas Gregor
2009-06-18
Remove more dependencies on GRStateRef. As a consequence, we can now
Ted Kremenek
2009-06-14
Sink the BuiltinInfo object from ASTContext into the
Chris Lattner
2009-05-20
* API change: we need to pass GRState to GRExprEngine::EvalBinOp() because
Zhongxing Xu
2009-05-09
As discussed with Ted, rename TypedRegion::getObjectType() to
Zhongxing Xu
2009-05-09
rename: MemRegion:
Zhongxing Xu
2009-05-07
analyzer: Add ProgramPoint 'PostLValue' just to distinguish (for
Ted Kremenek
2009-05-04
Per conversations with Zhongxing, add an 'element type' to
Ted Kremenek
2009-04-26
split ObjC and C++ Statements out into their own headers.
Chris Lattner
2009-04-23
Fix PR 4033: the analyzer shouldn't crash on computed gotos involving symbolic
Ted Kremenek
2009-04-21
Fix crash reported in PR 3991. The analyzer doesn't reason about ObjCKVCExpr.
Ted Kremenek
2009-04-21
Fix: <rdar://problem/6777209> false Dereference of null pointer in loop: poin...
Ted Kremenek
2009-04-20
get a CodeTextRegion when visiting FunctionDecl reference.
Zhongxing Xu
2009-04-11
Add analyzer support for objc_atomicCompareAndSwap()
Ted Kremenek
2009-04-11
Implement analyzer support for OSCompareAndSwap. This required pushing "tagged"
Ted Kremenek
2009-04-10
Finally nuke loc::SymbolVal.
Zhongxing Xu
2009-04-10
Fix: <rdar://problem/6776949> Branch condition evaluates to an uninitialized ...
Ted Kremenek
2009-04-10
Implement attribute "analyzer_noreturn" (<rdar://problem/6777003>). This allows
Ted Kremenek
[next]