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
/
temp-obj-dtors-cfg-output.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change subexpressions to be visited in the CFG from left-to-right.
Ted Kremenek
2013-02-05
1
-85
/
+85
*
Comment parsing: actually check for a block command after "\param x"
Dmitri Gribenko
2013-01-26
1
-0
/
+1
*
Remove useless 'XPASS: *' from tests
Dmitri Gribenko
2013-01-25
1
-1
/
+0
*
[analyzer] For now, don't inline C++ standard library functions.
Jordan Rose
2012-09-10
1
-1
/
+1
*
[analyzer] Always include destructors in the analysis CFG.
Jordan Rose
2012-09-05
1
-1
/
+1
*
[analyzer] Turn -cfg-add-initializers on by default, and remove the flag.
Jordan Rose
2012-07-31
1
-1
/
+1
*
Refine CFG so that '&&' and '||' don't lead to extra confluence points when u...
Ted Kremenek
2012-07-14
1
-62
/
+143
*
Add elidable CXXConstructExpr as block-level expr. It converts an lvalue to a...
Zhongxing Xu
2012-01-11
1
-641
/
+657
*
Colorize and condense CFG pretty-printing.
Ted Kremenek
2011-12-22
1
-667
/
+642
*
Per an offline conversation with John McCall, have StmtPrinter actually print...
Ted Kremenek
2011-11-30
1
-6
/
+7
*
Added missing ImplicitCastExpr around conversion operator call.
Abramo Bagnara
2011-11-16
1
-41
/
+55
*
Per discussion with John McCall, don't add OpaqueValueExprs to the CFG.
Ted Kremenek
2011-11-05
1
-27
/
+22
*
[analyzer] Overhaul how the static analyzer expects CFGs by forcing CFGs to b...
Ted Kremenek
2011-07-28
1
-483
/
+658
*
[analyzer] Use the new registration mechanism for the debugging info "checks".
Argyrios Kyrtzidis
2011-02-17
1
-1
/
+1
*
Change the representation of GNU ?: expressions to use a different expression
John McCall
2011-02-17
1
-51
/
+77
*
Revert r118991.
Zhongxing Xu
2010-11-14
1
-3
/
+12
*
Do not add implicit dtors for CXXBindTemporaryExpr with elidable
Zhongxing Xu
2010-11-13
1
-12
/
+3
*
fix test case.
Zhongxing Xu
2010-11-03
1
-473
/
+457
*
Added generating destructors for temporary objects. Two cases I know of, that...
Marcin Swiderski
2010-11-03
1
-0
/
+581