[clang] [clang] solve crash due to function overloading. (PR #90255)

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Thu May 2 00:28:13 PDT 2024


================
@@ -0,0 +1,7 @@
+// RUN: %clang_cc1 -emit-llvm < %s
----------------
efriedma-quic wrote:

Can you integrate this test into some existing file that's testing something similar?

Please leave the bug number in a comment: something like `//GH88917`.

Please use FileCheck CHECK lines to verify the correct call instruction is emitted.

https://github.com/llvm/llvm-project/pull/90255


More information about the cfe-commits mailing list