- 3bf0ded Patch to provide separate ASTs for multiple ObjC class extension by Fariborz Jahanian · 15 years ago
- 8cb7bdf Alter the interface of GetTypeForDeclarator to return a TypeSourceInfo*. by John McCall · 15 years ago
- 5981b04 Clang missing warning about conflicting declaration vs. definition by Fariborz Jahanian · 15 years ago
- 527786e Various small fixes for construction/destruction of Objective-C++ by Douglas Gregor · 15 years ago
- 8b07ec2 Substantially alter the design of the Objective C type AST by introducing by John McCall · 15 years ago
- bdb1b0d Implement new default property synthesis rules. Essentially, no longer by Fariborz Jahanian · 15 years ago
- 25491a2 This patch deals with Sema Part of Setter/Getter synthesis by Fariborz Jahanian · 16 years ago
- 3f324d56 Diagnose unused exception parameters under a different warning group by Douglas Gregor · 16 years ago
- c83726e More of Sema to implement initialization of ivar of c++ object types. by Fariborz Jahanian · 16 years ago
- 38b77a9 Move CollectIvarsToConstructOrDestruct to Sema by Fariborz Jahanian · 16 years ago
- f4e837f Implement template instantiation for Objective-C @catch by Douglas Gregor · 16 years ago
- f356419 Refactor Objective-C @catch parameter checking by detangling it from by Douglas Gregor · 16 years ago
- 46a572b Make the static type of the exception variable in an Objective-C by Douglas Gregor · 16 years ago
- e11ee11 Rework Parser-Sema interface for Objective-C @catch exception object by Douglas Gregor · 16 years ago
- c4df407 Keep track of the actual storage specifier written on a variable or by Douglas Gregor · 16 years ago
- 36712b2 Allow the 'ibaction' attribute to be attached to method declarations (and not issue a warning). by Ted Kremenek · 16 years ago
- b8eaf29 Audit uses of Sema::LookupSingleName for those lookups that are by Douglas Gregor · 16 years ago
- b2ccf01 Feed proper source-location information into Sema::LookupSingleResult, by Douglas Gregor · 16 years ago
- 280e1ee Teach typo correction about various language keywords. We can't by Douglas Gregor · 16 years ago
- 5308057 When upgrading an Objective-C class from a forward declaration to a by Douglas Gregor · 16 years ago
- cdabb31 Fixes a regression caused by implementing cstyle methods for objc. by Fariborz Jahanian · 16 years ago
- d9235db Implement method type encoding in the presense by Fariborz Jahanian · 16 years ago
- 6046209 Patch to implement gcc's cstyle arguments in objc methods. wip. by Fariborz Jahanian · 16 years ago
- e16cdb4 diagnose declaring class extension after its implementation (radar 7822210). by Fariborz Jahanian · 16 years ago
- c1fb862 Patch implements gcc's -Wno-protocol option to suppress warning by Fariborz Jahanian · 16 years ago
- a771f46 Reinstate my CodeModificationHint -> FixItHint renaming patch, without by Douglas Gregor · 16 years ago
- 30e6318 Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder by Douglas Gregor · 16 years ago
- 3baad0d Rename CodeModificationHint to FixItHint, since we've been using the by Douglas Gregor · 16 years ago
- 2e8074b Further improvement to point to category by Fariborz Jahanian · 16 years ago
- 97752f7 Improve diagnostics on incomplete implementation by Fariborz Jahanian · 16 years ago
- a9effb5 Fixes access rues for ivars declared in class implementations (radar 7547942). by Fariborz Jahanian · 16 years ago
- 7a7a080 Split Sema logic for ObjC @property and @synthesize into a separate file. by Ted Kremenek · 16 years ago
- 86838aa For ivars created using @synthesize, set their DeclContext to be by Ted Kremenek · 16 years ago
- 12852d9 Keep track of type source information in the return type of an by Douglas Gregor · 16 years ago
- 9a28e84 Keep an explicit stack of function and block scopes, each element of by Douglas Gregor · 16 years ago
- 30d0cfd Implement jump checking for initialized c++ variables, implementing by Chris Lattner · 16 years ago
- 545643c More Sema check for ivars in class continuation. by Fariborz Jahanian · 16 years ago
- 514ff70 Fix another crash on invalid code. In this case, handle ObjC categories (with no names) by Ted Kremenek · 16 years ago
- afe1386 More support for ivars in class extension. by Fariborz Jahanian · 16 years ago
- 34e3cef Start supporting declaration of ivars in @implementation blocks. WIP. by Fariborz Jahanian · 16 years ago
- aef6622 Patch removes IVars list from ObjCInterfaceDecl and by Fariborz Jahanian · 16 years ago
- c0309cd Use proper lexcial context for newly added ivars. by Fariborz Jahanian · 16 years ago
- 20912d6 Allow for declaration and use of ivars in a stand-alone by Fariborz Jahanian · 16 years ago
- 30a4292 Class continuation now has its own property ast for by Fariborz Jahanian · 16 years ago
- da4abf1 Allocate 'ObjCMethodList' objects (owned by Sema) using Sema's BumpPtrAllocator. Previously they were not getting freed. Fixes <rdar://problem/7635663>. by Ted Kremenek · 16 years ago
- 5db5281 Finish implementing property synthesis by default. (radar 7381956). by Fariborz Jahanian · 16 years ago
- 4587803 Implement synthesizing properties by default. by Fariborz Jahanian · 16 years ago
- da8ec2b Patch to implement rewriting of properties. Fixes radar 7562952. by Fariborz Jahanian · 16 years ago
- 4f8a571 Settled rule on warning on unimplemented property in by Fariborz Jahanian · 16 years ago
- b36606a Improve performance of warning when not implementing a required by Fariborz Jahanian · 16 years ago
- 98609b3 Patch to implement required warnings for unimplemented by Fariborz Jahanian · 16 years ago
- cdb8575 Mostly renaming some methods and updating comments to by Fariborz Jahanian · 16 years ago
- 071676f Improve location information for Objective-C category declarations. We by Douglas Gregor · 16 years ago
- 002b671 Keep track of the source locations for each protocol reference in by Douglas Gregor · 16 years ago
- c7c6431 Change ObjCContainerDecl to contain the entire range for the '@end' by Ted Kremenek · 16 years ago
- 6da8362 Whenever we emit a typo-correction diagnostic, also emit a note by Douglas Gregor · 16 years ago
- 10f1e4d When suggesting a typo correction for an @implementation without a by Douglas Gregor · 16 years ago
- 8e356bf Fix a bug when property is redeclared in multiple by Fariborz Jahanian · 16 years ago
- 1a5f292 Do not diagnose method disguised as property setter by Fariborz Jahanian · 16 years ago
- 40f7a00 When declaring an Objective-C implementation without a corresponding by Douglas Gregor · 16 years ago
- 35b0bac Implement typo correction for a variety of Objective-C-specific constructs: by Douglas Gregor · 16 years ago
- 057a17e Diagnose duplicate declaration of a property. Fixes PR5809 by Fariborz Jahanian · 16 years ago
- 00857fc Diagnose property of reference type as unsupported instead of crashing for now. by Fariborz Jahanian · 16 years ago
- e29c5cd Improve the diagnostic when a new declaration conflicts with a using shadow by John McCall · 16 years ago
- bcd0350 DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated variables, by John McCall · 16 years ago
- 41e803d Don't warn if objc method param types in declaration and by Fariborz Jahanian · 16 years ago
- 9b124e1 Add SourceLocations to ObjCClassDecl for the class identifiers referenced by @class. by Ted Kremenek · 16 years ago
- a26da85 Pass source locations of identifiers referenced by @class through Action::ActOnForwardClassDeclaration(). by Ted Kremenek · 16 years ago
- 707ece6 Do not register ObjCInterfaceDecls implicitly created by @class in the by Ted Kremenek · 16 years ago
- d361239 Start support of weak_import objective-c classes. (Radar 6815425). by Fariborz Jahanian · 16 years ago
- 9290ede Handle case of missing '@end' in implementation context by Fariborz Jahanian · 16 years ago
- 13e0c90 writable atomic property's setter/getter must be in 'lock' step of by Fariborz Jahanian · 16 years ago
- dc21610 Changed a variable name to match what it represents (Ted's feedback). by Fariborz Jahanian · 16 years ago
- 3600f41 Since default writable attribute is 'assign', allow by Fariborz Jahanian · 16 years ago
- 28a6aea Change our basic strategy for avoiding deprecation warnings when the decl use by John McCall · 16 years ago
- a386d95 Assortment of property attributes declared in continuation by Fariborz Jahanian · 16 years ago
- de8db16 Property declared in continuation class can only be used to by Fariborz Jahanian · 16 years ago
- ec344ed Diagnose implementation of a property declared in a category by Fariborz Jahanian · 16 years ago
- 856bbea Remove OriginalTypeParmDecl; the original type is the one specified by John McCall · 16 years ago
- 9f3059a Refactor the LookupResult API to simplify most common operations. Require users to by John McCall · 16 years ago
- 8764c74 tweaked my last patch to 1) preserve the protocol in by Fariborz Jahanian · 16 years ago
- 092cd6e Patch to implement Protocols on class extensions. by Fariborz Jahanian · 16 years ago
- 9dd450b Change all the Type::getAsFoo() methods to specializations of Type::getAs(). by John McCall · 16 years ago
- e0064d2 Make sure ObjCInterfaceDecl's that are forward declared always contain a valid location. by Steve Naroff · 16 years ago
- 11289f4 Remove tabs, and whitespace cleanups. by Mike Stump · 16 years ago
- b1771e4 patch to prevent crash in hopelessly incorrect method definition with labels. by Fariborz Jahanian · 16 years ago
- cbf10f5 Don't issue warning on multiple selector found when by Fariborz Jahanian · 16 years ago
- c7148c9 Use Sema's LocInfoType to pass and preserve type source info through the Parser. by Argyrios Kyrtzidis · 16 years ago
- 60ed560 Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interfaces. by Argyrios Kyrtzidis · 16 years ago
- 83b000c Fixed a regression in deciding when to issue warning on properties which by Fariborz Jahanian · 16 years ago
- 887cd6a error on property of objc interface type instead of crashing by Fariborz Jahanian · 16 years ago
- 3f8917a Patch to warn if a property which is 'assign' by default by Fariborz Jahanian · 16 years ago
- 12b8ce1 Canonicalize else. by Mike Stump · 16 years ago
- b61af4c Some code refactoring. Be more generous in issuance of warning by Fariborz Jahanian · 16 years ago
- 10ff786 Compare matching selectors in current and by Fariborz Jahanian · 16 years ago
- 067c407 Make ObjCImplDecl inherit from ObjCContainerDecl. by Argyrios Kyrtzidis · 16 years ago
- 8e6aee5 Remove a bunch of FIXME's related to ObjC type checking. by Steve Naroff · 16 years ago
- 1559d67b Remove the ObjCCategoryImpls vector from Sema class. by Argyrios Kyrtzidis · 16 years ago
- 43cee935 Remove Sema::LookupObjCImplementation and replace it with just calling ObjCInterfaceDecl::getImplementation(). by Argyrios Kyrtzidis · 16 years ago
- 6d9fab7 - Introduce ASTContext::getObjCImplementation() and ASTContext::setObjCImplementation() which use a DenseMap to associate by Argyrios Kyrtzidis · 16 years ago