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
/
test
/
Analysis
/
cfg.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some cases of incorrect handling of lifetime extended temporaries.
Manuel Klimek
2014-07-30
1
-1
/
+56
*
Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a...
David Blaikie
2014-04-02
1
-1
/
+1
*
[CFG] record the original (now unreachable) block of 'case:' and 'default:' c...
Ted Kremenek
2014-02-27
1
-3
/
+4
*
[analyzer] Print function name when dumping its CFG.
Jordan Rose
2014-01-15
1
-14
/
+13
*
CFG: use Visit instead of VisitStmt to look through parens.
Jordan Rose
2014-01-14
1
-0
/
+29
*
[analyzer] Add a CFG node for the allocator call in a C++ 'new' expression.
Jordan Rose
2014-01-13
1
-15
/
+78
*
Add CFG tests for switch's involving "extended" enum.
Ted Kremenek
2013-12-11
1
-1
/
+129
*
Avoid double edges when constructing CFGs
Pavel Labath
2013-09-06
1
-0
/
+37
*
Add an implicit dtor CFG node just before C++ 'delete' expressions.
Jordan Rose
2013-09-03
1
-0
/
+46
*
[analyzer] Add a triple to test/Analysis/cfg.cpp
Jordan Rose
2013-08-19
1
-1
/
+1
*
Omit arguments of __builtin_object_size from the CFG.
Jordan Rose
2013-08-19
1
-0
/
+16
*
Analysis: Add a CFG successor to a SwitchStmt if it is both empty and fully c...
David Majnemer
2013-06-04
1
-0
/
+16
*
CFG: In a DeclStmt, skip anything that's not a VarDecl.
Jordan Rose
2013-06-03
1
-3
/
+34
*
CFG.cpp: Fix wrapping logic when printing block preds/succs.
Will Dietz
2013-01-07
1
-0
/
+37