1. 732281d Warn when a 'typename' or a 'template' keyword refers to a by Douglas Gregor · 14 years ago
  2. ddb0ce7 Conversions from Objective C object pointers to bool are "pointer conversions by John McCall · 14 years ago
  3. 0fddb97 Implement support for variable length arrays in C++. VLAs are limited by Douglas Gregor · 14 years ago
  4. d2235f6 Reinstate r104117, Chandler Carruth's change that "[provides] a naming by Douglas Gregor · 14 years ago
  5. 68dd3ee Various small fixes for construction/destruction of Objective-C++ by Douglas Gregor · 14 years ago
  6. 2390a72 Adds support for ObjC++'s GC attribute on declaration of by Fariborz Jahanian · 14 years ago
  7. d425d2b Permit Objective C object pointers to be const_casted. by John McCall · 14 years ago
  8. c12c5bb Substantially alter the design of the Objective C type AST by introducing by John McCall · 14 years ago
  9. 3ba6061 Objective-C++ Sema. Fix a bug in instantiation of receivers. by Fariborz Jahanian · 14 years ago
  10. 5d7c29a Rebuild builtin_id * as an ObjCObjectPointerType, where builtin_id is the by John McCall · 14 years ago
  11. c000834 When performing template argument deduction, match Objective C pointers by John McCall · 14 years ago
  12. 79d3f04 Objective-C++ Sema. Support for conversion of a C++ by Fariborz Jahanian · 14 years ago
  13. 65267b2 Objective-C++ Sema - Allow static_cast of one objc pointer to another. by Fariborz Jahanian · 14 years ago
  14. 2f6c550 Allow static_cast to objective-c pointers. Fixes radar 7952457. by Fariborz Jahanian · 14 years ago
  15. a36f3ed Test for my last patch. by Fariborz Jahanian · 14 years ago
  16. 0b7bc8e Diagnose declaration of reference typed ivars. by Fariborz Jahanian · 14 years ago
  17. 9cbfdd2 Implement template instantiation for implicit property references in by Douglas Gregor · 14 years ago
  18. e330354 Implement template instantiation for ObjCPropertyRefExpr. by Douglas Gregor · 14 years ago
  19. f9b9eab Implement template instantiation for value-dependent Objective-C ivar by Douglas Gregor · 14 years ago
  20. be270a0 Implement template instantiation for Objective-C @catch by Douglas Gregor · 14 years ago
  21. 4dfdd1b Template instantiation for @try and @finally (but not @catch, yet). by Douglas Gregor · 14 years ago
  22. c3203e7 Template instantiation for the Objective-C "fast enumeration" statement, i.e., by Douglas Gregor · 14 years ago
  23. 8fdc13a Template instantiation for Objective-C++ @synchronized statements. by Douglas Gregor · 14 years ago
  24. d1377b2 Implement template instantiation for Objective-C++ @throw statements. by Douglas Gregor · 14 years ago
  25. 92e986e Implement template instantiation for Objective-C++ message sends. We by Douglas Gregor · 14 years ago
  26. a41a8c5 Whenever we complain about a failed initialization of a function or by Douglas Gregor · 14 years ago
  27. 688fc9b Switch the initialization of Objective-C message parameters (as occurs by Douglas Gregor · 14 years ago
  28. 6aa14d8 Implement parsing for message sends in Objective-C++. Message sends in by Douglas Gregor · 14 years ago
  29. 2725ca8 Rework the Parser-Sema interaction for Objective-C message by Douglas Gregor · 14 years ago
  30. d7174f2 More tests for Objective-C-related name lookup weirdness. Yes, it's by Douglas Gregor · 14 years ago
  31. 7683a3f Add another test case for r101029, which verifies that we now by Douglas Gregor · 14 years ago
  32. 78713d8 When upgrading an Objective-C class from a forward declaration to a by Douglas Gregor · 14 years ago
  33. d4eea83 Improve diagnostics when we fail to convert from a source type to a by Douglas Gregor · 14 years ago
  34. ee9ca69 objective-c++ must take into account qualifiers when by Fariborz Jahanian · 14 years ago
  35. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 14 years ago
  36. 3c3aaf9 Only parse C++0x attribute specifiers in declarators when in C++0x by Douglas Gregor · 14 years ago
  37. 36262b8 Implement C++ name lookup for instance variables of Objective-C classes by Douglas Gregor · 14 years ago
  38. c5e77d5 Make Sema::ActOnClassMessage robust when name lookup for the receiver by Douglas Gregor · 14 years ago
  39. 72a8659 Patch to allow reinterpret_cast on objective-c pointers. by Fariborz Jahanian · 14 years ago
  40. f7c43fd Also allow cast of block pointer type to by Fariborz Jahanian · 14 years ago
  41. b351a7d In objective-c++ land, a block pointer is another object pointer. by Fariborz Jahanian · 14 years ago
  42. 83b7b31 Allow conversion of pointer to an objective-c pointer to by Fariborz Jahanian · 14 years ago
  43. aa03731 Switch initialization of parameters in a call over to by Douglas Gregor · 15 years ago
  44. 51874dd Allow comparison of 'void *' with function pointer by Fariborz Jahanian · 15 years ago
  45. cfdc81a Initialization improvements: addition of string initialization and a few by Eli Friedman · 15 years ago
  46. adcfab1 Allow pointer convesion of an objective-c pointer to by Fariborz Jahanian · 15 years ago
  47. dd69aae Diagnose property of reference type as unsupported instead of crashing for now. by Fariborz Jahanian · 15 years ago
  48. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  49. 854a4eb Make tests use the new clang -cc1 flag. by Fariborz Jahanian · 15 years ago
  50. 3b27f1a Patch to allow C-style cast from 'void *' to block pointer type. by Fariborz Jahanian · 15 years ago
  51. 1f7711d Consider conversion of objective-c pointer to 'bool' a by Fariborz Jahanian · 15 years ago
  52. 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
  53. 737061f Patch to fix a crash trying to access a category name in by Fariborz Jahanian · 15 years ago
  54. 505c882 No need to add -x objecitve-c++ by Fariborz Jahanian · 15 years ago
  55. 5501636 Add support for finding composite type of twp objective-c pointers by Fariborz Jahanian · 15 years ago
  56. 92ef5d7 More detailed analysis of typecast to an objective-c pointer by Fariborz Jahanian · 15 years ago
  57. 0cedfbd Patch to allow matching 0 with an objective-c pointer type by Fariborz Jahanian · 15 years ago
  58. ebea307 Patch to allow cstyle cast of objective-c pointers in objective-c++ by Fariborz Jahanian · 15 years ago
  59. d739021 Switch XFAIL format to match LLVM. by Daniel Dunbar · 15 years ago
  60. 4029ac0 this test crashes, disable it harder. by Chris Lattner · 15 years ago
  61. d1969d8 Prep for new warning. by Mike Stump · 15 years ago
  62. 9685aee Remove excessive use of Carbon.h / Cocoa.h in clang tests. by Daniel Dunbar · 15 years ago
  63. 14108da This patch includes a conceptually simple, but very intrusive/pervasive change. by Steve Naroff · 15 years ago
  64. fcf3de3 Add an XFAIL test to demonstrate references in Obj-C++, this currently crashes. by Daniel Dunbar · 15 years ago
  65. 7c94c4b Use "()" instead of "(void)" when pretty-printing a parameter-less function type for C++. by Argyrios Kyrtzidis · 15 years ago
  66. 868bd0a Improve handling of (X86) target features. - This is a WIP... by Daniel Dunbar · 15 years ago
  67. b33f3ad Check for method type conflict between declaration in by Fariborz Jahanian · 15 years ago
  68. 0b5b0da Pull clang-cc code for generating PTH files based on the input type. by Daniel Dunbar · 15 years ago
  69. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  70. c71e28c When inside an Objective-C++ method, name lookup should look into the by Douglas Gregor · 15 years ago
  71. 672c91d id<Foo> is a POD type. by Anders Carlsson · 15 years ago
  72. 50f4e70 Add a test case for some Objective-C behavior that will not be supported in Objective-C++ by Douglas Gregor · 15 years ago
  73. 7dda67d Improvements and fixes for name lookup with using directives, from Piotr Rak! by Douglas Gregor · 15 years ago
  74. fa04764 Initial implementation of argument dependent lookup (a.k.a. ADL, by Douglas Gregor · 15 years ago
  75. 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 · 15 years ago
  76. 906fed0 Warn when someone tries to pass a variable with a non-POD type to a varargs function/method/block. by Anders Carlsson · 15 years ago
  77. be3f7f3 Re-enable PTH testing for Cocoa.h and Carbon.h (and include testing for Objective-C++). by Ted Kremenek · 16 years ago
  78. ce35607 Allow Objective-C entities to be declared within a transparent context by Douglas Gregor · 16 years ago
  79. 2a7e58d Add some block-pointer conversions in C++ by Douglas Gregor · 16 years ago
  80. 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
  81. a46969d Add a missing @end. Why didn't this get diagnosed? by Douglas Gregor · 16 years ago
  82. c788751 Support more implicit conversions for Objective-C types. Addresses <rdar://problem/6458293>. by Douglas Gregor · 16 years ago
  83. 45920e8 Allow downcasts of pointers to Objective-C interfaces, with a by Douglas Gregor · 16 years ago
  84. dda7889 Add some more implicit conversions for Objective-C++ by Douglas Gregor · 16 years ago
  85. d6fb7ef Ultrasimplistic sketch for the parsing of C++ template-ids. This won't by Douglas Gregor · 16 years ago
  86. 7ca0976 Add implicit conversions for Objective-C qualified ids, e.g., by Douglas Gregor · 16 years ago
  87. cb7de52 Implement implicit conversions for Objective-C specific types, e.g., by Douglas Gregor · 16 years ago
  88. 1528145 Make it an error if an Objective-C declaration is not in the global scope. by Anders Carlsson · 16 years ago
  89. 4f3cc81 Add carbon.cpp and cocoa.mm tests by Anders Carlsson · 16 years ago
  90. ef048ef Reserved C++ words are valid selectors in Objective-C++ by Anders Carlsson · 16 years ago