[all-commits] [llvm/llvm-project] 8d21d5: [CodeGen] Stop creating fake FunctionDecls when ge...
Akira Hatanaka via All-commits
all-commits at lists.llvm.org
Tue Jun 29 14:23:13 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8d21d5472501460933e78aead04cf59579025ba4
https://github.com/llvm/llvm-project/commit/8d21d5472501460933e78aead04cf59579025ba4
Author: Akira Hatanaka <ahatanaka at apple.com>
Date: 2021-06-29 (Tue, 29 Jun 2021)
Changed paths:
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/CodeGen/CGNonTrivialStruct.cpp
M clang/lib/CodeGen/ItaniumCXXABI.cpp
M clang/test/CodeGen/constructor-attribute.c
M clang/test/CodeGen/debug-info-oslog.c
M clang/test/CodeGenObjC/nontrivial-c-struct-exception.m
Log Message:
-----------
[CodeGen] Stop creating fake FunctionDecls when generating IR for
functions implicitly generated by the compiler
These fake functions would cause clang to crash if the changes proposed
in https://reviews.llvm.org/D98799 were made.
More information about the All-commits
mailing list