You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[C++20] [Modules] Don't import non-inline function bodies even if it is always-inline
Recommit
llvm@1ecbab5Closellvm#80949
The new thing in this commit is to allow to import the function body
from instantiations if it is marked with always-inline. See the
discussion in llvm#86893 for
details.
0 commit comments