summaryrefslogtreecommitdiffstats
path: root/test/Analysis/dtor.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Analyzer: Teach analyzer how to handle TypeTraitExprIsmail Pazarbasi2015-09-221-1/+36
* PR6037Nathan Sidwell2015-01-191-1/+1
* [analyzer] Re-enable test I accidentally committed commented-out.Jordan Rose2014-04-071-5/+5
* [analyzer] Look through temporary destructors when finding a region to constr...Jordan Rose2014-04-051-5/+10
* [analyzer] Fix a CFG printing bug.Jordan Rose2014-04-011-0/+64
* Fix a crash introduced in r189828.Matt Beaumont-Gay2013-09-091-0/+5
* [analyzer] Enable pseudo-destructor expressions.Jordan Rose2013-07-231-0/+14
* Revert "[analyzer] Add very limited support for temporary destructors"Jordan Rose2013-07-231-15/+0
* [analyzer] Add very limited support for temporary destructorsPavel Labath2013-07-171-0/+15
* [analyzer] Improve handling of noreturn destructorsPavel Labath2013-07-031-0/+16
* [analyzer] Correctly handle destructors for lifetime-extended temporaries.Jordan Rose2013-04-031-0/+73
* [analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa".Anna Zaks2013-01-241-1/+1
* [analyzer] Don't crash running destructors for multidimensional arrays.Jordan Rose2012-12-121-0/+27
* [analyzer] Member function calls that use qualified names are non-virtual.Jordan Rose2012-09-111-0/+20
* [analyzer] Don't attempt to devirtualize calls to base class destructors.Jordan Rose2012-09-061-0/+30
* [analyzer] Always include destructors in the analysis CFG.Jordan Rose2012-09-051-1/+1
* [analyzer] Though C++ inlining is enabled, don't inline ctors and dtors.Jordan Rose2012-08-311-1/+1
* [analyzer] When we look for the last stmt in a function, skip implicit dtors.Jordan Rose2012-08-281-1/+25
* [analyzer] Correctly devirtualize virtual method calls in destructors.Jordan Rose2012-08-151-0/+54
* [analyzer] Turn -cfg-add-initializers on by default, and remove the flag.Jordan Rose2012-07-311-1/+1
* [analyzer] Don't crash on implicit statements inside initializers.Jordan Rose2012-07-261-1/+20
* [analyzer] Don't crash on array constructors and destructors.Jordan Rose2012-07-261-2/+35
* [analyzer] Handle C++ member initializers and destructors.Jordan Rose2012-07-261-0/+18
* [analyzer] Show paths for destructor calls.Jordan Rose2012-07-261-0/+69
* [analyzer] Inline ctors + dtors when the CFG is built for them.Jordan Rose2012-07-261-1/+24
* [analyzer] Rework inlining related command line options.Anna Zaks2012-03-081-1/+1
* [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis2011-02-281-1/+1
* [analyzer] Migrate NSErrorChecker and DereferenceChecker to CheckerV2.Argyrios Kyrtzidis2011-02-281-1/+1
* Handle CFGAutomaticObjDtor. Zhongxing Xu2010-11-201-0/+13