]> granicus.if.org Git - clang/commit
Correctly encode incomplete and variable length arrays. Fixes PR3639.
authorAnders Carlsson <andersca@mac.com>
Sun, 22 Feb 2009 01:38:57 +0000 (01:38 +0000)
committerAnders Carlsson <andersca@mac.com>
Sun, 22 Feb 2009 01:38:57 +0000 (01:38 +0000)
commit559a83330416affb0e341a2c53800cbf924a5178
treee3127eb28105eac26e007c4ee7d6c31f4ff875b3
parent9ff1c0784c1ae083cc1f539dac04f7dd80620595
Correctly encode incomplete and variable length arrays. Fixes PR3639.

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