[clang][Interp] Handle undefined functions better
authorTimm Bäder <tbaeder@redhat.com>
Fri, 28 Oct 2022 08:31:47 +0000 (10:31 +0200)
committerTimm Bäder <tbaeder@redhat.com>
Wed, 30 Nov 2022 09:09:52 +0000 (10:09 +0100)
commitc3380c32f856925733a113c12cdeb3c3cb369f1f
treef3b2008451d7f29391a83991ac6f31583c7da4da
parent8095b090db20ac175b7a4db1a51c167249842e8f
[clang][Interp] Handle undefined functions better

Differential Revision: https://reviews.llvm.org/D136936
clang/lib/AST/Interp/ByteCodeEmitter.cpp
clang/lib/AST/Interp/ByteCodeExprGen.cpp
clang/lib/AST/Interp/Context.cpp
clang/lib/AST/Interp/Function.h
clang/lib/AST/Interp/Interp.cpp
clang/lib/AST/Interp/Interp.h
clang/lib/AST/Interp/Program.cpp
clang/lib/AST/Interp/Program.h
clang/test/AST/Interp/functions.cpp