summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/temporaries.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Fix off-by-one in operator call parameter binding.Artem Dergachev2019-10-231-0/+16
* [CFG] Make representation of destructor calls more accurate.Artem Dergachev2019-08-281-17/+2
* [analyzer] Improve modeling for returning an object from the top frame with RVO.Artem Dergachev2018-12-191-11/+85
* [analyzer] Put llvm.Conventions back in alphaKristof Umann2018-11-021-1/+1
* [CFG] [analyzer] Disable argument construction contexts for variadic functions.Artem Dergachev2018-08-291-0/+20
* [analyzer] Move analyzer-eagerly-assume to AnalyzerOptions, enable by defaultGeorge Karpenkov2018-08-291-4/+4
* [analyzer] Add support for constructors of arguments.Artem Dergachev2018-08-151-4/+152
* [analyzer] NFC: Document that we support implicit argument constructors.Artem Dergachev2018-08-071-0/+18
* [analyzer] Fix eliding the same destructor twice due to buggy default arguments.Artem Dergachev2018-07-311-0/+15
* [CFG] [analyzer] Add stubs for constructor and message argument constructors.Artem Dergachev2018-07-311-4/+30
* [analyzer] Add support for pre-C++17 copy elision.Artem Dergachev2018-06-281-146/+42
* [analyzer] Remove an assertion that doesn't hold in C++17.Artem Dergachev2018-03-221-0/+3
* [CFG] [analyzer] Don't add construction context to a return-by-reference call.Artem Dergachev2018-03-121-0/+13
* [analyzer] Support temporaries conjured by conservatively evaluated functions.Artem Dergachev2018-03-121-2/+50
* [CFG] [analyzer] Add construction context for implicit constructor conversions.Artem Dergachev2018-03-091-0/+45
* [analyzer] Enable cfg-temporary-dtors by default.Artem Dergachev2018-03-011-1/+1
* [analyzer] Track temporaries without construction contexts for destruction.Artem Dergachev2018-02-271-6/+11
* [analyzer] Introduce correct lifetime extension behavior in simple cases.Artem Dergachev2018-02-271-0/+27
* [analyzer] Suppress temporary destructors for temporary arrays.Artem Dergachev2018-02-151-0/+16
* [analyzer] Compute the correct this-region for temporary destructors.Artem Dergachev2018-02-151-0/+113
* [analyzer] Inline constructors for destroyable temporaries.Artem Dergachev2018-02-151-16/+105
* [analyzer] Allow inlining constructors into return values.Artem Dergachev2018-02-151-2/+162
* [NFC] fix trivial typos in comments and documentsHiroshi Inoue2018-01-261-1/+1
* [analyzer] When creating a temporary object, properly copy the value into it.Artem Dergachev2017-03-281-0/+27
* Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-031-3/+3
* Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-3/+3
* Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-3/+3
* Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-3/+3
* Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-3/+3
* [analyzer] pr32088: Don't destroy the temporary if its initializer causes ret...Devin Coughlin2017-03-011-0/+10
* Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen2017-02-281-3/+3
* Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-281-3/+3
* Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-271-3/+3
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-271-3/+3
* [analyzer] Add sink after construction of temporary with no-return destructor.Devin Coughlin2016-12-191-0/+26
* [Static Analyzer] Lambda support.Gabor Horvath2015-09-111-7/+1
* Work around missing handling of temporaries bound to default arguments.Manuel Klimek2014-08-131-0/+21
* Work around default parameter problem in the static analyzer.Manuel Klimek2014-08-111-0/+5
* Re-applying r214962.Manuel Klimek2014-08-071-11/+170
* Revert "Fix modelling of non-lifetime-extended temporary destructors in the a...Rui Ueyama2014-08-061-162/+11
* Fix modelling of non-lifetime-extended temporary destructors in the analyzer.Manuel Klimek2014-08-061-11/+162
* Fix crash when resolving branch conditions for temporary destructor condition...Manuel Klimek2014-05-051-13/+18
* [analyzer] Fix a CFG printing bug.Jordan Rose2014-04-011-6/+34
* Revert "[analyzer] Refactor conditional expression evaluating code"Anna Zaks2013-12-061-10/+18
* [analyzer] Add very limited support for temporary destructorsPavel Labath2013-09-021-8/+62
* [analyzer] Enable usage of temporaries in InitListExprsPavel Labath2013-08-091-0/+36
* Fix tests on targets that don't support thread_localPavel Labath2013-07-261-2/+2
* Add a triple. Should fix the windows bots.Rafael Espindola2013-07-261-1/+1
* [analyzer] Fix FP warnings when binding a temporary to a local static variablePavel Labath2013-07-261-0/+16
* [analyzer] Add regression test for the crash in PR16664.Jordan Rose2013-07-251-0/+32
OpenPOWER on IntegriCloud