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
/
Checker
/
Store.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...
Argyrios Kyrtzidis
2010-12-22
1
-333
/
+0
*
[analyzer] Refactoring: include/clang/Checker -> include/clang/GR
Argyrios Kyrtzidis
2010-12-22
1
-2
/
+2
*
Merge ValueManager into SValBuilder.
Ted Kremenek
2010-12-02
1
-11
/
+11
*
Rename all 'EvalXXX' methods in libChecker to
Ted Kremenek
2010-12-01
1
-2
/
+2
*
Rename 'SValuator' to 'SValBuilder'. The new name
Ted Kremenek
2010-12-01
1
-3
/
+3
*
Rename CXXObjectRegion to CXXTempObjectRegion.
Zhongxing Xu
2010-11-26
1
-1
/
+2
*
Disallow the use of UnknownVal as the index for ElementRegions. UnknownVals ...
Ted Kremenek
2010-09-15
1
-6
/
+6
*
Don't assert in the analyzer when analyze code does a byte load from a functi...
Ted Kremenek
2010-09-01
1
-9
/
+2
*
- Allow making ElementRegions with complex offsets (expressions or symbols) f...
Jordy Rose
2010-08-16
1
-4
/
+13
*
MemRegion can refer to ASTContext without external help.
Zhongxing Xu
2010-08-11
1
-3
/
+3
*
Makes GRState::makeWithStore private, to encourage clients to make store chan...
Jordy Rose
2010-08-03
1
-0
/
+5
*
Improve flat store: MemRegion::getAsOffset() computes a region's offset within
Zhongxing Xu
2010-08-02
1
-1
/
+1
*
Fix PR 7475 by enhancing the static analyzer to also invalidate bindings for ...
Ted Kremenek
2010-07-01
1
-12
/
+2
*
Analyzer: add support for CXXNewExpr.
Zhongxing Xu
2010-04-19
1
-0
/
+7
*
Fix crash in StoreManager::CastRegion() when the base region is a type with 0...
Ted Kremenek
2010-04-07
1
-7
/
+8
*
Eliminate the ASTContext parameter from RecordDecl::getDefinition()
Douglas Gregor
2010-02-11
1
-1
/
+1
*
Unify the implementation of getLValueElement of store managers.
Zhongxing Xu
2010-02-08
1
-0
/
+55
*
Unify the implementation of getLValueIvar and getLValueField of store managers.
Zhongxing Xu
2010-02-08
1
-0
/
+36
*
Move common methods to the base StoreManager class.
Zhongxing Xu
2010-02-08
1
-13
/
+0
*
ASTContext is now a reference member of StoreManager.
Zhongxing Xu
2010-02-08
1
-1
/
+1
*
More GRState* -> Store changes.
Zhongxing Xu
2010-02-05
1
-8
/
+7
*
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek
2010-01-25
1
-0
/
+250