Files
clang-p2996/clang/lib/CodeGen/CodeGenModule.cpp
Chuanqi Xu 39016e33b0 [C++20] [Modules] Don't import non-inline function bodies even if it is always-inline
Recommit
1ecbab56dc

Close https://github.com/llvm/llvm-project/issues/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 https://github.com/llvm/llvm-project/issues/86893 for
details.
2024-04-16 13:06:44 +08:00

292 KiB