[clang] [clang codegen] Fix MS ABI detection of user-provided constructors. (PR #90151)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 26 04:49:00 PDT 2024
================
@@ -201,3 +201,17 @@ S11 f11() {
S11 x;
return func11(x);
}
+
----------------
cor3ntin wrote:
```suggestion
//GH86384
```
https://github.com/llvm/llvm-project/pull/90151
More information about the cfe-commits
mailing list