summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/auto-obj-dtors-cfg-output.cpp
Commit message (Expand)AuthorAgeFilesLines
* [CFG] Make representation of destructor calls more accurate.Artem Dergachev2019-08-281-2/+2
* [CFG] [analyzer] Simplify lifetime-extended temporary construction contexts.Artem Dergachev2018-06-281-6/+6
* [CFG] Fix automatic destructors when a member is bound to a reference.Artem Dergachev2018-06-041-4/+291
* [CFG] [analyzer] Add construction contexts for loop condition variables.Artem Dergachev2018-04-191-4/+8
* [CFG] Provide construction contexts for temporaries bound to const references.Artem Dergachev2018-02-241-1/+1
* [CFG] Provide construction contexts for temproary objects.Artem Dergachev2018-02-151-1/+2
* [CFG] Add construction context for simple variable declarations.Artem Dergachev2018-02-101-52/+113
* Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-031-1/+1
* Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-1/+1
* Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-1/+1
* Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-1/+1
* Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-1/+1
* Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen2017-02-281-1/+1
* Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-281-1/+1
* Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-271-1/+1
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-271-1/+1
* Reapply "Pretty Printer: Fix printing of conversion operator decls and calls."Benjamin Kramer2014-02-251-8/+8
* [analyzer] Restructure a test filePavel Labath2013-09-051-708/+707
* Remove useless 'XPASS: *' from testsDmitri Gribenko2013-01-251-1/+0
* [analyzer] Always include destructors in the analysis CFG.Jordan Rose2012-09-051-1/+1
* Refine CFG so that '&&' and '||' don't lead to extra confluence points when u...Ted Kremenek2012-07-141-147/+148
* [analyzer] Use recursive AST visitor to drive simple visitation order inAnna Zaks2012-03-131-9/+17
* [analyzer] fix regression in analyzer of NOT actually aborting on Stmts it do...Ted Kremenek2012-03-101-4/+16
* Colorize and condense CFG pretty-printing.Ted Kremenek2011-12-221-721/+685
* Added missing ImplicitCastExpr around conversion operator call.Abramo Bagnara2011-11-161-8/+16
* [analyzer] Overhaul how the static analyzer expects CFGs by forcing CFGs to b...Ted Kremenek2011-07-281-651/+714
* Fix PR 9626 (duplicated self-init warnings under -Wuninitialized) with numero...Ted Kremenek2011-04-041-87/+61
* Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson2011-02-281-1/+1
* Pass -fexceptions to all tests that use try/catch/throw.Anders Carlsson2011-02-191-1/+1
* [analyzer] Use the new registration mechanism for the debugging info "checks".Argyrios Kyrtzidis2011-02-171-1/+1
* Make all CXXConstructExpr's block-level expressions. This is required by Zhongxing Xu2010-11-011-623/+672
* Added generation of destructors for constant size arrays.Marcin Swiderski2010-10-251-0/+17
* Added generating CFGAutomaticObjDtors for exception variable in catch statement.Marcin Swiderski2010-10-011-0/+41
* Added generating CFGAutomaticObjDtors for init statement, condition variable ...Marcin Swiderski2010-10-011-0/+126
* dded generating CFGAutomaticObjDtors for condition variable and implicit scop...Marcin Swiderski2010-10-011-0/+111
* Added generating CFGAutomaticObjDtors for condition variable and implicit sco...Marcin Swiderski2010-10-011-0/+224
* Added generating CFGAutomaticObjDtors for condition variable and implicit sco...Marcin Swiderski2010-10-011-0/+116
* Added:Marcin Swiderski2010-10-011-0/+151
OpenPOWER on IntegriCloud