summaryrefslogtreecommitdiffstats
path: root/test/Analysis/temp-obj-dtors-cfg-output.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-031-2/+2
* Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-2/+2
* Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-2/+2
* Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-2/+2
* Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-2/+2
* Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen2017-02-281-2/+2
* Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-281-2/+2
* Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-271-2/+2
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-271-2/+2
* DR616, and part of P0135R1: member access (or pointer-to-member access) on aRichard Smith2016-12-031-3/+3
* Make Sema::getPrintingPolicy less ridiculously expensive. This used to performRichard Smith2016-05-191-1/+1
* [Tests] Modified Lit Tests to be C++11 compatibileCharles Li2015-08-271-11/+21
* Re-applying r214962.Manuel Klimek2014-08-071-58/+45
* Revert "Fix modelling of non-lifetime-extended temporary destructors in the a...Rui Ueyama2014-08-061-271/+264
* Fix modelling of non-lifetime-extended temporary destructors in the analyzer.Manuel Klimek2014-08-061-264/+271
* Fix handling of condition variables in the face of temp dtors.Manuel Klimek2014-05-051-5/+5
* [analyzer] Fix a CFG printing bug.Jordan Rose2014-04-011-2/+391
* Fix CFG bug where the 'isTemporaryDtorsBranch' bit was silently lost for term...Ted Kremenek2014-03-081-10/+10
* Reapply "Pretty Printer: Fix printing of conversion operator decls and calls."Benjamin Kramer2014-02-251-47/+45
* Remove useless XPASSNico Rieck2014-02-161-1/+0
* [analyzer] Add very limited support for temporary destructorsPavel Labath2013-09-021-0/+51
* Revert "[analyzer] Add very limited support for temporary destructors"Jordan Rose2013-07-231-51/+0
* [analyzer] Add very limited support for temporary destructorsPavel Labath2013-07-171-0/+51
* 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