[PATCH] D157331: [clang] Implement C23 <stdckdint.h>

Jessica Clarke via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 6 15:25:11 PDT 2023


jrtc27 added inline comments.


================
Comment at: clang/test/C/C2x/n2683_2.c:5-6
+#include <stdckdint.h>
+#include <stdint.h>
+// CHECK-LABEL: define dso_local void @test_add_overflow_to64(
+// CHECK-SAME: ) #[[ATTR0:[0-9]+]] {
----------------
jrtc27 wrote:
> UTC won't insert such a blank line if it doesn't exist in the input
Not done despite being marked done


================
Comment at: clang/test/Headers/stdckdint.c:3
+// RUN: %clang_cc1 -triple=x86_64 -emit-llvm -verify -std=c23 %s -o - | FileCheck %s
+// expected-no-diagnostics
+#include <stdckdint.h>
----------------



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157331/new/

https://reviews.llvm.org/D157331



More information about the cfe-commits mailing list