- a3998bd When we're performing an explicit cast of some sort, don't complain by Douglas Gregor · 14 years ago
- da80f74 Improve our handling of cv-qualifiers in Objective-C pointer by Douglas Gregor · 14 years ago
- 0943168 Add an assertion, fix a whole bunch of bugs, comment the assertion by John McCall · 14 years ago
- 82aa713 Require that the types of the parameters of a block literal are complete. by Douglas Gregor · 14 years ago
- dbfd045 Cookie crumbs. by John McCall · 14 years ago
- 202422e Actually, that doesn't really work, and anyway we should choose by John McCall · 14 years ago
- 6d09da0 Consider conversions of Objective-C pointers to 'id' to be basically of by John McCall · 14 years ago
- 9bd1d8d Teach the C++ simple-type-specifier parser and tentative parses about by Douglas Gregor · 14 years ago
- 0313f44 Check for ivar being a C++ object before attempting to by Fariborz Jahanian · 14 years ago
- fa43239 Put line number on the diagnostic. //rdar: //8550657. by Fariborz Jahanian · 14 years ago
- 42499be Use ParseObjCSelectorPiece for parsing getter and setter names in @property declarations. Fixes PR8169. by Anders Carlsson · 14 years ago
- 305ac49 Rename a test in preparation for fixing PR8169. by Anders Carlsson · 14 years ago
- 8577364 When we have two identifiers in a row in Objective-C, make sure to by Douglas Gregor · 14 years ago
- 4088ec0 property reference expression used on lhs of assignment by Fariborz Jahanian · 14 years ago
- 4c03398 Removed test case. by Fariborz Jahanian · 14 years ago
- 56a965c Reverse r113397 until we decide what to do with by Fariborz Jahanian · 14 years ago
- d187795 Fix a crash when overloading id with objc_object*. Radar 8400356. by Fariborz Jahanian · 14 years ago
- d7e52b8 "const id<NSFoo> *" instead of "id<NSFoo> const *". by Chris Lattner · 14 years ago
- 58f9e13 make clang print types as "const int *" instead of "int const*", by Chris Lattner · 14 years ago
- be74740 Patch to allow alternative representation of c++ by Fariborz Jahanian · 14 years ago
- f459beb ObjClang++: Allow declaration of block variable in a collection by Fariborz Jahanian · 14 years ago
- d527874 suppress annoying textual repetition as 'aka' by Gabor Greif · 14 years ago
- 5add754 handle :: in selectors in objc++ mode, rdar://8366474 by Chris Lattner · 14 years ago
- 42d0f2a In Sema::AddBuiltinOperatorCandidates, candidate pointer types set can also contain a ObjCObjectPointerType since r111699. by Argyrios Kyrtzidis · 14 years ago
- 648d200 Contributed test case for PR7936 by Jean-Daniel Dupas. by Fariborz Jahanian · 14 years ago
- 2e2acec patch to support comparison involving by Fariborz Jahanian · 14 years ago
- ea16110 Patch to issue warning when colllection expresion's type by Fariborz Jahanian · 14 years ago
- 048d03f Fix test to not depend on objc.h header. by Fariborz Jahanian · 14 years ago
- 17c6c85 an objective-c++ test for -Wstrict-selector-match (radar 8127244). by Fariborz Jahanian · 14 years ago
- aaa3713 Add some more tests for reference binding of Objective-C objects by Douglas Gregor · 14 years ago
- 569c316 Allow reference binding of a reference of Objective-C object type to by Douglas Gregor · 14 years ago
- 9983d2d Properly pop out of Objective-C method declarations when they are (ill-formedly) by John McCall · 14 years ago
- db0bc47 Permit template argument deduction to add qualifiers within ObjC object by John McCall · 14 years ago
- 8f70ddb When taking the address of a value of Objective-C object type (e.g., by Douglas Gregor · 14 years ago
- 5a18039 Support catching Objective C pointers in C++ under the non-fragile NeXT runtime. by John McCall · 14 years ago
- 2f9d874 Extend the "cannot convert from base class pointer to derived class by Douglas Gregor · 14 years ago
- 8578981 Improve diagnostic when we fail to pick an overload because it would by Douglas Gregor · 14 years ago
- 9fde9c4 tests: Use %clangxx when using driver for C++, in case C++ support is disabled. by Daniel Dunbar · 14 years ago
- 1a15dae Fix the recently-added warning about 'typename' and 'template' by Douglas Gregor · 14 years ago
- d426662 Make sure result type of objc++ message expression is by Fariborz Jahanian · 14 years ago
- 732281d Warn when a 'typename' or a 'template' keyword refers to a by Douglas Gregor · 14 years ago
- ddb0ce7 Conversions from Objective C object pointers to bool are "pointer conversions by John McCall · 14 years ago
- 0fddb97 Implement support for variable length arrays in C++. VLAs are limited by Douglas Gregor · 14 years ago
- d2235f6 Reinstate r104117, Chandler Carruth's change that "[provides] a naming by Douglas Gregor · 14 years ago
- 68dd3ee Various small fixes for construction/destruction of Objective-C++ by Douglas Gregor · 14 years ago
- 2390a72 Adds support for ObjC++'s GC attribute on declaration of by Fariborz Jahanian · 14 years ago
- d425d2b Permit Objective C object pointers to be const_casted. by John McCall · 14 years ago
- c12c5bb Substantially alter the design of the Objective C type AST by introducing by John McCall · 14 years ago
- 3ba6061 Objective-C++ Sema. Fix a bug in instantiation of receivers. by Fariborz Jahanian · 14 years ago
- 5d7c29a Rebuild builtin_id * as an ObjCObjectPointerType, where builtin_id is the by John McCall · 15 years ago
- c000834 When performing template argument deduction, match Objective C pointers by John McCall · 15 years ago
- 79d3f04 Objective-C++ Sema. Support for conversion of a C++ by Fariborz Jahanian · 15 years ago
- 65267b2 Objective-C++ Sema - Allow static_cast of one objc pointer to another. by Fariborz Jahanian · 15 years ago
- 2f6c550 Allow static_cast to objective-c pointers. Fixes radar 7952457. by Fariborz Jahanian · 15 years ago
- a36f3ed Test for my last patch. by Fariborz Jahanian · 15 years ago
- 0b7bc8e Diagnose declaration of reference typed ivars. by Fariborz Jahanian · 15 years ago
- 9cbfdd2 Implement template instantiation for implicit property references in by Douglas Gregor · 15 years ago
- e330354 Implement template instantiation for ObjCPropertyRefExpr. by Douglas Gregor · 15 years ago
- f9b9eab Implement template instantiation for value-dependent Objective-C ivar by Douglas Gregor · 15 years ago
- be270a0 Implement template instantiation for Objective-C @catch by Douglas Gregor · 15 years ago
- 4dfdd1b Template instantiation for @try and @finally (but not @catch, yet). by Douglas Gregor · 15 years ago
- c3203e7 Template instantiation for the Objective-C "fast enumeration" statement, i.e., by Douglas Gregor · 15 years ago
- 8fdc13a Template instantiation for Objective-C++ @synchronized statements. by Douglas Gregor · 15 years ago
- d1377b2 Implement template instantiation for Objective-C++ @throw statements. by Douglas Gregor · 15 years ago
- 92e986e Implement template instantiation for Objective-C++ message sends. We by Douglas Gregor · 15 years ago
- a41a8c5 Whenever we complain about a failed initialization of a function or by Douglas Gregor · 15 years ago
- 688fc9b Switch the initialization of Objective-C message parameters (as occurs by Douglas Gregor · 15 years ago
- 6aa14d8 Implement parsing for message sends in Objective-C++. Message sends in by Douglas Gregor · 15 years ago
- 2725ca8 Rework the Parser-Sema interaction for Objective-C message by Douglas Gregor · 15 years ago
- d7174f2 More tests for Objective-C-related name lookup weirdness. Yes, it's by Douglas Gregor · 15 years ago
- 7683a3f Add another test case for r101029, which verifies that we now by Douglas Gregor · 15 years ago
- 78713d8 When upgrading an Objective-C class from a forward declaration to a by Douglas Gregor · 15 years ago
- d4eea83 Improve diagnostics when we fail to convert from a source type to a by Douglas Gregor · 15 years ago
- ee9ca69 objective-c++ must take into account qualifiers when by Fariborz Jahanian · 15 years ago
- 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 15 years ago
- 3c3aaf9 Only parse C++0x attribute specifiers in declarators when in C++0x by Douglas Gregor · 15 years ago
- 36262b8 Implement C++ name lookup for instance variables of Objective-C classes by Douglas Gregor · 15 years ago
- c5e77d5 Make Sema::ActOnClassMessage robust when name lookup for the receiver by Douglas Gregor · 15 years ago
- 72a8659 Patch to allow reinterpret_cast on objective-c pointers. by Fariborz Jahanian · 15 years ago
- f7c43fd Also allow cast of block pointer type to by Fariborz Jahanian · 15 years ago
- b351a7d In objective-c++ land, a block pointer is another object pointer. by Fariborz Jahanian · 15 years ago
- 83b7b31 Allow conversion of pointer to an objective-c pointer to by Fariborz Jahanian · 15 years ago
- aa03731 Switch initialization of parameters in a call over to by Douglas Gregor · 15 years ago
- 51874dd Allow comparison of 'void *' with function pointer by Fariborz Jahanian · 15 years ago
- cfdc81a Initialization improvements: addition of string initialization and a few by Eli Friedman · 15 years ago
- adcfab1 Allow pointer convesion of an objective-c pointer to by Fariborz Jahanian · 15 years ago
- dd69aae Diagnose property of reference type as unsupported instead of crashing for now. by Fariborz Jahanian · 15 years ago
- a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
- 854a4eb Make tests use the new clang -cc1 flag. by Fariborz Jahanian · 15 years ago
- 3b27f1a Patch to allow C-style cast from 'void *' to block pointer type. by Fariborz Jahanian · 15 years ago
- 1f7711d Consider conversion of objective-c pointer to 'bool' a by Fariborz Jahanian · 15 years ago
- 7e1848d Give the "cannot pass object of non-POD type 'class C' through variadic constructor; call will abort at runtime" warning a -W flag (non-pod-varargs) and default it being an error by default. There is no good reason to allow users to get bitten by this sort of thing by default. by Chris Lattner · 15 years ago
- 737061f Patch to fix a crash trying to access a category name in by Fariborz Jahanian · 15 years ago
- 505c882 No need to add -x objecitve-c++ by Fariborz Jahanian · 15 years ago
- 5501636 Add support for finding composite type of twp objective-c pointers by Fariborz Jahanian · 15 years ago
- 92ef5d7 More detailed analysis of typecast to an objective-c pointer by Fariborz Jahanian · 15 years ago
- 0cedfbd Patch to allow matching 0 with an objective-c pointer type by Fariborz Jahanian · 15 years ago
- ebea307 Patch to allow cstyle cast of objective-c pointers in objective-c++ by Fariborz Jahanian · 15 years ago
- d739021 Switch XFAIL format to match LLVM. by Daniel Dunbar · 15 years ago
- 4029ac0 this test crashes, disable it harder. by Chris Lattner · 15 years ago