Age | Commit message (Expand) | Author |
2011-01-05 | Don't warn on missing 'copy' attribute on a 'block' | Fariborz Jahanian |
2011-01-03 | Guard lazy synthesis of provisional ivars under the new | Fariborz Jahanian |
2010-12-17 | Warn when synthesizing a property which is | Fariborz Jahanian |
2010-12-15 | ivars craeted for explicit @synthesize and those | Fariborz Jahanian |
2010-12-10 | Any property declared in a class extension might have user | Fariborz Jahanian |
2010-12-06 | Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical | John McCall |
2010-11-18 | Calculate the value kind of an expression when it's created and | John McCall |
2010-11-17 | For an Objective-C @synthesize statement, e.g., | Douglas Gregor |
2010-11-16 | Kill off the remaining places which generate CK_Unknown casts. | John McCall |
2010-11-15 | Assorted work leading towards the elimination of CK_Unknown. | John McCall |
2010-11-10 | Check for duplicate declaration of a property in current and | Fariborz Jahanian |
2010-11-10 | Propagate the deprecated and unavailable attributes from a | John McCall |
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 |