aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjCXX/references.mm
AgeCommit message (Expand)Author
2013-05-06Grab-bag of bit-field fixes:John McCall
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2011-04-08Warn for any kind of initialization if initializer does notFariborz Jahanian
2011-03-28Implements property of reference types. AddingFariborz Jahanian
2010-08-07Add some more tests for reference binding of Objective-C objectsDouglas Gregor
2010-08-07Allow reference binding of a reference of Objective-C object type toDouglas Gregor
2010-07-29When taking the address of a value of Objective-C object type (e.g.,Douglas Gregor
2009-12-16Diagnose property of reference type as unsupportedFariborz Jahanian
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Make tests use the new clang -cc1 flag.Fariborz Jahanian
2009-11-03Switch XFAIL format to match LLVM.Daniel Dunbar
2009-07-28this test crashes, disable it harder.Chris Lattner
2009-06-05Add an XFAIL test to demonstrate references in Obj-C++, this currently crashes.Daniel Dunbar