summaryrefslogtreecommitdiff
path: root/test/SemaObjC/class-bitfield.m
AgeCommit message (Expand)Author
2015-09-14C11 _Bool bitfield diagnosticRachel Craik
2012-06-20Restructure how the driver communicates information about theJohn McCall
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall
2010-04-15Improve the bit-field too wide error message.Anders Carlsson
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Change tests to use clang -cc1...Fariborz Jahanian
2009-09-14Update testsAnders Carlsson
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-03Fix <rdar://problem/6497608> clang does not catch ivar type mismatches in @im...Steve Naroff
2009-02-20Fix <rdar://problem/6586239> bitfield constraints not enforced (for ObjC)Steve Naroff