[clang] [clang][CodeGen] Zero init unspecified fields in initializers in C (PR #97121)
    Eli Friedman via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Tue Aug 27 13:43:08 PDT 2024
    
    
  
================
@@ -0,0 +1,219 @@
+// RUN: %clang_cc1 -triple x86_64-unknown-unknown -std=gnu11 -verify -emit-llvm %s -o - | FileCheck %s
----------------
efriedma-quic wrote:
update_cc_test_checks.py, maybe?  Unless it doesn't generate clear checks for some reason.
https://github.com/llvm/llvm-project/pull/97121
    
    
More information about the cfe-commits
mailing list