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
2009-06-26
Introduce a new concept to the static analyzer: SValuator.
Ted Kremenek
2009-06-25
Remove declaration for unused and unimplemented static method.
Ted Kremenek
2009-06-25
remove RegionKills GDM. Now UnknownVal is bound to regions explicitly.
Zhongxing Xu
2009-06-25
Move element region retrieving logic into a separate function.
Zhongxing Xu
2009-06-25
Move all logic for retrieving ElementRegion binding into a separate method.
Zhongxing Xu
2009-06-24
Remove uses of std::ostream from libAnalysis.
Ted Kremenek
2009-06-24
Remove GRStateManager::GetSValAsScalarOrLoc()/GetSVal().
Ted Kremenek
2009-06-24
Update for LLVM API changes.
Owen Anderson
2009-06-24
use a concrete type instead of a trait type to make code more readable.
Zhongxing Xu
2009-06-24
RegionStore: revert to the default value approach for array initialization.
Zhongxing Xu
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
- Add MemRegion::getMemorySpace()
Ted Kremenek
2009-06-23
Move 'hasStackStorage()' and 'hasHeapStorage()' from MemRegionManager to MemR...
Ted Kremenek
2009-06-23
API cleanup: move more methods from GRStateManager to GRState.
Ted Kremenek
2009-06-23
Update CMake file.
Ted Kremenek
2009-06-23
Move all factory methods from SVal to ValueManager. API cleanup!
Zhongxing Xu
2009-06-23
Split ValueManager method definitions into its own source file.
Zhongxing Xu
2009-06-23
ValueManager::makeNonLoc -> ValueManager::makeIntVal
Zhongxing Xu
2009-06-23
If the init list is fewer than the struct fields, bind the rest fields to 0
Zhongxing Xu
2009-06-23
Instead of setting the default value of the array region, bind the rest of the
Zhongxing Xu
2009-06-23
MemRegionManager: Migrate logic for getCodeTextRegion() over to using
Zhongxing Xu
2009-06-23
Remove duplicated methods.
Zhongxing Xu
2009-06-23
add a fixme.
Zhongxing Xu
2009-06-23
MemRegions:
Ted Kremenek
2009-06-23
MemRegionManager: Migrate logic for getAllocaRegion() over to using trait-bas...
Ted Kremenek
2009-06-23
MemRegionManager: Migrate getObjCObjectRegion() and getTypedViewRegion() to use
Ted Kremenek
2009-06-22
Migrate factory methods for FieldRegion and ObjCIVarRegion creation to use the
Ted Kremenek
2009-06-22
Refactor some of the logic in MemRegionManager for constructing regions using
Ted Kremenek
2009-06-22
Allow CodeTextRegion to be cast to 'void *'.
Zhongxing Xu
2009-06-21
Return UnknownVal for pointer arithmetic on struct fields.
Zhongxing Xu
2009-06-19
Remove more GetSVal/GetLValue methods in GRExprEngine/GRState, instead
Ted Kremenek
2009-06-19
A further step of r73690: associate the cast-to type with the created symbol,
Zhongxing Xu
2009-06-19
If the SymbolicRegion was cast to another type, use that type to create the
Zhongxing Xu
2009-06-18
Move clients over from using GRStateManager::BindXXX and friends to
Ted Kremenek
2009-06-18
Remove GRStateManager& field from SimpleConstraintManager.
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
When casting region, if we do not create an element region, record the cast-to
Zhongxing Xu
2009-06-18
Remove GRStateRef.
Ted Kremenek
2009-06-18
Remove more dependencies on GRStateRef. As a consequence, we can now
Ted Kremenek
2009-06-18
Remove another dependency on GRStateRef.
Ted Kremenek
2009-06-17
First step toward fixing <rdar://problem/6613046> refactor clang objc type re...
Steve Naroff
2009-06-17
Remove more uses of GRStateRef.
Ted Kremenek
2009-06-17
Start moving in the direction of removing GRStateRef. Now each
Ted Kremenek
2009-06-16
RegionStoreManager:
Ted Kremenek
2009-06-16
Use canonical type for building ElementRegion. Otherwise ElementRegions cannot
Zhongxing Xu
2009-06-16
Do not invalidate unboundable regions in GRSimpleVals::EvalCall().
Zhongxing Xu
2009-06-15
Fix: <rdar://problem/6945561> -[CIContext createCGLayerWithSize:info:] misint...
Ted Kremenek
[prev]
[next]