Age | Commit message (Expand) | Author |
2010-10-21 | Tweak diagnostics for redeclaration of a @property in a class extension where... | Ted Kremenek |
2010-10-15 | Check for ivar being a C++ object before attempting to | Fariborz Jahanian |
2010-10-14 | Put line number on the diagnostic. //rdar: //8550657. | Fariborz Jahanian |
2010-09-24 | Default synthesized ivars don't really have a location in the source. Using ... | Ted Kremenek |
2010-09-23 | For properties declared in a @protocol and redeclared in a class extension, u... | Ted Kremenek |
2010-09-21 | Correctly register the class extension as the lexical DeclContext for ObjC me... | Ted Kremenek |
2010-09-21 | For ObjCPropertyDecls in class extensions, use the class extension as the lex... | Ted Kremenek |
2010-09-01 | Split ObjCInterfaceDecl::ReferencedProtocols into two lists: ReferencedProtoc... | Ted Kremenek |
2010-08-26 | De-memberify the VarDecl and FunctionDecl StorageClass enums. | John McCall |
2010-08-25 | Split out a header to hold APIs meant for the Sema implementation from Sema.h. | John McCall |
2010-08-25 | GCC didn't care for my attempt at API compatibility, so brute-force everything | John McCall |
2010-08-25 | Remove the DenseSet dependency from Sema.h. | John McCall |
2010-08-25 | No need to default synthesize property if implementation | Fariborz Jahanian |
2010-08-24 | Fix a bug in nonfragile-abi2 when attempting to diagnose | Fariborz Jahanian |
2010-08-24 | Struggle mightily against header inclusion in Sema.h. | John McCall |
2010-08-24 | OwningExprResult -> ExprResult. This patch brought to you by | John McCall |
2010-08-21 | DeclPtrTy -> Decl * | John McCall |
2010-08-17 | StringRef'ication of lots stuff, patch by Peter Davies! | Daniel Dunbar |
2010-08-12 | Move Sema's headers into include/clang/Sema, renaming a few along the way. | Douglas Gregor |
2010-07-22 | atch for implementation of objective-c's -Wselector | Fariborz Jahanian |
2010-07-17 | Patch to synthesize property ivars on demand as | Fariborz Jahanian |
2010-07-14 | Don't error when doing default property synthesis | Fariborz Jahanian |
2010-07-13 | Check on property attributes which are declared | Fariborz Jahanian |
2010-06-29 | This patch fixes a bug whereby, clang skipped | Fariborz Jahanian |
2010-06-22 | Patch to provide separate ASTs for multiple ObjC class extension | Fariborz Jahanian |
2010-06-04 | Alter the interface of GetTypeForDeclarator to return a TypeSourceInfo*. | John McCall |
2010-06-04 | Remember type source information for Objective C property declarations. | John McCall |
2010-05-18 | Misc. fixes to bring Objetive-C++'s handling of | Fariborz Jahanian |
2010-05-18 | Teach CursorVisitor about duplicate ObjCPropertyDecls that can arise because ... | Ted Kremenek |
2010-05-15 | Substantially alter the design of the Objective C type AST by introducing | John McCall |
2010-05-15 | Recognize when the named return value optimization applies in a | Douglas Gregor |
2010-05-14 | Implement new default property synthesis rules. Essentially, no longer | Fariborz Jahanian |
2010-05-05 | This patch deals with Sema Part of Setter/Getter synthesis | Fariborz Jahanian |
2010-05-03 | Do not issue warning on unimplemented property in the class, if it | Fariborz Jahanian |
2010-04-29 | Properties cannot be synthesized by-dafult in | Fariborz Jahanian |
2010-04-21 | Improve on source location of diagnostic when default | Fariborz Jahanian |
2010-04-19 | Keep track of the actual storage specifier written on a variable or | Douglas Gregor |
2010-04-15 | Feed proper source-location information into Sema::LookupSingleResult, | Douglas Gregor |
2010-04-09 | Fixes a regression caused by implementing cstyle methods | Fariborz Jahanian |
2010-04-06 | Minor clean up. | Fariborz Jahanian |
2010-04-06 | default access for synthesize ivar is @protect. | Fariborz Jahanian |
2010-04-05 | Use cast<> + OpaquePtr.getAs<Decl> to add extra checking of our assumptions. | Ted Kremenek |
2010-04-05 | Fix possible null dereference by bailing out of CheckObjCPropertyAttributes()... | Ted Kremenek |
2010-04-02 | Sema/Obj-C: Narrow type, and simplify. | Daniel Dunbar |
2010-03-30 | Recognize __attribute__((NSObject)) directly applied | Fariborz Jahanian |
2010-03-23 | Improve diagnostic for @property/ivar type mismatch by including the types of... | Ted Kremenek |
2010-03-22 | Set the relevent attributes declared in class extension | Fariborz Jahanian |
2010-03-18 | Simplify code (and remove 'dyn_cast') by using ObjCProperyDecl::findPropertyD... | Ted Kremenek |
2010-03-15 | Make 'findPropertyDecl()' a static method of ObjCPropertyDecl. | Ted Kremenek |
2010-03-15 | Correctly determine if the @property has been previously declared. If | Ted Kremenek |