]> granicus.if.org Git - clang/commit
Fixed Objective-C type encoding for bitfields for the GNU runtime to match the encodi...
authorDavid Chisnall <csdavec@swan.ac.uk>
Fri, 4 Jun 2010 01:10:52 +0000 (01:10 +0000)
committerDavid Chisnall <csdavec@swan.ac.uk>
Fri, 4 Jun 2010 01:10:52 +0000 (01:10 +0000)
commit64fd7e86c1a90d9ff78e4a0bd79f69499667a4e3
tree5bf191614612b85eff4611aa8720e0e685504396
parentb9cae1dd33592f89b13499bd7730aa628bf38dba
Fixed Objective-C type encoding for bitfields for the GNU runtime to match the encoding used by GCC.

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