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
Age
Commit message (
Expand
)
Author
2008-12-21
Use utility method.
Zhongxing Xu
2008-12-21
Use utility methods. No functional change.
Zhongxing Xu
2008-12-21
Remove unused function.
Zhongxing Xu
2008-12-20
Add support for member references (E1.E2, E1->E2) with C++ semantics,
Douglas Gregor
2008-12-20
Lazy bingding for region-store manager.
Zhongxing Xu
2008-12-20
Fix <rdar://problem/6454568>: BugReporter should correctly handle switch stat...
Ted Kremenek
2008-12-18
Fix regression when invalidating reference-counts for objects passed-by-refer...
Ted Kremenek
2008-12-17
CF-retain/release checker:
Ted Kremenek
2008-12-17
Fix <rdar://problem/6451816>:
Ted Kremenek
2008-12-17
Add pretty-printing for AnonTypedRegion.
Ted Kremenek
2008-12-16
Add new GRWorkList class that uses two queues:
Ted Kremenek
2008-12-16
ProgramPoint:
Ted Kremenek
2008-12-16
Implement RegionStoreManager::Remove().
Zhongxing Xu
2008-12-15
Fix regression in handling sizeof(void) in the static analyzer.
Ted Kremenek
2008-12-14
I think we should getRValueType here. The lvaluetype of an array region is 'p...
Zhongxing Xu
2008-12-13
MemRegion:
Ted Kremenek
2008-12-13
A series of cleanups/fixes motivated by <rdar://problem/6442306>:
Ted Kremenek
2008-12-11
Address some comments on the name lookup/DeclContext patch from Chris
Douglas Gregor
2008-12-11
Unifies the name-lookup mechanisms used in various parts of the AST
Douglas Gregor
2008-12-11
Identify AnonPointeeRegion by the symbol that is concretized.
Zhongxing Xu
2008-12-11
AnonPointeeRegions are now identified by the MemRegion of the pointer pointing
Zhongxing Xu
2008-12-09
Fix to BasicStoreManager::getElementLValue: If the base region is a symbol, l...
Ted Kremenek
2008-12-09
Have BasicStoreManager::getLValueElement() have logic similar to BasicStoreMa...
Ted Kremenek
2008-12-09
In GRExprEngine treat @throw as an 'abort' that ends the current path. This ...
Ted Kremenek
2008-12-09
Add utility method. Remove an unused method.
Zhongxing Xu
2008-12-09
[static analyzer] Extend VLA size checking to look for undefined sizes.
Ted Kremenek
2008-12-09
Fixed LiveVariables bug where we didn't consider block-level expressions that...
Ted Kremenek
2008-12-08
Add checking for zero-sized VLAs.
Ted Kremenek
2008-12-08
'self.myIvar = nil' (properties) only releases myIvar when the property has k...
Ted Kremenek
2008-12-06
Add bandaid transfer function support for assignments involving ObjCKVCRefExpr.
Ted Kremenek
2008-12-05
Add SymbolRef::print() and have SymbolicRegion::print() use this method inste...
Ted Kremenek
2008-12-05
Use trait-based profiling of SymbolRefs, avoiding calling getNumber() (which ...
Ted Kremenek
2008-12-05
Rename SymbolID to SymbolRef. This is a precursor to some overhauling of the...
Ted Kremenek
2008-12-05
Remove SymbolDataContentsOf (unused).
Ted Kremenek
2008-12-05
StoreManager::Retrieve and StoreManager::RemoveDeadBindings now take a GRStat...
Ted Kremenek
2008-12-04
Revamp RegionStoreManager::RemoveDeadBindings. This method now does a comple...
Ted Kremenek
2008-12-04
Update comment.
Ted Kremenek
2008-12-04
Add comments.
Zhongxing Xu
2008-12-03
BasicConstraintManager:
Ted Kremenek
2008-12-03
BasicConstraintManager:
Ted Kremenek
2008-12-02
Make RegionStoreManager::InitializeArray safe against array sizes that don't ...
Sebastian Redl
2008-12-02
Add FIXME.
Ted Kremenek
2008-11-30
Add support for initializing array with string literal.
Zhongxing Xu
2008-11-29
To be consistent, make the index of the ElementRegion always signed.
Zhongxing Xu
2008-11-28
Fix a serious bug.
Zhongxing Xu
2008-11-28
Code cleanup. No functional change.
Zhongxing Xu
2008-11-28
Use std::make_pair instead of std::pair's ctor.
Zhongxing Xu
2008-11-27
Factory objects should not be temporary. It caches all objects in the set.
Zhongxing Xu
2008-11-27
RegionViewMap factory is actually not used. All GDMs should use factories from
Zhongxing Xu
2008-11-27
Add comments.
Zhongxing Xu
[prev]
[next]