summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/bitfield-ivar-offsets.m
Commit message (Expand)AuthorAgeFilesLines
* Replace 'grep foo | count 0' with 'not grep foo'.Rafael Espindola2013-07-041-1/+1
* Tests: remove disabled llvm-gcc invocationsDmitri Gribenko2013-01-281-1/+0
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-1/+1
* Pack ivar offsets together.Bill Wendling2011-05-041-7/+7
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Tests use the new clang.Fariborz Jahanian2009-12-141-1/+1
* ... and add back a few more triple forces.Daniel Dunbar2009-11-171-1/+1
* Use -fblocks and -fobjc-nonfragile-abi when that is what is being tested, ins...Daniel Dunbar2009-11-171-1/+1
* Remove RUN: true lines.Daniel Dunbar2009-11-081-1/+0
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-9/+9
* Revert 69646, that was the precise inverse of what I wanted to commit.Daniel Dunbar2009-04-211-13/+0
* Kill ASTContext::[gs]etFieldForDecl, instead we just lookup thingsDaniel Dunbar2009-04-211-0/+13
* Don't emit ivar offsets for unnamed bit fields.Daniel Dunbar2009-04-201-0/+3
* Fix bug in computation of ivar offsets for (adjacent) bitfields.Daniel Dunbar2009-04-191-0/+23