[clang] [clang][bytecode] Allow checking builtin functions... (PR #119328)

2024-12-09 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr created https://github.com/llvm/llvm-project/pull/119328 ... in checkingPotentialConstantExpression mode. This is what the current interpreter does, yet it doesn't do so for `__builtin_operator_new`. >From 3d465f0e3798e575e5b28d871b87359e35ba3325 Mon Sep 17 00:00:00

[clang] [clang][bytecode] Allow checking builtin functions... (PR #119328)

2024-12-09 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Timm Baeder (tbaederr) Changes ... in checkingPotentialConstantExpression mode. This is what the current interpreter does, yet it doesn't do so for `__builtin_operator_new`. --- Full diff: https://github.com/llvm/llvm-project/pull/119328.