[clang][bytecode] Handle __builtin_wcslen (#119187)
commit00b50c917bf5e5abaded4f314b767b086069d1ee
authorTimm Baeder <tbaeder@redhat.com>
Mon, 9 Dec 2024 11:34:25 +0000 (9 12:34 +0100)
committerGitHub <noreply@github.com>
Mon, 9 Dec 2024 11:34:25 +0000 (9 12:34 +0100)
tree360b0acf8c2eae0a8c1a4445ba7c0880556e3c40
parentbbd99d903ec956b5cc87c544854337da8db2d2bf
[clang][bytecode] Handle __builtin_wcslen (#119187)

Handle different char widths in builtin_strlen.
clang/lib/AST/ByteCode/InterpBuiltin.cpp
clang/test/AST/ByteCode/builtin-functions.cpp