summaryrefslogtreecommitdiff
path: root/clang/test/Analysis/dtor.cpp
AgeCommit message (Expand)Author
2025-07-28Rename 'free' in warning messages to 'release' (#150935)Baghirov Feyruz
2025-03-26[clang][analyzer] Move 'alpha.core.FixedAddressDereference' out of alpha (#13...Balázs Kéri
2022-07-14[analyzer] Evaluate construction of non-POD type arraysisuckatcs
2022-05-09[analyzer] Inline operator delete when MayInlineCXXAllocator is set.Fred Tingaud
2021-11-24[NFC][Clang][test] Inclusive language: Remove and rephrase uses of sanity tes...Zarko Todorovski
2019-08-20[analyzer] Fix a crash when destroying a non-region.Artem Dergachev
2018-12-17Revert rC349281 '[analyzer][MallocChecker][NFC] Document and reorganize some ...Kristof Umann
2018-12-15[analyzer][MallocChecker] Improve warning messages on double-delete errorsKristof Umann
2018-08-29[analyzer] Move analyzer-eagerly-assume to AnalyzerOptions, enable by defaultGeorge Karpenkov
2018-05-04Remove explicit cfg-temporary-dtors=trueAlexander Kornienko
2017-03-03Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-03-02Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen
2017-03-02Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-03-02Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen
2017-03-02Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-02-28Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen
2017-02-28Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen
2017-02-27Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen
2017-02-27[analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen
2015-09-22Analyzer: Teach analyzer how to handle TypeTraitExprIsmail Pazarbasi
2015-01-19PR6037Nathan Sidwell
2014-04-07[analyzer] Re-enable test I accidentally committed commented-out.Jordan Rose
2014-04-05[analyzer] Look through temporary destructors when finding a region to constr...Jordan Rose
2014-04-01[analyzer] Fix a CFG printing bug.Jordan Rose
2013-09-09Fix a crash introduced in r189828.Matt Beaumont-Gay
2013-07-23[analyzer] Enable pseudo-destructor expressions.Jordan Rose
2013-07-23Revert "[analyzer] Add very limited support for temporary destructors"Jordan Rose
2013-07-17[analyzer] Add very limited support for temporary destructorsPavel Labath
2013-07-03[analyzer] Improve handling of noreturn destructorsPavel Labath
2013-04-03[analyzer] Correctly handle destructors for lifetime-extended temporaries.Jordan Rose
2013-01-24[analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa".Anna Zaks
2012-12-12[analyzer] Don't crash running destructors for multidimensional arrays.Jordan Rose
2012-09-11[analyzer] Member function calls that use qualified names are non-virtual.Jordan Rose
2012-09-06[analyzer] Don't attempt to devirtualize calls to base class destructors.Jordan Rose
2012-09-05[analyzer] Always include destructors in the analysis CFG.Jordan Rose
2012-08-31[analyzer] Though C++ inlining is enabled, don't inline ctors and dtors.Jordan Rose
2012-08-28[analyzer] When we look for the last stmt in a function, skip implicit dtors.Jordan Rose
2012-08-15[analyzer] Correctly devirtualize virtual method calls in destructors.Jordan Rose
2012-07-31[analyzer] Turn -cfg-add-initializers on by default, and remove the flag.Jordan Rose
2012-07-26[analyzer] Don't crash on implicit statements inside initializers.Jordan Rose
2012-07-26[analyzer] Don't crash on array constructors and destructors.Jordan Rose
2012-07-26[analyzer] Handle C++ member initializers and destructors.Jordan Rose
2012-07-26[analyzer] Show paths for destructor calls.Jordan Rose
2012-07-26[analyzer] Inline ctors + dtors when the CFG is built for them.Jordan Rose
2012-03-08[analyzer] Rework inlining related command line options.Anna Zaks
2011-02-28[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis
2011-02-28[analyzer] Migrate NSErrorChecker and DereferenceChecker to CheckerV2.Argyrios Kyrtzidis
2010-11-20Handle CFGAutomaticObjDtor. Zhongxing Xu