[clang] [clang][bytecode] Handle UsingDirectiveDecls (PR #128888)

2025-02-26 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr closed https://github.com/llvm/llvm-project/pull/12 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][bytecode] Handle UsingDirectiveDecls (PR #128888)

2025-02-26 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Timm Baeder (tbaederr) Changes By ignoring them. --- Full diff: https://github.com/llvm/llvm-project/pull/12.diff 2 Files Affected: - (modified) clang/lib/AST/ByteCode/Compiler.cpp (+1-1) - (modified) clang/test/AST/ByteCode/litera

[clang] [clang][bytecode] Handle UsingDirectiveDecls (PR #128888)

2025-02-26 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr created https://github.com/llvm/llvm-project/pull/12 By ignoring them. >From 77ec128a7f6bfc92824d0b30e93916dd6a23949a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Wed, 26 Feb 2025 16:03:32 +0100 Subject: [PATCH] [clang][bytecode] Handle Usi