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
/
CFG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename several methods/functions in the analyzer
Ted Kremenek
2010-12-17
1
-78
/
+78
*
Start migration of static analyzer to using the
Ted Kremenek
2010-12-16
1
-87
/
+44
*
Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical
John McCall
2010-12-06
1
-10
/
+10
*
More anonymous struct/union redesign. This one deals with anonymous field use...
Francois Pichet
2010-12-04
1
-2
/
+2
*
Although we currently have explicit lvalue-to-rvalue conversions, they're
John McCall
2010-12-04
1
-2
/
+19
*
print asLValue attribute of CFGStmt.
Zhongxing Xu
2010-11-24
1
-0
/
+3
*
Refactor AddStmtChoice to make it easier to use; also add comments on how the...
Zhanyong Wan
2010-11-24
1
-49
/
+57
*
Stylistic changes to CFG.cpp:
Zhanyong Wan
2010-11-22
1
-24
/
+22
*
Fix PR8419. Reviewed by kremenek and xuzhongxing.
Zhanyong Wan
2010-11-22
1
-0
/
+17
*
Remove invalid assertion from CFG builder. When building the CFG pieces for ...
Ted Kremenek
2010-11-15
1
-1
/
+2
*
Revert r118991.
Zhongxing Xu
2010-11-14
1
-8
/
+1
*
Do not add implicit dtors for CXXBindTemporaryExpr with elidable
Zhongxing Xu
2010-11-13
1
-1
/
+8
*
Do not add elidable CXXConstructExpr as block-level expr.
Zhongxing Xu
2010-11-03
1
-1
/
+2
*
Added generating destructors for temporary objects. Two cases I know of, that...
Marcin Swiderski
2010-11-03
1
-31
/
+295
*
Explicitly handle CXXBindTemporaryExpr, CXXFunctionalCastExpr,
Zhongxing Xu
2010-11-01
1
-0
/
+51
*
Make all CXXConstructExpr's block-level expressions. This is required by
Zhongxing Xu
2010-11-01
1
-1
/
+28
*
Added CFGTerminator class, that holds information about CFGBlock terminator s...
Marcin Swiderski
2010-10-29
1
-5
/
+5
*
If visiting RHS causes us to finish 'Block', e.g. the RHS is a StmtExpr
Zhongxing Xu
2010-10-27
1
-3
/
+8
*
Added generation of destructors for member constant size arrays.
Marcin Swiderski
2010-10-25
1
-2
/
+15
*
Added generation of destructors for constant size arrays.
Marcin Swiderski
2010-10-25
1
-2
/
+10
*
- Fixed subexpressions evaluation order for binary operators to match order i...
Marcin Swiderski
2010-10-24
1
-7
/
+9
*
* Simplify code
Zhongxing Xu
2010-10-05
1
-10
/
+10
*
Added support for base and member destructors in destructor.
Marcin Swiderski
2010-10-05
1
-0
/
+62
*
Added support for C++ initializers in CFG.
Marcin Swiderski
2010-10-04
1
-6
/
+34
*
Now the whether adding implicit dtors is controlled by cmd option.
Zhongxing Xu
2010-10-01
1
-2
/
+0
*
The return value is never used.
Zhongxing Xu
2010-10-01
1
-7
/
+8
*
Use default augument.
Zhongxing Xu
2010-10-01
1
-3
/
+3
*
Simplify interface for addLocalScopeForStmt().
Zhongxing Xu
2010-10-01
1
-9
/
+9
*
The old logic would add non-struct and non C++ struct variables to the local
Zhongxing Xu
2010-10-01
1
-7
/
+6
*
Added generating CFGAutomaticObjDtors for exception variable in catch statement.
Marcin Swiderski
2010-10-01
1
-0
/
+12
*
Added generating CFGAutomaticObjDtors for init statement, condition variable ...
Marcin Swiderski
2010-10-01
1
-3
/
+26
*
dded generating CFGAutomaticObjDtors for condition variable and implicit scop...
Marcin Swiderski
2010-10-01
1
-0
/
+18
*
Added generating CFGAutomaticObjDtors for condition variable and implicit sco...
Marcin Swiderski
2010-10-01
1
-1
/
+24
*
Added generating CFGAutomaticObjDtors for condition variable and implicit sco...
Marcin Swiderski
2010-10-01
1
-0
/
+24
*
Fixed checking for trivial destructor in CFGBuilder::addLocalScopeForVarDecl....
Marcin Swiderski
2010-10-01
1
-3
/
+4
*
Added:
Marcin Swiderski
2010-10-01
1
-0
/
+10
*
Added methods for adding LocalScopes and CFGAutomaticObjDtors.
Marcin Swiderski
2010-09-30
1
-0
/
+131
*
Added methods for inserting CFGAutomaticObjDtors to CFGBlocks,
Marcin Swiderski
2010-09-30
1
-0
/
+37
*
Added:
Marcin Swiderski
2010-09-30
1
-5
/
+36
*
In preparation for adding generation of destructors for objects with automati...
Marcin Swiderski
2010-09-25
1
-43
/
+166
*
Added:
Marcin Swiderski
2010-09-21
1
-47
/
+109
*
Tidy up.
Zhongxing Xu
2010-09-16
1
-5
/
+4
*
Introduce new CFGElement hierarchy to support C++ CFG, based on Marcin's patch
Zhongxing Xu
2010-09-16
1
-6
/
+18
*
Relax assertion in CFG builder when processing ForStmts. This fixes an asser...
Ted Kremenek
2010-09-15
1
-1
/
+2
*
Add CFG::BuildOptions class to pass in CFG builder options under on parameter...
Ted Kremenek
2010-09-14
1
-18
/
+10
*
Fix CFGBuilder crash reported in PR 8141.
Ted Kremenek
2010-09-14
1
-2
/
+6
*
Remove from the CFG the half-implemented support for scoping information. We...
Ted Kremenek
2010-09-13
1
-42
/
+4
*
Add ObjCAtSynchronizedStmt to the CFG and add GRExprEngine support (PreVisit ...
Ted Kremenek
2010-09-10
1
-0
/
+4
*
Remove stray ';' and convert tabs to spaces.
Ted Kremenek
2010-09-09
1
-5
/
+5
*
Add 'filtered_pred_iterator' and 'filtered_succ_iterator' to CFGBlock. This ...
Ted Kremenek
2010-09-09
1
-0
/
+23
[next]