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

Jessica Clarke via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 5 17:43:14 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]+]] {
----------------
UTC won't insert such a blank line if it doesn't exist in the input


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