1. f7ccbad Basic: import SmallString<> into clang namespace by Dylan Noblesmith · 13 years ago
  2. b942cb2 Implement implicit capture for lambda expressions. by Eli Friedman · 13 years ago
  3. 4cc9b10 objc: Issue diagnostic when receiver type is a forward class declaration and by Fariborz Jahanian · 13 years ago
  4. 52b6236 Look for declaration of CFBridgingRetain/CFBridgingRetain before by Fariborz Jahanian · 13 years ago
  5. 93962e5 Improve checking of explicit captures in a C++11 lambda expression: by Douglas Gregor · 13 years ago
  6. 16e46dd Make the callback object to Sema::CorrectTypo mandatory. by Kaelyn Uhrain · 13 years ago
  7. 7eb82f0 objc-arc: In various diagnostics mention by Fariborz Jahanian · 13 years ago
  8. 29c3f81 Fix a couples of issues in format strings checking. by Jean-Daniel Dupas · 13 years ago
  9. 2f4d88f Fix up the calls to CorrectTypo in Sema*ObjC.cpp to use callback by Kaelyn Uhrain · 13 years ago
  10. 746f5bc Add IsImplicit field in ObjCMessageExpr that is true when the message by Argyrios Kyrtzidis · 13 years ago
  11. b69b42c Start refactoring code for capturing variables and 'this' so that it is shared between lambda expressions and block literals. by Eli Friedman · 13 years ago
  12. 2e5c15b Move the definition-specific data of ObjCInterfaceDecl into a by Douglas Gregor · 13 years ago
  13. b76a97e objc: issue deprecated/unavailable diagnostic when by Fariborz Jahanian · 13 years ago
  14. f1d1ca5 When sending a message to a receiver that has "unknown any" type, by Douglas Gregor · 13 years ago
  15. b302996 Use Sema::RequireCompleteType to check for the completeness of by Douglas Gregor · 13 years ago
  16. ccc9e76 Don't crash on invalid objc code. by Argyrios Kyrtzidis · 13 years ago
  17. 7864435 Rip out CK_GetObjCProperty. by John McCall · 13 years ago
  18. 4b9c2d2 Change the AST representation of operations on Objective-C by John McCall · 13 years ago
  19. fc2eff5 objc-arc: desugar certain type and improve on diagnostic for by Fariborz Jahanian · 13 years ago
  20. 6d09f01 objective-c arc: type-casting of an objc pointer to by Fariborz Jahanian · 13 years ago
  21. 3c3b7f9 Restore r142914 and r142915, now with missing file and apparent by John McCall · 13 years ago
  22. 327a50f Revert r142914 and r142915, due to possibly missing file. by NAKAMURA Takumi · 13 years ago
  23. a1b852f Introduce a placeholder type for "pseudo object" by John McCall · 13 years ago
  24. 88a4cfd Strip qualifiers off the type of an implicit property defined by only a setter. by John McCall · 13 years ago
  25. 5acb0c9 Teach the ARC compiler to not require __bridge casts when by John McCall · 13 years ago
  26. 43bcdb2 Avoid duplicate unavailbility diagnostics in objc++. // rdar://10268422 by Fariborz Jahanian · 13 years ago
  27. 8d9ed79 ArrayRef'ize ObjCMessageExpr by Argyrios Kyrtzidis · 13 years ago
  28. 9513762 Pass all the locations of the selector identifiers for a message expression from the parser. by Argyrios Kyrtzidis · 13 years ago
  29. 2cf031d Allow the results of cf_returns_not_retained function by John McCall · 13 years ago
  30. c737acb Revert r139989 and r140031, which implemented the Objective-C type by Douglas Gregor · 13 years ago
  31. 1d4e8e9 objc - Treat type of 'self' in class methods as root of by Fariborz Jahanian · 13 years ago
  32. 33e56f3 Rename the ARC cast kinds to start with "ARC". by John McCall · 13 years ago
  33. 5c16d63 Don't produce 'instancetype' as the type of a message send expression. Map it down to 'id'. by Douglas Gregor · 13 years ago
  34. 0bcc9bc Contextually converting to 'id' is not a useful operation. Contextually by John McCall · 13 years ago
  35. 1d9b3b2 Give conversions of block pointers to ObjC pointers a different cast kind by John McCall · 13 years ago
  36. e97179c Implement the Objective-C 'instancetype' type, which is an alias of by Douglas Gregor · 13 years ago
  37. 819e745 Don't assert when diagnosing a missing cast of an unknown-anytype by John McCall · 13 years ago
  38. 80cb6e6 Warn on missing [super finalize] calls. by Nico Weber · 13 years ago
  39. 4906cf9 Be sure to do unary conversions on the operand to an ARC by John McCall · 13 years ago
  40. 9a1ecf0 Warn on missing [super dealloc] calls. by Nico Weber · 13 years ago
  41. 5cee119 Add support for C++0x unicode string and character literals, from Craig Topper! by Douglas Gregor · 13 years ago
  42. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  43. 4c91d89 With -Wselector, don't warn about unimplemented optional method by Fariborz Jahanian · 13 years ago
  44. 48218c6 In debugger mode, make ObjC message sends to unknown selectors return by John McCall · 13 years ago
  45. 7a084ec objc++-arc: diagnose assignment/cast of a weak-unavailable by Fariborz Jahanian · 13 years ago
  46. 7e5e5f4 In ARC, reclaim all return values of retainable type, not just those by John McCall · 13 years ago
  47. 9670e17 objc-arc: enforce performSelector rules in rejecting retaining selectors by Fariborz Jahanian · 13 years ago
  48. d8bba9c Add support for C++ namespace-aware typo correction, e.g., correcting by Douglas Gregor · 13 years ago
  49. 6326e05 Provide fix-it for '.' <-> '->' for Objective-C ivar/property access. by Fariborz Jahanian · 13 years ago
  50. 8295b7b objc-arc: Allow unbridged cast of retainable object to by Fariborz Jahanian · 13 years ago
  51. c8505ad objc-arc: Add support for unbridged cast of by Fariborz Jahanian · 13 years ago
  52. af97517 objc-arc: CodeGen part of unbridged cast of CF types. // rdar://9474349 by Fariborz Jahanian · 13 years ago
  53. 65aa688 Make more use of llvm::StringRef in various APIs. In particular, don't by Jay Foad · 13 years ago
  54. 1522a7c objc-arc: allow explicit unbridged casts if the source of the cast is a by Fariborz Jahanian · 13 years ago
  55. 71c482c Initialize a couple of variables to shut GCC up. by John McCall · 13 years ago
  56. 6c91615 For the purpose of @encode'ing, accept 'void' type by Fariborz Jahanian · 13 years ago
  57. f85e193 Automatic Reference Counting. by John McCall · 13 years ago
  58. 926df6c Implement Objective-C Related Result Type semantics. by Douglas Gregor · 13 years ago
  59. 3b5904b Emit an error when trying to @encode an incomplete type. by Argyrios Kyrtzidis · 13 years ago
  60. 89ebaed "note" location of forward class used as receiver of by Fariborz Jahanian · 14 years ago
  61. 109ec1b Fix a crash-on-invalid involving non-identifier names in a member by Douglas Gregor · 14 years ago
  62. 5272adf Enforce nonnull __attribute__ on Objective-C method calls. // rdar://9287695 by Fariborz Jahanian · 14 years ago
  63. 3e2193c Add a flag to StringLiteral to keep track of whether the string is a pascal string or not. by Anders Carlsson · 14 years ago
  64. 429bb27 Use ExprResult& instead of Expr *& in Sema by John Wiegley · 14 years ago
  65. 759abb4 Fix lookup for class messages sent to qualified-class by Fariborz Jahanian · 14 years ago
  66. 1408676 Implements property of reference types. Adding by Fariborz Jahanian · 14 years ago
  67. b460210 Also 'self' in blocks need be handled specially. // rdar://9181463 by Fariborz Jahanian · 14 years ago
  68. f2d74cc 'self' is objective-c's 'self' objc pointer only in by Fariborz Jahanian · 14 years ago
  69. 27569b0 Property setter/getter must be looked up in property type's by Fariborz Jahanian · 14 years ago
  70. 6147806 Lookup selector in protocol list of qualified objc type by Fariborz Jahanian · 14 years ago
  71. 02b0d65 Warn on usage of unavailable objc 'class' in by Fariborz Jahanian · 14 years ago
  72. 2a96bf5 Improve diagnostics on missing property decl. by Fariborz Jahanian · 14 years ago
  73. 41aadbc Improve diagnostics when property names an object type of by Fariborz Jahanian · 14 years ago
  74. 8348de3 Support for objc use of property-dot syntax as receiver by Fariborz Jahanian · 14 years ago
  75. 6b5a61b A few more tweaks to the blocks AST representation: by John McCall · 14 years ago
  76. 26743b2 Capture a few implicit references to 'self'. by John McCall · 14 years ago
  77. e00909a Tweak diagnostic: by Ted Kremenek · 14 years ago
  78. e6df5f6 Remove unused store to variable 'Name'. Found by clang static analyzer. by Ted Kremenek · 14 years ago
  79. 483dd2f Ensure that the result type of an Objective-C class message send is by Douglas Gregor · 14 years ago
  80. 99130e5 Complain on missing property getter method only by Fariborz Jahanian · 14 years ago
  81. 8e5fc9b Warn when message is sent to receiver of by Fariborz Jahanian · 14 years ago
  82. 8b1aba4 Improve diagnostics when property being looked up by Fariborz Jahanian · 14 years ago
  83. f40f0d5 Keep the source location of the selector in ObjCMessageExpr. by Argyrios Kyrtzidis · 14 years ago
  84. f6a1648 Although we currently have explicit lvalue-to-rvalue conversions, they're by John McCall · 14 years ago
  85. 74b2756 Diagnose when accessing property in a class method and by Fariborz Jahanian · 14 years ago
  86. 12f78a6 Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPropertyRefExpr by John McCall · 14 years ago
  87. 2600503 When unknown method is sent to a receiver of by Fariborz Jahanian · 14 years ago
  88. 0943168 Add an assertion, fix a whole bunch of bugs, comment the assertion by John McCall · 14 years ago
  89. f89e55a Calculate the value kind of an expression when it's created and by John McCall · 14 years ago
  90. 404cd16 Introduce a null-to-pointer implicit cast kind. by John McCall · 14 years ago
  91. 3fa5cae No really, we don't have a retain/release system for statements/expressions by John McCall · 14 years ago
  92. 4c73307 This patch implements Next's IRGen for -fconstant-string-class=class-name. by Fariborz Jahanian · 14 years ago
  93. 95f4292 When performing typo correction, look through the set of known by Douglas Gregor · 14 years ago
  94. 8ac2d44 Eliminate usage of ObjCSuperExpr used for by Fariborz Jahanian · 14 years ago
  95. 745da3a Patch implements passing arrays to functions expecting vla. Implements pr7827. by Fariborz Jahanian · 14 years ago
  96. 9497a73 Implement automatic bracket insertion for Objective-C class message by Douglas Gregor · 14 years ago
  97. 77328d1 Handle bracket insertion for Objective-C class messages in a very by Douglas Gregor · 14 years ago
  98. 0fbda68 Implement bracket insertion for Objective-C instance message sends as by Douglas Gregor · 14 years ago
  99. f312b1e One who seeks knowledge learns something new every day. by John McCall · 14 years ago
  100. 2d88708 Split out a header to hold APIs meant for the Sema implementation from Sema.h. by John McCall · 14 years ago