aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/temp-obj-dtors-cfg-output.cpp
AgeCommit message (Expand)Author
2013-02-05Change subexpressions to be visited in the CFG from left-to-right.Ted Kremenek
2013-01-26Comment parsing: actually check for a block command after "\param x"Dmitri Gribenko
2013-01-25Remove useless 'XPASS: *' from testsDmitri 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-14Refine CFG so that '&&' and '||' don't lead to extra confluence points when u...Ted Kremenek
2012-01-11Add elidable CXXConstructExpr as block-level expr. It converts an lvalue to a...Zhongxing Xu
2011-12-22Colorize and condense CFG pretty-printing.Ted Kremenek
2011-11-30Per an offline conversation with John McCall, have StmtPrinter actually print...Ted Kremenek
2011-11-16Added missing ImplicitCastExpr around conversion operator call.Abramo Bagnara
2011-11-05Per 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-17Change the representation of GNU ?: expressions to use a different expressionJohn McCall
2010-11-14Revert r118991.Zhongxing Xu
2010-11-13Do not add implicit dtors for CXXBindTemporaryExpr with elidable Zhongxing Xu
2010-11-03fix test case.Zhongxing Xu
2010-11-03Added generating destructors for temporary objects. Two cases I know of, that...Marcin Swiderski