index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Analysis
/
temp-obj-dtors-cfg-output.cpp
Age
Commit message (
Expand
)
Author
2013-02-05
Change subexpressions to be visited in the CFG from left-to-right.
Ted Kremenek
2013-01-26
Comment parsing: actually check for a block command after "\param x"
Dmitri Gribenko
2013-01-25
Remove useless 'XPASS: *' from tests
Dmitri Gribenko
2012-09-10
[analyzer] For now, don't inline C++ standard library functions.
Jordan Rose
2012-09-05
[analyzer] Always include destructors in the analysis CFG.
Jordan Rose
2012-07-31
[analyzer] Turn -cfg-add-initializers on by default, and remove the flag.
Jordan Rose
2012-07-14
Refine CFG so that '&&' and '||' don't lead to extra confluence points when u...
Ted Kremenek
2012-01-11
Add elidable CXXConstructExpr as block-level expr. It converts an lvalue to a...
Zhongxing Xu
2011-12-22
Colorize and condense CFG pretty-printing.
Ted Kremenek
2011-11-30
Per an offline conversation with John McCall, have StmtPrinter actually print...
Ted Kremenek
2011-11-16
Added missing ImplicitCastExpr around conversion operator call.
Abramo Bagnara
2011-11-05
Per discussion with John McCall, don't add OpaqueValueExprs to the CFG.
Ted Kremenek
2011-07-28
[analyzer] Overhaul how the static analyzer expects CFGs by forcing CFGs to b...
Ted Kremenek
2011-02-17
[analyzer] Use the new registration mechanism for the debugging info "checks".
Argyrios Kyrtzidis
2011-02-17
Change the representation of GNU ?: expressions to use a different expression
John McCall
2010-11-14
Revert r118991.
Zhongxing Xu
2010-11-13
Do not add implicit dtors for CXXBindTemporaryExpr with elidable
Zhongxing Xu
2010-11-03
fix test case.
Zhongxing Xu
2010-11-03
Added generating destructors for temporary objects. Two cases I know of, that...
Marcin Swiderski