1. 50df6ae Remove the DenseSet dependency from Sema.h. by John McCall · 14 years ago
  2. 95f1b86 No need to default synthesize property if implementation by Fariborz Jahanian · 14 years ago
  3. cdaa6a8 Fix a bug in nonfragile-abi2 when attempting to diagnose by Fariborz Jahanian · 14 years ago
  4. 7cd088e Struggle mightily against header inclusion in Sema.h. by John McCall · 14 years ago
  5. 60d7b3a OwningExprResult -> ExprResult. This patch brought to you by by John McCall · 14 years ago
  6. d226f65 DeclPtrTy -> Decl * by John McCall · 14 years ago
  7. 4087f27 StringRef'ication of lots stuff, patch by Peter Davies! by Daniel Dunbar · 14 years ago
  8. e737f50 Move Sema's headers into include/clang/Sema, renaming a few along the way. by Douglas Gregor · 14 years ago
  9. 3fe1041 atch for implementation of objective-c's -Wselector by Fariborz Jahanian · 14 years ago
  10. ad51e74 Patch to synthesize property ivars on demand as by Fariborz Jahanian · 14 years ago
  11. d3635b9 Don't error when doing default property synthesis by Fariborz Jahanian · 14 years ago
  12. ae415dc Check on property attributes which are declared by Fariborz Jahanian · 14 years ago
  13. cfa6a27 This patch fixes a bug whereby, clang skipped by Fariborz Jahanian · 14 years ago
  14. 80aa1cd Patch to provide separate ASTs for multiple ObjC class extension by Fariborz Jahanian · 14 years ago
  15. bf1a028 Alter the interface of GetTypeForDeclarator to return a TypeSourceInfo*. by John McCall · 14 years ago
  16. 83a230c Remember type source information for Objective C property declarations. by John McCall · 14 years ago
  17. 62ac5d0 Misc. fixes to bring Objetive-C++'s handling of by Fariborz Jahanian · 14 years ago
  18. 23173d7 Teach CursorVisitor about duplicate ObjCPropertyDecls that can arise because of a current by Ted Kremenek · 14 years ago
  19. c12c5bb Substantially alter the design of the Objective C type AST by introducing by John McCall · 14 years ago
  20. 3c9034c Recognize when the named return value optimization applies in a by Douglas Gregor · 14 years ago
  21. 509d477 Implement new default property synthesis rules. Essentially, no longer by Fariborz Jahanian · 14 years ago
  22. 17cb326 This patch deals with Sema Part of Setter/Getter synthesis by Fariborz Jahanian · 14 years ago
  23. 738698d Do not issue warning on unimplemented property in the class, if it by Fariborz Jahanian · 14 years ago
  24. 9d84632 Properties cannot be synthesized by-dafult in by Fariborz Jahanian · 14 years ago
  25. d502a94 Improve on source location of diagnostic when default by Fariborz Jahanian · 14 years ago
  26. 16573fa Keep track of the actual storage specifier written on a variable or by Douglas Gregor · 14 years ago
  27. c83c687 Feed proper source-location information into Sema::LookupSingleResult, by Douglas Gregor · 14 years ago
  28. 4ecb25f Fixes a regression caused by implementing cstyle methods for objc. by Fariborz Jahanian · 14 years ago
  29. dba0b0b Minor clean up. by Fariborz Jahanian · 14 years ago
  30. 2846b2b default access for synthesize ivar is @protect. Fixes radar 7823675. by Fariborz Jahanian · 14 years ago
  31. e968657 Use cast<> + OpaquePtr.getAs<Decl> to add extra checking of our assumptions. by Ted Kremenek · 14 years ago
  32. 5fcd52a Fix possible null dereference by bailing out of CheckObjCPropertyAttributes() early if the Decl* is null. by Ted Kremenek · 14 years ago
  33. 29fa69a Sema/Obj-C: Narrow type, and simplify. by Daniel Dunbar · 14 years ago
  34. 842f07b Recognize __attribute__((NSObject)) directly applied by Fariborz Jahanian · 14 years ago
  35. f921a48 Improve diagnostic for @property/ivar type mismatch by including the types of the by Ted Kremenek · 14 years ago
  36. 22f757b Set the relevent attributes declared in class extension by Fariborz Jahanian · 14 years ago
  37. 9944c76 Simplify code (and remove 'dyn_cast') by using ObjCProperyDecl::findPropertyDecl(). by Ted Kremenek · 14 years ago
  38. 9f550ff Make 'findPropertyDecl()' a static method of ObjCPropertyDecl. by Ted Kremenek · 14 years ago
  39. 894ae6a Correctly determine if the @property has been previously declared. If by Ted Kremenek · 14 years ago
  40. e3d67bc Split Sema::ActOnProperty() into two recursive functions to clearly separate by Ted Kremenek · 15 years ago
  41. 2d2f936 Fix 80 col violations. by Ted Kremenek · 15 years ago
  42. 28685ab Move 'ActOn' methods to the beginning of the file by Ted Kremenek · 15 years ago
  43. 9d64c15 Split Sema logic for ObjC @property and @synthesize into a separate file. by Ted Kremenek · 15 years ago