summaryrefslogtreecommitdiffstats
path: root/test/Analysis/temp-obj-dtors-cfg-output.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add elidable CXXConstructExpr as block-level expr. It converts an lvalue to a...Zhongxing Xu2012-01-111-641/+657
* Colorize and condense CFG pretty-printing.Ted Kremenek2011-12-221-667/+642
* Per an offline conversation with John McCall, have StmtPrinter actually print...Ted Kremenek2011-11-301-6/+7
* Added missing ImplicitCastExpr around conversion operator call.Abramo Bagnara2011-11-161-41/+55
* Per discussion with John McCall, don't add OpaqueValueExprs to the CFG.Ted Kremenek2011-11-051-27/+22
* [analyzer] Overhaul how the static analyzer expects CFGs by forcing CFGs to b...Ted Kremenek2011-07-281-483/+658
* [analyzer] Use the new registration mechanism for the debugging info "checks".Argyrios Kyrtzidis2011-02-171-1/+1
* Change the representation of GNU ?: expressions to use a different expressionJohn McCall2011-02-171-51/+77
* Revert r118991.Zhongxing Xu2010-11-141-3/+12
* Do not add implicit dtors for CXXBindTemporaryExpr with elidable Zhongxing Xu2010-11-131-12/+3
* fix test case.Zhongxing Xu2010-11-031-473/+457
* Added generating destructors for temporary objects. Two cases I know of, that...Marcin Swiderski2010-11-031-0/+581