[PATCH] D118744: [clang] Don't cache function type after clearing clang->llvm type cache
Arthur Eubanks via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 1 17:15:56 PST 2022
aeubanks planned changes to this revision.
aeubanks added a comment.
I'm seeing a similar crash with
struct z {
static z dc(z);
z (*di)(z);
};
z bar = z::dc({});
going to try to fix that here as well
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118744/new/
https://reviews.llvm.org/D118744
More information about the cfe-commits
mailing list