1. 24e1408 diagnose declaring class extension after its implementation (radar 7822210). by Fariborz Jahanian · 15 years ago
  2. 5214683 Patch implements gcc's -Wno-protocol option to suppress warning by Fariborz Jahanian · 15 years ago
  3. 849b243 Reinstate my CodeModificationHint -> FixItHint renaming patch, without by Douglas Gregor · 15 years ago
  4. 275313c Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder by Douglas Gregor · 15 years ago
  5. d0ebe08 Rename CodeModificationHint to FixItHint, since we've been using the by Douglas Gregor · 15 years ago
  6. f283859 Further improvement to point to category by Fariborz Jahanian · 15 years ago
  7. 8822f7c Improve diagnostics on incomplete implementation by Fariborz Jahanian · 15 years ago
  8. 01f1bfc Fixes access rues for ivars declared in class implementations (radar 7547942). by Fariborz Jahanian · 15 years ago
  9. 9d64c15 Split Sema logic for ObjC @property and @synthesize into a separate file. by Ted Kremenek · 15 years ago
  10. 7d2aa11 For ivars created using @synthesize, set their DeclContext to be by Ted Kremenek · 15 years ago
  11. 4bc1cb6 Keep track of type source information in the return type of an by Douglas Gregor · 15 years ago
  12. 9ea9bdb Keep an explicit stack of function and block scopes, each element of by Douglas Gregor · 15 years ago
  13. 6d97e5e Implement jump checking for initialized c++ variables, implementing by Chris Lattner · 15 years ago
  14. f914b97 More Sema check for ivars in class continuation. by Fariborz Jahanian · 15 years ago
  15. 09b6897 Fix another crash on invalid code. In this case, handle ObjC categories (with no names) by Ted Kremenek · 15 years ago
  16. 0e5ad25 More support for ivars in class extension. by Fariborz Jahanian · 15 years ago
  17. bd94d44 Start supporting declaration of ivars in @implementation blocks. WIP. by Fariborz Jahanian · 15 years ago
  18. 11062e1 Patch removes IVars list from ObjCInterfaceDecl and by Fariborz Jahanian · 15 years ago
  19. 2f14c4d Use proper lexcial context for newly added ivars. by Fariborz Jahanian · 15 years ago
  20. 3a21cd9 Allow for declaration and use of ivars in a stand-alone by Fariborz Jahanian · 15 years ago
  21. 2576061 Class continuation now has its own property ast for by Fariborz Jahanian · 15 years ago
  22. 298ed87 Allocate 'ObjCMethodList' objects (owned by Sema) using Sema's BumpPtrAllocator. Previously they were not getting freed. Fixes <rdar://problem/7635663>. by Ted Kremenek · 15 years ago
  23. 77e2dde Finish implementing property synthesis by default. (radar 7381956). by Fariborz Jahanian · 15 years ago
  24. 412e798 Implement synthesizing properties by default. by Fariborz Jahanian · 15 years ago
  25. d050240 Patch to implement rewriting of properties. Fixes radar 7562952. by Fariborz Jahanian · 15 years ago
  26. 3ad230e Settled rule on warning on unimplemented property in by Fariborz Jahanian · 15 years ago
  27. a84f2e4 Improve performance of warning when not implementing a required by Fariborz Jahanian · 15 years ago
  28. 3ac1eda Patch to implement required warnings for unimplemented by Fariborz Jahanian · 15 years ago
  29. 107089f Mostly renaming some methods and updating comments to by Fariborz Jahanian · 15 years ago
  30. 3db211b Improve location information for Objective-C category declarations. We by Douglas Gregor · 15 years ago
  31. 18df52b Keep track of the source locations for each protocol reference in by Douglas Gregor · 15 years ago
  32. 782f2f5 Change ObjCContainerDecl to contain the entire range for the '@end' by Ted Kremenek · 15 years ago
  33. 67dd1d4 Whenever we emit a typo-correction diagnostic, also emit a note by Douglas Gregor · 15 years ago
  34. a6f2638 When suggesting a typo correction for an @implementation without a by Douglas Gregor · 15 years ago
  35. b73e281 Fix a bug when property is redeclared in multiple by Fariborz Jahanian · 15 years ago
  36. 02deae8 Do not diagnose method disguised as property setter by Fariborz Jahanian · 15 years ago
  37. 95ff742 When declaring an Objective-C implementation without a corresponding by Douglas Gregor · 15 years ago
  38. f06cdae Implement typo correction for a variety of Objective-C-specific constructs: by Douglas Gregor · 15 years ago
  39. 6dd30fc Diagnose duplicate declaration of a property. Fixes PR5809 by Fariborz Jahanian · 15 years ago
  40. dd69aae Diagnose property of reference type as unsupported instead of crashing for now. by Fariborz Jahanian · 15 years ago
  41. 41ce66f Improve the diagnostic when a new declaration conflicts with a using shadow by John McCall · 15 years ago
  42. a93c934 DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated variables, by John McCall · 15 years ago
  43. 3393f81 Don't warn if objc method param types in declaration and by Fariborz Jahanian · 15 years ago
  44. 321c22f Add SourceLocations to ObjCClassDecl for the class identifiers referenced by @class. by Ted Kremenek · 15 years ago
  45. c09cba6 Pass source locations of identifiers referenced by @class through Action::ActOnForwardClassDeclaration(). by Ted Kremenek · 15 years ago
  46. c32b1d8 Do not register ObjCInterfaceDecls implicitly created by @class in the by Ted Kremenek · 15 years ago
  47. 5f8f857 Start support of weak_import objective-c classes. (Radar 6815425). by Fariborz Jahanian · 15 years ago
  48. 63e963c Handle case of missing '@end' in implementation context by Fariborz Jahanian · 15 years ago
  49. 7ca8b06 writable atomic property's setter/getter must be in 'lock' step of by Fariborz Jahanian · 15 years ago
  50. 4770a4a Changed a variable name to match what it represents (Ted's feedback). by Fariborz Jahanian · 15 years ago
  51. d669be5 Since default writable attribute is 'assign', allow by Fariborz Jahanian · 15 years ago
  52. 54abf7d Change our basic strategy for avoiding deprecation warnings when the decl use by John McCall · 15 years ago
  53. cc667e2 Assortment of property attributes declared in continuation by Fariborz Jahanian · 15 years ago
  54. a6f14e1 Property declared in continuation class can only be used to by Fariborz Jahanian · 15 years ago
  55. 3684bd4 Diagnose implementation of a property declared in a category by Fariborz Jahanian · 15 years ago
  56. 58e4677 Remove OriginalTypeParmDecl; the original type is the one specified by John McCall · 15 years ago
  57. f36e02d Refactor the LookupResult API to simplify most common operations. Require users to by John McCall · 15 years ago
  58. b106fc6 tweaked my last patch to 1) preserve the protocol in by Fariborz Jahanian · 15 years ago
  59. 339798e Patch to implement Protocols on class extensions. by Fariborz Jahanian · 15 years ago
  60. 183700f Change all the Type::getAsFoo() methods to specializations of Type::getAs(). by John McCall · 15 years ago
  61. 8b26cbd Make sure ObjCInterfaceDecl's that are forward declared always contain a valid location. by Steve Naroff · 15 years ago
  62. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  63. 32844b3 patch to prevent crash in hopelessly incorrect method definition with labels. by Fariborz Jahanian · 15 years ago
  64. 835ed7f Don't issue warning on multiple selector found when by Fariborz Jahanian · 15 years ago
  65. e866190 Use Sema's LocInfoType to pass and preserve type source info through the Parser. by Argyrios Kyrtzidis · 15 years ago
  66. a1d5662 Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interfaces. by Argyrios Kyrtzidis · 15 years ago
  67. b11d798 Fixed a regression in deciding when to issue warning on properties which by Fariborz Jahanian · 15 years ago
  68. acf2d13 error on property of objc interface type instead of crashing by Fariborz Jahanian · 15 years ago
  69. 0fd8904 Patch to warn if a property which is 'assign' by default by Fariborz Jahanian · 15 years ago
  70. ac5fc7c Canonicalize else. by Mike Stump · 15 years ago
  71. e198f5d Some code refactoring. Be more generous in issuance of warning by Fariborz Jahanian · 15 years ago
  72. dbdec8b Compare matching selectors in current and by Fariborz Jahanian · 15 years ago
  73. aecae62 Make ObjCImplDecl inherit from ObjCContainerDecl. by Argyrios Kyrtzidis · 15 years ago
  74. 4084c30 Remove a bunch of FIXME's related to ObjC type checking. by Steve Naroff · 15 years ago
  75. 1cb35dd Remove the ObjCCategoryImpls vector from Sema class. by Argyrios Kyrtzidis · 15 years ago
  76. 8701877 Remove Sema::LookupObjCImplementation and replace it with just calling ObjCInterfaceDecl::getImplementation(). by Argyrios Kyrtzidis · 15 years ago
  77. 8a1d722 - Introduce ASTContext::getObjCImplementation() and ASTContext::setObjCImplementation() which use a DenseMap to associate by Argyrios Kyrtzidis · 15 years ago
  78. f495456 Remove ASTContext::isObjCObjectPointerType(). by Steve Naroff · 15 years ago
  79. 14108da This patch includes a conceptually simple, but very intrusive/pervasive change. by Steve Naroff · 15 years ago
  80. fdee089 don't crash if class is using itself as its super class. by Fariborz Jahanian · 15 years ago
  81. 17945a0 De-ASTContext-ify DeclContext. by Argyrios Kyrtzidis · 15 years ago
  82. 9cdda0c Support dependent extended vector types and template instantiation by Douglas Gregor · 15 years ago
  83. 8019a7b Adds synthesize ivars to DeclContext. by Fariborz Jahanian · 15 years ago
  84. 4183335 More refactoring/cleanup of objc ivars. by Fariborz Jahanian · 15 years ago
  85. cd18762 (Next runtime only) check to see if class implements forwardInvocation method by Fariborz Jahanian · 15 years ago
  86. beaaccd Use v.data() instead of &v[0] when SmallVector v might be empty. by Jay Foad · 15 years ago
  87. 390b4cc Reflow some comments. by Mike Stump · 15 years ago
  88. 2574a68 Don't warn if result/argument type of an implemented by Fariborz Jahanian · 15 years ago
  89. 5d36ac2 Method attributes may only be specified on method declarations. by Fariborz Jahanian · 15 years ago
  90. 7aaa409 Fixes a bug in my last patch. Order of types reversed. by Fariborz Jahanian · 15 years ago
  91. c001e89 Refactoring of my last patch. by Fariborz Jahanian · 15 years ago
  92. 4c2743f More type checking for properties, accessors and by Fariborz Jahanian · 15 years ago
  93. 046efd9 Add a warning for a missing copy attribute on a property that is a by Mike Stump · 15 years ago
  94. cae27c5 a forward class declaration matching a typedef name of a class by Fariborz Jahanian · 15 years ago
  95. 1c6a3cc Remove support for ObjCMethodDecl attributes that appear between the by Ted Kremenek · 15 years ago
  96. b33f3ad Check for method type conflict between declaration in by Fariborz Jahanian · 16 years ago
  97. e2f2c16 Use of super class ivar to synthesize property is back to being error. by Fariborz Jahanian · 16 years ago
  98. b27d117 Hook up Sema support for attributes on Objective-C method declarations that by Ted Kremenek · 16 years ago
  99. 9cd6f0f Change to warning when property uses an ivar in super class by Fariborz Jahanian · 16 years ago
  100. 6e5201b use of an ivar specified on a property @synthesize by Fariborz Jahanian · 16 years ago