Files
clang-p2996/clang/lib/AST/Interp/ByteCodeEmitter.h
Timm Bäder 89361e2b98 [clang][Interp] Fix passing parameters of composite type
We pass these as pointers, so we need to be careful not to emit pointers
to pointers when we emit visit DeclRefExprs pointing to parameters.

Differential Revision: https://reviews.llvm.org/D153695
2023-08-17 12:08:10 +02:00

3.3 KiB