aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjCXX
AgeCommit message (Expand)Author
2009-07-28this test crashes, disable it harder.Chris Lattner
2009-07-22Prep for new warning.Mike Stump
2009-07-11Remove excessive use of Carbon.h / Cocoa.h in clang tests.Daniel Dunbar
2009-07-10This patch includes a conceptually simple, but very intrusive/pervasive change. Steve Naroff
2009-06-05Add an XFAIL test to demonstrate references in Obj-C++, this currently crashes.Daniel Dunbar
2009-06-03Use "()" instead of "(void)" when pretty-printing a parameter-less function t...Argyrios Kyrtzidis
2009-05-06Improve handling of (X86) target features.Daniel Dunbar
2009-05-01Check for method type conflict between declaration inFariborz Jahanian
2009-04-01Pull clang-cc code for generating PTH files based on the input type.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-16When inside an Objective-C++ method, name lookup should look into theDouglas Gregor
2009-02-09id<Foo> is a POD type.Anders Carlsson
2009-02-07Add a test case for some Objective-C behavior that will not be supported in O...Douglas Gregor
2009-02-05Improvements and fixes for name lookup with using directives, from Piotr Rak!Douglas Gregor
2009-02-04Initial implementation of argument dependent lookup (a.k.a. ADL,Douglas Gregor
2009-01-16Use a single function for doing vararg argument promotion. Also, make sure to...Anders Carlsson
2009-01-13Warn when someone tries to pass a variable with a non-POD type to a varargs f...Anders Carlsson
2009-01-09Re-enable PTH testing for Cocoa.h and Carbon.h (and include testing for Objec...Ted Kremenek
2009-01-06Allow Objective-C entities to be declared within a transparent contextDouglas Gregor
2008-12-23Add some block-pointer conversions in C++Douglas Gregor
2008-12-22Support conversion from a null pointer constant o any Objective-C object poin...Douglas Gregor
2008-12-19Add a missing @end. Why didn't this get diagnosed?Douglas Gregor
2008-12-19Support more implicit conversions for Objective-C types. Addresses <rdar://pr...Douglas Gregor
2008-12-19Allow downcasts of pointers to Objective-C interfaces, with aDouglas Gregor
2008-12-18Add some more implicit conversions for Objective-C++Douglas Gregor
2008-12-18Ultrasimplistic sketch for the parsing of C++ template-ids. This won'tDouglas Gregor
2008-11-27Add implicit conversions for Objective-C qualified ids, e.g.,Douglas Gregor
2008-11-26Implement implicit conversions for Objective-C specific types, e.g., Douglas Gregor
2008-11-04Make it an error if an Objective-C declaration is not in the global scope.Anders Carlsson
2008-08-23Add carbon.cpp and cocoa.mm testsAnders Carlsson
2008-08-23Reserved C++ words are valid selectors in Objective-C++Anders Carlsson