[clang][Interp] Start implementing builtin functions
authorTimm Bäder <tbaeder@redhat.com>
Sat, 5 Nov 2022 12:08:40 +0000 (13:08 +0100)
committerTimm Bäder <tbaeder@redhat.com>
Wed, 25 Jan 2023 13:08:03 +0000 (14:08 +0100)
commita7a4463acbe10d1b5c9eadcd6cb94790caad86e4
treebdf9b8bade5a8e7225927d2992a001df4c3c97aa
parent4313af3750b26276ada38386b0c628e77d04bb72
[clang][Interp] Start implementing builtin functions

Differential Revision: https://reviews.llvm.org/D137487
clang/lib/AST/CMakeLists.txt
clang/lib/AST/Interp/ByteCodeExprGen.cpp
clang/lib/AST/Interp/ByteCodeExprGen.h
clang/lib/AST/Interp/Function.h
clang/lib/AST/Interp/Interp.h
clang/lib/AST/Interp/InterpBuiltin.cpp [new file with mode: 0644]
clang/lib/AST/Interp/Opcodes.td
clang/test/AST/Interp/builtins.cpp [new file with mode: 0644]