summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/member-function-pointer-calls.cpp
AgeCommit message (Expand)Author
2025-07-18[clang][CodeGen] Set `dead_on_return` when passing arguments indirectlyAntonio Frighetto
2022-10-06[CodeGenCXX] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
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-18[test] Remove tests pinned to the legacy PMArthur Eubanks
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
2021-09-28[NFC] Add a comment to member-function-pointer-calls.cppAlex Richardson
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song
2020-11-11[CodeGenCXX] Remove unused check prefixesSimon Pilgrim
2020-02-28Devirtualize a call on alloca without waiting for post inline cleanup and nex...Hiroshi Yamauchi
2020-02-27Revert "Devirtualize a call on alloca without waiting for post inline cleanup...Kirill Bobyrev
2020-02-26Devirtualize a call on alloca without waiting for post inline cleanup and nextHiroshi Yamauchi
2019-06-21[clang][NewPM] Add -fno-experimental-new-pass-manager to testsLeonard Chan
2018-02-23Bring r325915 back.Rafael Espindola
2018-02-23Revert "Start setting dso_local for COFF."Rafael Espindola
2018-02-23Start setting dso_local for COFF.Rafael Espindola
2014-05-02Win64: Pass member pointers larger than 8 bytes by referenceReid Kleckner
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2012-03-22Relax the FileCheck assertions in this test a touch. Previously the testChandler Carruth
2010-05-01with recent optimizer changes, these all get devirtualized.Chris Lattner
2010-02-04Fix another pointer-to-member function miscompile, this time when trying to c...Anders Carlsson