[PATCH] D25547: [CodeGen][ObjC] Do not emit objc_storeStrong to initialize a constexpr variable
Akira Hatanaka via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 14 12:41:14 PDT 2016
ahatanak added a comment.
There are two overloaded functions of CodeGenFunction::EmitScalarInit. Are you suggesting we fold both of them into EmitStoreThroughLValue and remove them?
https://reviews.llvm.org/D25547
More information about the cfe-commits
mailing list