1. 72a8659 Patch to allow reinterpret_cast on objective-c pointers. by Fariborz Jahanian · 14 years ago
  2. f7c43fd Also allow cast of block pointer type to by Fariborz Jahanian · 15 years ago
  3. b351a7d In objective-c++ land, a block pointer is another object pointer. by Fariborz Jahanian · 15 years ago
  4. 83b7b31 Allow conversion of pointer to an objective-c pointer to by Fariborz Jahanian · 15 years ago
  5. aa03731 Switch initialization of parameters in a call over to by Douglas Gregor · 15 years ago
  6. 51874dd Allow comparison of 'void *' with function pointer by Fariborz Jahanian · 15 years ago
  7. cfdc81a Initialization improvements: addition of string initialization and a few by Eli Friedman · 15 years ago
  8. adcfab1 Allow pointer convesion of an objective-c pointer to by Fariborz Jahanian · 15 years ago
  9. dd69aae Diagnose property of reference type as unsupported instead of crashing for now. by Fariborz Jahanian · 15 years ago
  10. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  11. 854a4eb Make tests use the new clang -cc1 flag. by Fariborz Jahanian · 15 years ago
  12. 3b27f1a Patch to allow C-style cast from 'void *' to block pointer type. by Fariborz Jahanian · 15 years ago
  13. 1f7711d Consider conversion of objective-c pointer to 'bool' a by Fariborz Jahanian · 15 years ago
  14. 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
  15. 737061f Patch to fix a crash trying to access a category name in by Fariborz Jahanian · 15 years ago
  16. 505c882 No need to add -x objecitve-c++ by Fariborz Jahanian · 15 years ago
  17. 5501636 Add support for finding composite type of twp objective-c pointers by Fariborz Jahanian · 15 years ago
  18. 92ef5d7 More detailed analysis of typecast to an objective-c pointer by Fariborz Jahanian · 15 years ago
  19. 0cedfbd Patch to allow matching 0 with an objective-c pointer type by Fariborz Jahanian · 15 years ago
  20. ebea307 Patch to allow cstyle cast of objective-c pointers in objective-c++ by Fariborz Jahanian · 15 years ago
  21. d739021 Switch XFAIL format to match LLVM. by Daniel Dunbar · 15 years ago
  22. 4029ac0 this test crashes, disable it harder. by Chris Lattner · 15 years ago
  23. d1969d8 Prep for new warning. by Mike Stump · 15 years ago
  24. 9685aee Remove excessive use of Carbon.h / Cocoa.h in clang tests. by Daniel Dunbar · 15 years ago
  25. 14108da This patch includes a conceptually simple, but very intrusive/pervasive change. by Steve Naroff · 15 years ago
  26. fcf3de3 Add an XFAIL test to demonstrate references in Obj-C++, this currently crashes. by Daniel Dunbar · 15 years ago
  27. 7c94c4b Use "()" instead of "(void)" when pretty-printing a parameter-less function type for C++. by Argyrios Kyrtzidis · 15 years ago
  28. 868bd0a Improve handling of (X86) target features. - This is a WIP... by Daniel Dunbar · 15 years ago
  29. b33f3ad Check for method type conflict between declaration in by Fariborz Jahanian · 15 years ago
  30. 0b5b0da Pull clang-cc code for generating PTH files based on the input type. by Daniel Dunbar · 15 years ago
  31. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  32. c71e28c When inside an Objective-C++ method, name lookup should look into the by Douglas Gregor · 15 years ago
  33. 672c91d id<Foo> is a POD type. by Anders Carlsson · 15 years ago
  34. 50f4e70 Add a test case for some Objective-C behavior that will not be supported in Objective-C++ by Douglas Gregor · 15 years ago
  35. 7dda67d Improvements and fixes for name lookup with using directives, from Piotr Rak! by Douglas Gregor · 15 years ago
  36. fa04764 Initial implementation of argument dependent lookup (a.k.a. ADL, by Douglas Gregor · 15 years ago
  37. dce5e2c Use a single function for doing vararg argument promotion. Also, make sure to do the promotion before checking the type - fixes PR3340. by Anders Carlsson · 16 years ago
  38. 906fed0 Warn when someone tries to pass a variable with a non-POD type to a varargs function/method/block. by Anders Carlsson · 16 years ago
  39. be3f7f3 Re-enable PTH testing for Cocoa.h and Carbon.h (and include testing for Objective-C++). by Ted Kremenek · 16 years ago
  40. ce35607 Allow Objective-C entities to be declared within a transparent context by Douglas Gregor · 16 years ago
  41. 2a7e58d Add some block-pointer conversions in C++ by Douglas Gregor · 16 years ago
  42. 27b09ac Support conversion from a null pointer constant o any Objective-C object pointer type. Fixes rdar://problem/6463298 by Douglas Gregor · 16 years ago
  43. a46969d Add a missing @end. Why didn't this get diagnosed? by Douglas Gregor · 16 years ago
  44. c788751 Support more implicit conversions for Objective-C types. Addresses <rdar://problem/6458293>. by Douglas Gregor · 16 years ago
  45. 45920e8 Allow downcasts of pointers to Objective-C interfaces, with a by Douglas Gregor · 16 years ago
  46. dda7889 Add some more implicit conversions for Objective-C++ by Douglas Gregor · 16 years ago
  47. d6fb7ef Ultrasimplistic sketch for the parsing of C++ template-ids. This won't by Douglas Gregor · 16 years ago
  48. 7ca0976 Add implicit conversions for Objective-C qualified ids, e.g., by Douglas Gregor · 16 years ago
  49. cb7de52 Implement implicit conversions for Objective-C specific types, e.g., by Douglas Gregor · 16 years ago
  50. 1528145 Make it an error if an Objective-C declaration is not in the global scope. by Anders Carlsson · 16 years ago
  51. 4f3cc81 Add carbon.cpp and cocoa.mm tests by Anders Carlsson · 16 years ago
  52. ef048ef Reserved C++ words are valid selectors in Objective-C++ by Anders Carlsson · 16 years ago