[all-commits] [llvm/llvm-project] bf6c13: [clang][Interp] Handle defined functions without a...
Timm Bäder via All-commits
all-commits at lists.llvm.org
Wed Mar 1 23:18:52 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bf6c1344ec1898d27760e135b77ad2676f88a697
https://github.com/llvm/llvm-project/commit/bf6c1344ec1898d27760e135b77ad2676f88a697
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2023-03-02 (Thu, 02 Mar 2023)
Changed paths:
M clang/lib/AST/Interp/ByteCodeEmitter.cpp
M clang/test/AST/Interp/records.cpp
Log Message:
-----------
[clang][Interp] Handle defined functions without a body
This happens when explicitly defaulting a constructor, for example.
Differential Revision: https://reviews.llvm.org/D140776
More information about the All-commits
mailing list