Age | Commit message (Expand) | Author |
2009-05-07 | a forward class declaration matching a typedef name of a class | Fariborz Jahanian |
2009-05-04 | Remove support for ObjCMethodDecl attributes that appear between the | Ted Kremenek |
2009-05-01 | Check for method type conflict between declaration in | Fariborz Jahanian |
2009-04-30 | Use of super class ivar to synthesize property is back to being error. | Fariborz Jahanian |
2009-04-30 | Hook up Sema support for attributes on Objective-C method declarations that | Ted Kremenek |
2009-04-29 | Change to warning when property uses an ivar in super class | Fariborz Jahanian |
2009-04-29 | use of an ivar specified on a property @synthesize | Fariborz Jahanian |
2009-04-26 | Remove getIntegerConstantExprValue in favor of using EvaluateAsInt. | Eli Friedman |
2009-04-24 | Fix a pasto in the lookup of instance methods in the global pool | Douglas Gregor |
2009-04-24 | PCH support for the global method pool (= instance and factory method | Douglas Gregor |
2009-04-24 | Eliminate Sema::ObjCAliasDecls. This is based on Steve's fix, but also | Douglas Gregor |
2009-04-24 | Fix Objective-C crashes | Douglas Gregor |
2009-04-24 | Eliminate Sema::ObjCInterfaceDecls | Douglas Gregor |
2009-04-24 | Eliminate Sema::ObjCImplementations, relying instead on name lookup. What's g... | Douglas Gregor |
2009-04-23 | Eliminate Sema::ObjCProtocols. Instead, we place ObjCProtocolDecls in | Douglas Gregor |
2009-04-23 | Diagnose if an implementation implements a forward class | Fariborz Jahanian |
2009-04-23 | Remove @compatibility_alias regression. | Steve Naroff |
2009-04-23 | More PushOnScopeChain() FIXME's. | Steve Naroff |
2009-04-23 | Sema::ActOnStartClassInterface(): Use PushOnScopeChains(). | Steve Naroff |
2009-04-23 | Eliminate the three SmallVectors in ObjCImplDecl (for instance | Douglas Gregor |
2009-04-21 | Make sure to mark the interface as completed when we see an | Daniel Dunbar |
2009-04-21 | Patch to diagnose use of objc's @defs in nonfragile abi. | Fariborz Jahanian |
2009-04-20 | Add pch reader/writer support for ObjCContainerDecl, ObjCInterfaceDecl, & Obj... | Steve Naroff |
2009-04-20 | Add pch reader/writer support for ObjCMethodDecl. | Steve Naroff |
2009-04-19 | add a new Sema::CurFunctionNeedsScopeChecking bool that is used to avoid | Chris Lattner |
2009-04-15 | Patch to remove a bogus warning which pointed to underlying AST | Fariborz Jahanian |
2009-04-14 | Diagnose properties which have no implementations; | Fariborz Jahanian |
2009-04-14 | Audit __private_extern__ handling. | Daniel Dunbar |
2009-04-13 | In objc2's None-Fragile ABI, one cannot use the super class ivar for | Fariborz Jahanian |
2009-04-13 | Change diagnostic as a result of researching <rdar://problem/6779809> missing... | Steve Naroff |
2009-04-12 | Fix rdar://6771034: don't warn on use of forward declared protocol in protocol | Chris Lattner |
2009-04-11 | improve location info for property stuff. In a property like this: | Chris Lattner |
2009-04-11 | improve the 'conflicting types' diagnostics to include correct location info,... | Chris Lattner |
2009-04-11 | Set proper location info on objc method arguments. | Chris Lattner |
2009-04-11 | simplify code to use adjustParameterType, apply objc arg attributes | Chris Lattner |
2009-04-11 | Improve the 'cannot pass objc interface by value' diagnostic: | Chris Lattner |
2009-04-11 | change the interface to ActOnMethodDeclaration to pass down argument | Chris Lattner |
2009-04-11 | simplify this code to not bother stripping to canonical types, and | Chris Lattner |
2009-04-10 | Fix another fallout from defining __weak unconditionally. | Fariborz Jahanian |
2009-04-10 | Use getDeclName() instead of getIdentifier() (safe against null pointers) | Ted Kremenek |
2009-04-09 | Propagate the ASTContext to various AST traversal and lookup functions. | Douglas Gregor |
2009-04-07 | Now that we have __weak defined as attribute in all modes, | Fariborz Jahanian |
2009-04-06 | Warn instead of error on duplicate protocol definitions. | Fariborz Jahanian |
2009-04-06 | Fixed visibility issues related to objc2's synthesized | Fariborz Jahanian |
2009-04-06 | writable property in a category of class's superclass | Fariborz Jahanian |
2009-04-03 | Real corener case of a method declared in a protocol | Fariborz Jahanian |
2009-04-02 | Fix up lookup rules for properties declared in | Fariborz Jahanian |
2009-04-01 | Fix a bug in declaration of property in continuation | Fariborz Jahanian |
2009-03-31 | fe support for objc2's nonfragile-abi synthesized ivars. | Fariborz Jahanian |
2009-03-29 | Push DeclGroup much farther throughout the compiler. Now the various | Chris Lattner |