summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/copy-constructor-elim-2.cpp
AgeCommit message (Expand)Author
2022-10-07[CodeGenCXX] Convert more tests to opaque pointers (NFC)Nikita Popov
2022-09-04[test] Make tests pass regardless of gnu++14/gnu++17 defaultFangrui Song
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-02-18[Clang] Rename `disable-noundef-analysis` flag to `-[no-]enable-noundef-analy...hyeongyukim
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson
2020-05-19[CGCall] Annotate references with "align" attribute.Eli Friedman
2020-02-03Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition"Fangrui Song
2020-02-03[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interpositionFangrui Song
2018-10-15Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile
2018-10-10[CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev
2016-09-07Fix clang's handling of the copy performed in the second phase of classRichard Smith
2014-07-18Mark C++ reference parameters as dereferenceableHal Finkel
2014-05-28Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-06-30Restore r184205 and associated commits (after commit of r185290)Stephen Lin
2013-06-19Revert r184205 and associated patches while investigating issue with broken b...Stephen Lin
2013-06-18CodeGen: Have 'this'-returning constructors and destructors to take advantage...Stephen Lin
2012-09-10Provide fixed target triples to make test results consistent across ARM hosts.David Blaikie
2012-03-10Only make a call to a copy constructor elidable if in fact we areDouglas Gregor
2011-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner
2011-06-14Whack a bunch of tests in CodeGenCXX to work on ARM (using ARM ABI). Batch 2...Eli Friedman
2011-06-13Whack a bunch of tests in CodeGenCXX to work on ARM (using ARM ABI). Batch 1...Eli Friedman
2011-01-25Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola
2011-01-11Add unnamed_addr to constructors and destructors.Rafael Espindola
2010-11-28Look through parentheses when deciding whether an expr is a temporary object....Anders Carlsson
2010-08-22Do not elide copy construction when we're performing base-class initializationDouglas Gregor
2009-12-24Make copy constructor elimination work in more cases; the case in questionEli Friedman