[PATCH] D131541: [Sema] Fix friend destructor declarations after D130936

Roy Jacobson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 10 01:19:31 PDT 2022


royjacobson added a subscriber: hubert.reinterpretcast.
royjacobson added a comment.

Hi @hubert.reinterpretcast, thanks for the quick catch!

I have posted this initial patch, but it still misses the case

  template <typename T>
  struct E {
    friend T::S::~V();
  };

Something goes wrong there that I haven't figured out yet. Do you think I should land this as-is to fix the master?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131541/new/

https://reviews.llvm.org/D131541



More information about the cfe-commits mailing list