summaryrefslogtreecommitdiff
path: root/test/SemaObjCXX
Commit message (Expand)AuthorAgeFilesLines
* Only parse C++0x attribute specifiers in declarators when in C++0xDouglas Gregor2010-02-191-0/+12
* Implement C++ name lookup for instance variables of Objective-C classesDouglas Gregor2010-02-191-1/+18
* Make Sema::ActOnClassMessage robust when name lookup for the receiverDouglas Gregor2010-02-191-0/+12
* Patch to allow reinterpret_cast on objective-c pointers.Fariborz Jahanian2010-02-031-0/+23
* Also allow cast of block pointer type toFariborz Jahanian2010-01-211-0/+19
* In objective-c++ land, a block pointer is another object pointer.Fariborz Jahanian2010-01-201-0/+23
* Allow conversion of pointer to an objective-c pointer toFariborz Jahanian2010-01-181-0/+21
* Switch initialization of parameters in a call over toDouglas Gregor2009-12-221-2/+2
* Allow comparison of 'void *' with function pointer Fariborz Jahanian2009-12-211-0/+9
* Initialization improvements: addition of string initialization and a fewEli Friedman2009-12-191-2/+2
* Allow pointer convesion of an objective-c pointer toFariborz Jahanian2009-12-161-0/+26
* Diagnose property of reference type as unsupportedFariborz Jahanian2009-12-161-6/+3
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-1514-14/+14
* Make tests use the new clang -cc1 flag.Fariborz Jahanian2009-12-1414-14/+14
* Patch to allow C-style cast from 'void *' to block pointer type.Fariborz Jahanian2009-12-111-0/+6
* Consider conversion of objective-c pointer to 'bool' a Fariborz Jahanian2009-12-111-0/+12
* Give the "cannot pass object of non-POD type 'class C' through variadic const...Chris Lattner2009-12-111-1/+1
* Patch to fix a crash trying to access a category name inFariborz Jahanian2009-12-111-0/+10
* No need to add -x objecitve-c++Fariborz Jahanian2009-12-101-1/+1
* Add support for finding composite type of twp objective-c pointersFariborz Jahanian2009-12-101-0/+67
* More detailed analysis of typecast to an objective-c pointerFariborz Jahanian2009-12-081-2/+22
* Patch to allow matching 0 with an objective-c pointer typeFariborz Jahanian2009-12-081-0/+18
* Patch to allow cstyle cast of objective-c pointers in objective-c++Fariborz Jahanian2009-12-081-0/+20
* Switch XFAIL format to match LLVM.Daniel Dunbar2009-11-032-2/+2
* this test crashes, disable it harder.Chris Lattner2009-07-281-1/+3
* Prep for new warning.Mike Stump2009-07-221-0/+1
* Remove excessive use of Carbon.h / Cocoa.h in clang tests.Daniel Dunbar2009-07-111-4/+0
* This patch includes a conceptually simple, but very intrusive/pervasive change. Steve Naroff2009-07-101-0/+1
* Add an XFAIL test to demonstrate references in Obj-C++, this currently crashes.Daniel Dunbar2009-06-051-0/+27
* Use "()" instead of "(void)" when pretty-printing a parameter-less function t...Argyrios Kyrtzidis2009-06-031-2/+2
* Improve handling of (X86) target features.Daniel Dunbar2009-05-061-1/+1
* Check for method type conflict between declaration inFariborz Jahanian2009-05-011-1/+1
* Pull clang-cc code for generating PTH files based on the input type.Daniel Dunbar2009-04-011-3/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-249-10/+11
* When inside an Objective-C++ method, name lookup should look into theDouglas Gregor2009-02-161-0/+20
* id<Foo> is a POD type.Anders Carlsson2009-02-091-0/+11
* Add a test case for some Objective-C behavior that will not be supported in O...Douglas Gregor2009-02-071-0/+11
* Improvements and fixes for name lookup with using directives, from Piotr Rak!Douglas Gregor2009-02-051-0/+50
* Initial implementation of argument dependent lookup (a.k.a. ADL,Douglas Gregor2009-02-041-4/+4
* Use a single function for doing vararg argument promotion. Also, make sure to...Anders Carlsson2009-01-161-0/+3
* Warn when someone tries to pass a variable with a non-POD type to a varargs f...Anders Carlsson2009-01-131-0/+18
* Re-enable PTH testing for Cocoa.h and Carbon.h (and include testing for Objec...Ted Kremenek2009-01-091-2/+2
* Allow Objective-C entities to be declared within a transparent contextDouglas Gregor2009-01-061-0/+4
* Add some block-pointer conversions in C++Douglas Gregor2008-12-231-0/+26
* Support conversion from a null pointer constant o any Objective-C object poin...Douglas Gregor2008-12-221-0/+3
* Add a missing @end. Why didn't this get diagnosed?Douglas Gregor2008-12-191-0/+1
* Support more implicit conversions for Objective-C types. Addresses <rdar://pr...Douglas Gregor2008-12-191-1/+16
* Allow downcasts of pointers to Objective-C interfaces, with aDouglas Gregor2008-12-191-0/+5
* Add some more implicit conversions for Objective-C++Douglas Gregor2008-12-181-0/+12
* Ultrasimplistic sketch for the parsing of C++ template-ids. This won'tDouglas Gregor2008-12-181-1/+1