https://github.com/tbaederr closed
https://github.com/llvm/llvm-project/pull/125391
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/tbaederr updated
https://github.com/llvm/llvm-project/pull/125391
>From df8e464c9d99d65f4c171c9de7000febd438d441 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Timm=20B=C3=A4der?=
Date: Sun, 2 Feb 2025 10:45:24 +0100
Subject: [PATCH] [clang][bytecode][NFC] Add a FunctionKind enum
https://github.com/tbaederr updated
https://github.com/llvm/llvm-project/pull/125391
>From 5fea55e25705386d1415478c1ed2b21909b3e708 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Timm=20B=C3=A4der?=
Date: Sun, 2 Feb 2025 10:45:24 +0100
Subject: [PATCH] [clang][bytecode][NFC] Add a FunctionKind enum
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Timm Baeder (tbaederr)
Changes
Some function types are special to us, so add an enum and determinte the
function kind once when creating the function, instead of looking at the Decl
every time we need the information.
---
Full diff: http
https://github.com/tbaederr created
https://github.com/llvm/llvm-project/pull/125391
Some function types are special to us, so add an enum and determinte the
function kind once when creating the function, instead of looking at the Decl
every time we need the information.
>From d0925d241a8c7da