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