1. faa435a Update test case and comment. by Steve Naroff · 15 years ago
  2. b59212a CodeGenModule::GetAddrOfConstantCFString(): by Steve Naroff · 15 years ago
  3. 2acddeb Forgot to remove trailing && by Daniel Dunbar · 15 years ago
  4. 32c6093 Ted & I crossed paths here, these tests are in cocoa-pth.m now. by Daniel Dunbar · 15 years ago
  5. cb5a955 Add cocoa-pth.c test case, this got lost in shuffling PTH test cases. by Daniel Dunbar · 15 years ago
  6. 8d69a57 Re-enable PTH testing for cocoa.h and carbon.h. This tests that PTH works on by Ted Kremenek · 15 years ago
  7. 0b5b0da Pull clang-cc code for generating PTH files based on the input type. by Daniel Dunbar · 15 years ago
  8. aab0f7a Fix block comparisons. Radar 6732116. by Mike Stump · 15 years ago
  9. af3e722 fe support for objc2's nonfragile-abi synthesized ivars. by Fariborz Jahanian · 15 years ago
  10. 8bfd1b8 Fix <rdar://problem/6697053> instance variable is protected. by Steve Naroff · 15 years ago
  11. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  12. b31cb7f Issue error if variables are defined inside an objc class, category or protocol. by Fariborz Jahanian · 15 years ago
  13. 2ce1be0 When looking for property name (or getter method) in a by Fariborz Jahanian · 15 years ago
  14. 862a2c5 Ignore weak import on properties. by Mike Stump · 15 years ago
  15. 0d794b2 Force triple for a couple test cases. by Daniel Dunbar · 15 years ago
  16. 335c680 Implement FIXME related to <rdar://problem/6496506> Implement class setter/getter for properties. by Steve Naroff · 15 years ago
  17. f178728 Fix <rdar://problem/6655054> clang issues bogus error on property usage in a dot-syntax. by Steve Naroff · 15 years ago
  18. 1ca6694 Fix <rdar://problem/6578665> user declared setter method should be used when using property syntx. by Steve Naroff · 15 years ago
  19. 4018a28 Improve the "bad receiver" warning for ObjC message sends to be less confusing. by Chris Lattner · 15 years ago
  20. 0c73f37 Fix PR3766, a really nasty silent miscompilation case where we emitted by Chris Lattner · 15 years ago
  21. 61f72cb Implement property '.' notation on Factory/Class objects. Parser changes aren't very pretty:-( by Steve Naroff · 15 years ago
  22. 5609ec0 Improvements to private method lookup. by Steve Naroff · 15 years ago
  23. dd53eb5 Partial fix <rdar://problem/6301205> [irgen] dot-syntax on super isn't supported. by Steve Naroff · 15 years ago
  24. fbffca6 Tweak diag for <rdar://problem/5982579> [clang on xcode] (using arch=x86_64): synthesized property 'sdkPath' must either be named the same as a compatible ivar or must explicitly name an ivar. by Steve Naroff · 15 years ago
  25. 61d6852 Fix <rdar://problem/6144382> [sema] gcc inconsistency w.r.t. forward protocol declarations. by Steve Naroff · 15 years ago
  26. a6e3ac5 Implemented access check for ivars accessed inside by Fariborz Jahanian · 15 years ago
  27. b06d875 Partial fix for <rdar://problem/6645157> [clang on Xcode; regression]: error: instance variable 'someField' is private. by Steve Naroff · 15 years ago
  28. b1006c7 Fix a corner case of message lookup looking for class methods. by Fariborz Jahanian · 15 years ago
  29. 6b9dfd4 Finish up some fixes related to <rdar://problem/6497631> Message lookup is sometimes different than gcc's. by Steve Naroff · 15 years ago
  30. cdf0029 Make this test a bit more specific about the target so that it passes on Linux. by Eli Friedman · 15 years ago
  31. d198aba Change a warning to an error... by Steve Naroff · 15 years ago
  32. 268bc8c Implement an important missing warning when a selector by Fariborz Jahanian · 15 years ago
  33. f4c00ff Fix <rdar://problem/5982579> [clang on xcode] (using arch=x86_64): synthesized property 'sdkPath' must either be named the same as a compatible ivar or must explicitly name an ivar. by Steve Naroff · 15 years ago
  34. 9d40ee5 Fix <rdar://problem/6252237> [sema] qualified id should be disallowed in @catch statements. by Steve Naroff · 15 years ago
  35. f50cb36 Fix <rdar://problem/6632061> [sema] non object types should not be allowed in @catch statements. by Steve Naroff · 15 years ago
  36. 184671b Remove old/incorrect warnings. by Steve Naroff · 15 years ago
  37. 15edf0d Fix <rdar://problem/6497242> Inherited overridden protocol declared objects don't work. by Steve Naroff · 15 years ago
  38. ca33129 Fix <rdar://problem/6497608> clang does not catch ivar type mismatches in @implementation. by Steve Naroff · 15 years ago
  39. 935fd76 Check of ivar access access control. by Fariborz Jahanian · 15 years ago
  40. c97fb9a Fix <rdar://problem/6635908> crash on invalid by Steve Naroff · 15 years ago
  41. 077c1e7 Diagnose a variety of access of ivars when they conflict with by Fariborz Jahanian · 15 years ago
  42. b7f95f5 Check for duplicate declaration of method of a class in its extension. by Fariborz Jahanian · 15 years ago
  43. 8e2945a Fix <rdar://problem/6248764> parser rejects: bad receiver type 'CFStringRef'. by Steve Naroff · 15 years ago
  44. 91b0b0c Fix <rdar://problem/6619539> incompatible pointer types sending 'XCElementSpacer *', expected 'XCElement *' (not handling protocol signatures correctly?). by Steve Naroff · 15 years ago
  45. cddc888 "This patch uses the new ObjCImplDecl class to merge Sema::ImplMethodsVsClassMethods and Sema::ImplCategoryMethodsVsIntfMethods methods. by Chris Lattner · 15 years ago
  46. 9bc77b2 Diagnose gc attribute mismatch of property and its ivar. by Fariborz Jahanian · 15 years ago
  47. fb41ca8 Do not issue bogus error on __weak/__strong ivar access. by Fariborz Jahanian · 15 years ago
  48. 22dc0b0 Fix <rdar://problem/6574319> clang issues error on 'readonly' property with a defaul setter attribute. by Steve Naroff · 15 years ago
  49. 1f484f4 Fix <rdar://problem/6614945> method not found. by Steve Naroff · 15 years ago
  50. f1afaf6 Fix http://llvm.org/bugs/show_bug.cgi?id=3544. by Steve Naroff · 15 years ago
  51. b558422 Fix ObjCInterfaceDecl::lookupInstanceMethod()/lookupClassMethod() to search in inherited protocols. by Steve Naroff · 15 years ago
  52. b90052a Use CheckAssignmentConstraints for checking the cleanup attr function. Fixes PR3656. by Anders Carlsson · 15 years ago
  53. 1829a6d fix rdar://6611778, a redefinition of an interface was causing an by Chris Lattner · 15 years ago
  54. 4262a07 - Generate error for protocol qualifiers on 'Class'. by Steve Naroff · 15 years ago
  55. d461777 Revert http://llvm.org/viewvc/llvm-project?view=rev&revision=65244. by Steve Naroff · 15 years ago
  56. 0de21fd Contains the following (related to problems found while investigting <rdar://problem/6497631> Message lookup is sometimes different than gcc's). by Steve Naroff · 15 years ago
  57. 15509f4 Add support for GCC ObjC extension "Class<protocol>". Sigh. by Steve Naroff · 15 years ago
  58. 8dfb0c5 Warn about bogus protocol qualifiers. by Steve Naroff · 15 years ago
  59. 7b5b317 Warn on use of __weak attribute on local variable (objc2 gc specific). by Fariborz Jahanian · 15 years ago
  60. c1fcd2c Add test case to record a couple inconsistencies with GCC (found in <rdar://problem/6561076> [clang on Xcode] warning: cannot find protocol definition for 'OzzyP'). by Steve Naroff · 15 years ago
  61. 5fd659d by Steve Naroff · 15 years ago
  62. ccef371 Fix <rdar://problem/6500554> missing objc error message. by Steve Naroff · 15 years ago
  63. 63359c8 Fix <rdar://problem/6586239> bitfield constraints not enforced (for ObjC) by Steve Naroff · 15 years ago
  64. 8d1d62f Use -verify for consistency. by Eli Friedman · 15 years ago
  65. 48f3bb9 Downgrade complaints about calling unavailable functions to a warning by Douglas Gregor · 15 years ago
  66. 6080008 Start improving diagnostics that relate to subcharacters of string literals. by Chris Lattner · 15 years ago
  67. e47f7b1 pass -verify in exprs.m, merge const-id.m into message.m by Chris Lattner · 15 years ago
  68. a119a3b fix rdar://6597252: two exactly identical pointer types are always by Chris Lattner · 15 years ago
  69. c7984dd warn about interfaces that inherit from deprecated classes. by Chris Lattner · 15 years ago
  70. 16b34b4 warn about categories that implement deprecated interfaces. by Chris Lattner · 15 years ago
  71. f15970c do not warn about uses of deprecated decls when in an out-of-line objc method by Chris Lattner · 15 years ago
  72. 7eba82e Add support for deprecating ObjC properties. Unlike GCC, we warn that the by Chris Lattner · 15 years ago
  73. cda9c67 Adopt a more principled approach to invalid declarations: by Douglas Gregor · 15 years ago
  74. 553905d add support for deprecated objc ivars. by Chris Lattner · 15 years ago
  75. b1e0c8d specify a triple to use, otherwise we get errors on this test for by Chris Lattner · 15 years ago
  76. b254ca0 update expected-warning line. by Chris Lattner · 15 years ago
  77. 59843ad Add support for deprecated Obj-C methods. The semantics mostly match what gcc has. by Anders Carlsson · 16 years ago
  78. 0db29ec add parser and type checking support for attribute((objc_exception)). by Chris Lattner · 16 years ago
  79. 129b6c1 rename test by Chris Lattner · 16 years ago
  80. 1fd0361 Fix <rdar://problem/6499801> clang does not detect objc type mismatch in conditional expr by Steve Naroff · 16 years ago
  81. 3dcfe10 Turn warning into error. Minor incompatibility with GCC (for scalar types, GCC only produces a warning). by Steve Naroff · 16 years ago
  82. fea2511 Remove some non-ascii characters. Thanks Gabor. by Steve Naroff · 16 years ago
  83. 84c4310 Fix <rdar://problem/6505139> [clang on growl]: need to allow unnamed selectors as the first argument by Steve Naroff · 16 years ago
  84. e21dd6f Fix <rdar://problem/6243503> [sema] @throw; accepted outside catch block. by Steve Naroff · 16 years ago
  85. 7151bbb Fix <rdar://problem/6206858> [sema] type check @throw statements. by Steve Naroff · 16 years ago
  86. 1a51b4a Make Sema::getTypeName return the opaque pointer of a QualType rather by Douglas Gregor · 16 years ago
  87. 3cb0692 Make one expected-diag directive match exactly one actual diagnostic. by Sebastian Redl · 16 years ago
  88. 2770105 Add sub-testcase where we process Cocoa.h using --disable-free (i.e., test the usage of the BumpPtrAllocator in ASTContext). by Ted Kremenek · 16 years ago
  89. 818cb9e Fix <rdar://problem/6552648> error: redefinition of 'XCElementAnchorDelegate' as different kind of symbol. by Steve Naroff · 16 years ago
  90. b248d53 Fix <rdar://problem/6512717> by correctly reading the right offset in the token data in PTHLexer::getSourceLocation(). by Ted Kremenek · 16 years ago
  91. acdc33b Type of property and its ivar is more restrictive that rules for assignment. by Fariborz Jahanian · 16 years ago
  92. 4ec339f Centralize error reporting of improper uses of incomplete types in the by Douglas Gregor · 16 years ago
  93. f034e9c Patch to allow @dynamic synthesis of property in a category, by Fariborz Jahanian · 16 years ago
  94. 9bae5e7 Diagnose when method parameter is an object. by Fariborz Jahanian · 16 years ago
  95. ebff1fe Don't ICE (issue diagnostics) when receiver is a non-objc type. by Fariborz Jahanian · 16 years ago
  96. c55a240 Don't ICE on user redeclaration of objc's built-in types. by Fariborz Jahanian · 16 years ago
  97. fa23c1d Implemenent objective-c's NSObject attribute as a way of ddeclaraing c-type by Fariborz Jahanian · 16 years ago
  98. 4920f1f Implement support for anonymous structs and unions in C. Both C and by Douglas Gregor · 16 years ago
  99. d1fa644 Patch to supprt case of readonly property being by Fariborz Jahanian · 16 years ago
  100. 1a0d31a Properly set the scope of non-fields declared within a struct, union, by Douglas Gregor · 16 years ago