summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/temp-obj-dtors-cfg-output.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change subexpressions to be visited in the CFG from left-to-right.Ted Kremenek2013-02-051-85/+85
* Comment parsing: actually check for a block command after "\param x"Dmitri Gribenko2013-01-261-0/+1
* Remove useless 'XPASS: *' from testsDmitri Gribenko2013-01-251-1/+0
* [analyzer] For now, don't inline C++ standard library functions.Jordan Rose2012-09-101-1/+1
* [analyzer] Always include destructors in the analysis CFG.Jordan Rose2012-09-051-1/+1
* [analyzer] Turn -cfg-add-initializers on by default, and remove the flag.Jordan Rose2012-07-311-1/+1
* Refine CFG so that '&&' and '||' don't lead to extra confluence points when u...Ted Kremenek2012-07-141-62/+143
* 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
OpenPOWER on IntegriCloud