[clang] [CIR] Better handling of `void` function return (PR #128089)
Henrich Lauko via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 21 08:02:16 PST 2025
================
@@ -2,12 +2,12 @@
// RUN: %clang_cc1 -std=c++20 -triple x86_64-unknown-linux-gnu -fclangir -emit-cir %s -o - | FileCheck %s
----------------
xlauko wrote:
I presume `clang` cannot load `cir` files yet? So nothing is really testing parsers?
https://github.com/llvm/llvm-project/pull/128089
More information about the cfe-commits
mailing list