================ @@ -0,0 +1,16 @@ +// RUN: %clang_cc1 -std=c++23 -emit-llvm %s -triple x86_64-pc-windows-msvc -o - | FileCheck %s + ---------------- trungnt2910 wrote:
For the `[[msvc::forceinline_calls]]`, I agree, but for `[[msvc::forceinline]]`, as I mentioned, there are no attributes to check for at the call site. The point of `[[msvc::forceinline]]` is for the call site to vanish no matter what. https://github.com/llvm/llvm-project/pull/185282 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
