[all-commits] [llvm/llvm-project] 6cda73: [CodeGen] Add ParmVarDecls to FunctionDecls that a...
Akira Hatanaka via All-commits
all-commits at lists.llvm.org
Tue Jun 29 16:28:04 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6cda73e3c44968eb6fff4b73cb6f1d0ef7d861f4
https://github.com/llvm/llvm-project/commit/6cda73e3c44968eb6fff4b73cb6f1d0ef7d861f4
Author: Akira Hatanaka <ahatanaka at apple.com>
Date: 2021-06-29 (Tue, 29 Jun 2021)
Changed paths:
M clang/lib/CodeGen/CGObjC.cpp
Log Message:
-----------
[CodeGen] Add ParmVarDecls to FunctionDecls that are created to generate
ObjC property getter/setter functions
This is needed to prevent clang from crashing when we make the changes
proposed in https://reviews.llvm.org/D98799.
Differential Revision: https://reviews.llvm.org/D104883
More information about the All-commits
mailing list