[PATCH] D148723: [clang] Enforce external linkage for inline builtin original declaration
Eli Friedman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 25 10:30:04 PDT 2023
efriedma added a comment.
Really, I'd prefer to keep isInlineBuiltinDeclaration() targeted as narrowly as possible; part of that is making it not trigger for C++ inline functions (which it never did in the past).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148723/new/
https://reviews.llvm.org/D148723
More information about the cfe-commits
mailing list