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
*
Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...
Dominic Chen
2017-03-02
1
-1
/
+1
*
Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...
Dominic Chen
2017-02-28
1
-1
/
+1
*
Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...
Dominic Chen
2017-02-28
1
-1
/
+1
*
Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...
Dominic Chen
2017-02-27
1
-1
/
+1
*
[analyzer] NFC: Update test infrastructure to support multiple constraint man...
Dominic Chen
2017-02-27
1
-1
/
+1
*
Make output of -ast-print a valid C++ code.
Serge Pavlov
2016-11-10
1
-1
/
+1
*
[c++1z] Include "noexcept" in builtin function types where appropriate. Fixes
Richard Smith
2016-10-18
1
-1
/
+1
*
PR22924, PR22845, some of CWG1464: When checking the initializer for an array
Richard Smith
2016-10-05
1
-2
/
+2
*
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