]> granicus.if.org Git - clang/commit
Make the LValue created in EmitValueForIvarAtOffset have the same Qualifiers in the...
authorNick Lewycky <nicholas@mxc.ca>
Mon, 10 Oct 2016 20:07:13 +0000 (20:07 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Mon, 10 Oct 2016 20:07:13 +0000 (20:07 +0000)
commite5f62e81c2245a5ad26be6efa5b4e5855064c1ee
treedc0b41b161a23645188bb101cf89081f49cbeeb5
parent8001a781cbce8ac202aaffcfd16c60f962be073f
Make the LValue created in EmitValueForIvarAtOffset have the same Qualifiers in the LValue as the QualType in the LValue. No functionality change intended.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@283795 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGObjCRuntime.cpp