[clang] Update stdckdint.h and make it available in pre-C23 modes. (PR #69649)
    via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Mon Oct 23 10:44:39 PDT 2023
    
    
  
================
@@ -1,4 +1,5 @@
 // NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 3
+// RUN: %clang_cc1 -triple=x86_64 -verify -ffreestanding -std=c2x %s
----------------
ZijunZhaoCCK wrote:
Nope, I just want to test c20 and c23. But yes I think I should add `std=c11/c17/...` like below 
https://github.com/llvm/llvm-project/pull/69649
    
    
More information about the cfe-commits
mailing list