[PATCH] D139749: Headers: make a couple of builtins non-static
Saleem Abdulrasool via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 13 07:35:20 PST 2022
compnerd added a subscriber: STL_MSFT.
compnerd added a comment.
@fsb4000 is my reading correct that MSVC will look into trying to handle `static inline` even though it is a GNUism? I wonder if we should consider limiting the use of `static inline` to C mode rather than including C++. I also wonder if I can loosen it similarly to avoid the issue I'm running into (which @STL_MSFT correctly identified - modules).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139749/new/
https://reviews.llvm.org/D139749
More information about the cfe-commits
mailing list