[all-commits] [llvm/llvm-project] 4328b9: [C++20][Modules] Fix two tests for CTORs that retu...

iains via All-commits all-commits at lists.llvm.org
Sat Jul 9 03:23:48 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4328b960176f4394416093e640ad4265bde65ad7
      https://github.com/llvm/llvm-project/commit/4328b960176f4394416093e640ad4265bde65ad7
  Author: Iain Sandoe <iain at sandoe.co.uk>
  Date:   2022-07-09 (Sat, 09 Jul 2022)

  Changed paths:
    M clang/test/CodeGen/module-intializer-pmf.cpp
    M clang/test/CodeGen/module-intializer.cpp

  Log Message:
  -----------
  [C++20][Modules] Fix two tests for CTORs that return pointers [NFC].

The test are to check that we call the correctly mangled CTORs, so that
the return values from them are irrelevant.  I forgot that some targets
return a pointer, apologies for the breakage.




More information about the All-commits mailing list