]> granicus.if.org Git - clang/commit
Fixes a bug in property type encoding.
authorFariborz Jahanian <fjahanian@apple.com>
Mon, 16 Feb 2009 21:41:04 +0000 (21:41 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Mon, 16 Feb 2009 21:41:04 +0000 (21:41 +0000)
commitbb99bdec7d3e704485baffae85938d24d35f0e0f
treecc3447b039f713a35e64d0eed30c69746e69a58a
parentc7984ddeda4655e3e9e6acf2424acfc55173d5e2
Fixes a bug in property type encoding.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64672 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ASTContext.cpp
test/CodeGenObjC/objc2-property-encode.m [new file with mode: 0644]