[clang] Avoid unusable variable in ByteCodeExprGen.cpp (PR #90469)

2024-04-29 Thread Danial Klimkin via cfe-commits
https://github.com/dklimkin closed https://github.com/llvm/llvm-project/pull/90469 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Avoid unusable variable in ByteCodeExprGen.cpp (PR #90469)

2024-04-29 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Danial Klimkin (dklimkin) Changes Inline assert to avoid unusable variable warning/error when asserts are disabled. --- Full diff: https://github.com/llvm/llvm-project/pull/90469.diff 1 Files Affected: - (modified)

[clang] Avoid unusable variable in ByteCodeExprGen.cpp (PR #90469)

2024-04-29 Thread Danial Klimkin via cfe-commits
https://github.com/dklimkin created https://github.com/llvm/llvm-project/pull/90469 Inline assert to avoid unusable variable warning/error when asserts are disabled. >From 4935be526d3f5f529924d5bef9cc36167a9e5c5c Mon Sep 17 00:00:00 2001 From: Danial Klimkin Date: Mon, 29 Apr 2024 15:20:03