index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unifies the name-lookup mechanisms used in various parts of the AST
Douglas Gregor
2008-12-11
1
-2
/
+7
*
Identify AnonPointeeRegion by the symbol that is concretized.
Zhongxing Xu
2008-12-11
1
-10
/
+7
*
AnonPointeeRegions are now identified by the MemRegion of the pointer pointing
Zhongxing Xu
2008-12-11
1
-6
/
+6
*
Fix to BasicStoreManager::getElementLValue: If the base region is a symbol, l...
Ted Kremenek
2008-12-09
1
-2
/
+13
*
Have BasicStoreManager::getLValueElement() have logic similar to BasicStoreMa...
Ted Kremenek
2008-12-09
1
-2
/
+37
*
In GRExprEngine treat @throw as an 'abort' that ends the current path. This ...
Ted Kremenek
2008-12-09
1
-0
/
+9
*
Add utility method. Remove an unused method.
Zhongxing Xu
2008-12-09
1
-0
/
+2
*
[static analyzer] Extend VLA size checking to look for undefined sizes.
Ted Kremenek
2008-12-09
2
-12
/
+40
*
Fixed LiveVariables bug where we didn't consider block-level expressions that...
Ted Kremenek
2008-12-09
1
-2
/
+12
*
Add checking for zero-sized VLAs.
Ted Kremenek
2008-12-08
2
-3
/
+57
*
'self.myIvar = nil' (properties) only releases myIvar when the property has k...
Ted Kremenek
2008-12-08
1
-2
/
+5
*
Add bandaid transfer function support for assignments involving ObjCKVCRefExpr.
Ted Kremenek
2008-12-06
1
-0
/
+7
*
Add SymbolRef::print() and have SymbolicRegion::print() use this method inste...
Ted Kremenek
2008-12-05
2
-1
/
+7
*
Use trait-based profiling of SymbolRefs, avoiding calling getNumber() (which ...
Ted Kremenek
2008-12-05
1
-1
/
+1
*
Rename SymbolID to SymbolRef. This is a precursor to some overhauling of the...
Ted Kremenek
2008-12-05
11
-89
/
+89
*
Remove SymbolDataContentsOf (unused).
Ted Kremenek
2008-12-05
1
-28
/
+1
*
StoreManager::Retrieve and StoreManager::RemoveDeadBindings now take a GRStat...
Ted Kremenek
2008-12-05
3
-36
/
+37
*
Revamp RegionStoreManager::RemoveDeadBindings. This method now does a comple...
Ted Kremenek
2008-12-04
1
-7
/
+131
*
Update comment.
Ted Kremenek
2008-12-04
1
-0
/
+3
*
Add comments.
Zhongxing Xu
2008-12-04
1
-0
/
+6
*
BasicConstraintManager:
Ted Kremenek
2008-12-03
1
-3
/
+23
*
BasicConstraintManager:
Ted Kremenek
2008-12-03
1
-6
/
+24
*
Make RegionStoreManager::InitializeArray safe against array sizes that don't ...
Sebastian Redl
2008-12-02
1
-1
/
+2
*
Add FIXME.
Ted Kremenek
2008-12-02
1
-0
/
+3
*
Add support for initializing array with string literal.
Zhongxing Xu
2008-11-30
2
-5
/
+34
*
To be consistent, make the index of the ElementRegion always signed.
Zhongxing Xu
2008-11-29
1
-1
/
+1
*
Fix a serious bug.
Zhongxing Xu
2008-11-28
1
-2
/
+3
*
Code cleanup. No functional change.
Zhongxing Xu
2008-11-28
1
-3
/
+5
*
Use std::make_pair instead of std::pair's ctor.
Zhongxing Xu
2008-11-28
2
-4
/
+3
*
Factory objects should not be temporary. It caches all objects in the set.
Zhongxing Xu
2008-11-27
1
-3
/
+4
*
RegionViewMap factory is actually not used. All GDMs should use factories from
Zhongxing Xu
2008-11-27
1
-2
/
+0
*
Add comments.
Zhongxing Xu
2008-11-27
1
-0
/
+2
*
Add support for pluggable components of static analyzer.
Zhongxing Xu
2008-11-27
1
-3
/
+3
*
remove unused var
Nuno Lopes
2008-11-25
1
-1
/
+0
*
Fix the fix of revision 59974. Now array-struct.c passes too.
Sebastian Redl
2008-11-24
1
-1
/
+2
*
Fix crash of array bounds checking under 64-bit.
Sebastian Redl
2008-11-24
2
-5
/
+14
*
Remove FIXME comment.
Ted Kremenek
2008-11-24
1
-1
/
+0
*
Add support for AllocaRegion extent with GDM.
Zhongxing Xu
2008-11-24
2
-5
/
+63
*
Add utility methods.
Zhongxing Xu
2008-11-24
1
-0
/
+9
*
Cleanup code with utility method.
Zhongxing Xu
2008-11-24
1
-2
/
+2
*
Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of
Chris Lattner
2008-11-24
7
-16
/
+17
*
Strings are NULL terminated. So the region size should plus one.
Zhongxing Xu
2008-11-24
1
-1
/
+1
*
Migrate some stuff from NamedDecl::getName() to
Chris Lattner
2008-11-24
1
-1
/
+1
*
Rename Selector::getName() to Selector::getAsString(), and add
Chris Lattner
2008-11-24
3
-5
/
+5
*
Add a comment about the signedness.
Zhongxing Xu
2008-11-24
1
-0
/
+2
*
Add getSize() support for StringRegion.
Zhongxing Xu
2008-11-24
2
-3
/
+7
*
Add out-of-bound memory access warning report code.
Zhongxing Xu
2008-11-23
2
-4
/
+28
*
Clean up code by using utility methods.
Zhongxing Xu
2008-11-23
1
-11
/
+7
*
remove a dead enum
Chris Lattner
2008-11-22
1
-1
/
+0
*
New AST node to access "implicit" setter/getter using property dor syntax.
Fariborz Jahanian
2008-11-22
1
-2
/
+1
[next]