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