Author: Mingming Liu
Date: 2023-12-18T19:27:30-08:00
New Revision: 7fdec55eb3e359bd56f87f49eecc5bc6a6473199
URL:
https://github.com/llvm/llvm-project/commit/7fdec55eb3e359bd56f87f49eecc5bc6a6473199
DIFF:
https://github.com/llvm/llvm-project/commit/7fdec55eb3e359bd56f87f49eecc5bc6a6473199.diff
https://github.com/avillega edited
https://github.com/llvm/llvm-project/pull/75867
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/ilinpv edited https://github.com/llvm/llvm-project/pull/75636
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -0,0 +1,69 @@
+#include
+#if TARGET_OS_OSX || TARGET_OS_IPHONE
+#include
+#include
+
+static bool isKnownAndSupported(const char *name) {
+ int32_t val = 0;
+ size_t size = sizeof(val);
+ if (sysctlbyname(name, &val, &size, NULL, 0))
+return false;
+ return val;
+}
+
@@ -0,0 +1,69 @@
+#include
+#if TARGET_OS_OSX || TARGET_OS_IPHONE
+#include
+#include
+
+static bool isKnownAndSupported(const char *name) {
+ int32_t val = 0;
+ size_t size = sizeof(val);
+ if (sysctlbyname(name, &val, &size, NULL, 0))
+return false;
+ return val;
+}
+
https://github.com/jroelofs edited
https://github.com/llvm/llvm-project/pull/75636
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/jroelofs edited
https://github.com/llvm/llvm-project/pull/75636
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -0,0 +1,69 @@
+#include
+#if TARGET_OS_OSX || TARGET_OS_IPHONE
+#include
+#include
+
+static bool isKnownAndSupported(const char *name) {
+ int32_t val = 0;
+ size_t size = sizeof(val);
+ if (sysctlbyname(name, &val, &size, NULL, 0))
+return false;
+ return val;
+}
+
@@ -0,0 +1,69 @@
+#include
+#if TARGET_OS_OSX || TARGET_OS_IPHONE
+#include
+#include
+
+static bool isKnownAndSupported(const char *name) {
+ int32_t val = 0;
+ size_t size = sizeof(val);
+ if (sysctlbyname(name, &val, &size, NULL, 0))
+return false;
+ return val;
+}
+
@@ -0,0 +1,69 @@
+#include
+#if TARGET_OS_OSX || TARGET_OS_IPHONE
+#include
+#include
+
+static bool isKnownAndSupported(const char *name) {
+ int32_t val = 0;
+ size_t size = sizeof(val);
+ if (sysctlbyname(name, &val, &size, NULL, 0))
+return false;
+ return val;
+}
+
https://github.com/avillega updated
https://github.com/llvm/llvm-project/pull/75867
>From e31560e8462108869f80b39dfd186efcf45a77f2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9s=20Villegas?=
Date: Mon, 18 Dec 2023 22:56:01 +
Subject: [PATCH] Run git clang-format
Created using spr 1.3
github-actions[bot] wrote:
:warning: C/C++ code formatter, clang-format found issues in your code.
:warning:
You can test this locally with the following command:
``bash
git-clang-format --diff 8be985072459ebc888fa4ec26651b9bac356be7a
75c8037b6b7788d1a0f57eed6a712204555a43d1 --
llvmbot wrote:
@llvm/pr-subscribers-clangd
Author: Andres Villegas (avillega)
Changes
Move the definition of the Check* command line options into the
ClangdMain file, to make them more explicit.
This is in preparation of moving Clangd to use OptTable to parse
its commnad line options.
-
https://github.com/avillega created
https://github.com/llvm/llvm-project/pull/75867
Move the definition of the Check* command line options into the
ClangdMain file, to make them more explicit.
This is in preparation of moving Clangd to use OptTable to parse
its commnad line options.
Author: Mingming Liu
Date: 2023-12-18T09:38:43-08:00
New Revision: 79a2b23077757dc658cd8f1bff266a8e3a447f8c
URL:
https://github.com/llvm/llvm-project/commit/79a2b23077757dc658cd8f1bff266a8e3a447f8c
DIFF:
https://github.com/llvm/llvm-project/commit/79a2b23077757dc658cd8f1bff266a8e3a447f8c.diff
https://github.com/jroelofs updated
https://github.com/llvm/llvm-project/pull/75636
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/jroelofs updated
https://github.com/llvm/llvm-project/pull/75636
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/jroelofs updated
https://github.com/llvm/llvm-project/pull/75636
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/jroelofs updated
https://github.com/llvm/llvm-project/pull/75636
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/jroelofs updated
https://github.com/llvm/llvm-project/pull/75636
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
20 matches
Mail list logo