[PATCH] D121958: [clang] NFC: Remove forced type merging in multiversion function checks.
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 18 06:49:26 PDT 2022
erichkeane added a comment.
Hmm... my understanding is "MergeTypeWithPrevious" is important for cases where we decide that this is a redeclaration, right? We need to set it to 'false' when we "know" that this is a different declaration, right? So at least the '=false' was correct?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121958/new/
https://reviews.llvm.org/D121958
More information about the cfe-commits
mailing list