| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed source range for all DeclaratorDecl's. | Abramo Bagnara | 2011-03-08 | 1 | -15/+23 |
* | Support a new InheritableAttr subclass, InheritableParamAttr, which is | John McCall | 2011-03-02 | 1 | -9/+2 |
* | Warn when type modifiers on objc method declarations in | Fariborz Jahanian | 2011-02-21 | 1 | -20/+50 |
* | Switch labels over to using normal name lookup, instead of their | Chris Lattner | 2011-02-18 | 1 | -1/+0 |
* | Check for deprecated implementation unconditionally. | Fariborz Jahanian | 2011-02-16 | 1 | -5/+1 |
* | Fix typo (per Chris's comment). | Fariborz Jahanian | 2011-02-16 | 1 | -1/+1 |
* | Refactoring of code to issue warning on implemented | Fariborz Jahanian | 2011-02-15 | 1 | -31/+28 |
* | Warn if method for a deprecated method is implemented. | Fariborz Jahanian | 2011-02-15 | 1 | -1/+40 |
* | Fix scoping of method declarations and issue | Fariborz Jahanian | 2011-02-09 | 1 | -3/+20 |
* | -Wselector should warn on implemented selectors only | Fariborz Jahanian | 2011-02-04 | 1 | -1/+5 |
* | Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, | Alexis Hunt | 2011-01-08 | 1 | -4/+4 |
* | Add -fobjc-default-synthesized-properties flag | Ted Kremenek | 2010-12-23 | 1 | -2/+4 |
* | Fix a major inconsistency in the representation of Objective-C | Douglas Gregor | 2010-12-21 | 1 | -8/+5 |
* | Warn when message is sent to receiver of | Fariborz Jahanian | 2010-12-21 | 1 | -1/+15 |
* | Fix diagnostic pragmas. | Argyrios Kyrtzidis | 2010-12-15 | 1 | -3/+5 |
* | Enhance my implementation of //rdar ://8747333 in r121597 to allow | Fariborz Jahanian | 2010-12-11 | 1 | -19/+32 |
* | Any property declared in a class extension might have user | Fariborz Jahanian | 2010-12-10 | 1 | -2/+23 |
* | Improve diagnostics reporting of un-implemented | Fariborz Jahanian | 2010-10-29 | 1 | -2/+6 |
* | Implement the newest status quo for method override checking. The idea now | John McCall | 2010-10-28 | 1 | -60/+89 |
* | Pending further discussion, re-enable warnings for Objective C | John McCall | 2010-10-26 | 1 | -10/+20 |
* | Only warn for mismatched types in Objective-C methods when they are incompati... | David Chisnall | 2010-10-25 | 1 | -4/+94 |
* | Method implemented in class's implementation may implement | Fariborz Jahanian | 2010-10-08 | 1 | -0/+9 |
* | Add message to attribute(deprecated). | Fariborz Jahanian | 2010-10-06 | 1 | -3/+7 |
* | Method declaration and its implementation must match in all their types. | Fariborz Jahanian | 2010-10-05 | 1 | -6/+3 |
* | Diagnose use of incomplete type on method argument type of | Fariborz Jahanian | 2010-09-17 | 1 | -1/+7 |
* | Split ObjCInterfaceDecl::ReferencedProtocols into two lists: ReferencedProtoc... | Ted Kremenek | 2010-09-01 | 1 | -6/+7 |
* | Rename DeclContext::getLookupContext to getRedeclContext and change its seman... | Sebastian Redl | 2010-08-31 | 1 | -1/+1 |
* | De-memberify the VarDecl and FunctionDecl StorageClass enums. | John McCall | 2010-08-26 | 1 | -2/+2 |
* | Split out a header to hold APIs meant for the Sema implementation from Sema.h. | John McCall | 2010-08-25 | 1 | -1/+1 |
* | Split FunctionScopeInfo and BlockScopeInfo into their own header. | John McCall | 2010-08-25 | 1 | -1/+2 |
* | Remove the DenseSet dependency from Sema.h. | John McCall | 2010-08-25 | 1 | -0/+2 |
* | More header elimination. The goal of all this is to allow Parser to | John McCall | 2010-08-24 | 1 | -0/+1 |
* | Abstract out passing around types and kill off ActionBase. | John McCall | 2010-08-24 | 1 | -1/+1 |
* | DeclPtrTy -> Decl * | John McCall | 2010-08-21 | 1 | -59/+55 |
* | objective-c ivar refactoring patch. Iterations | Fariborz Jahanian | 2010-08-20 | 1 | -33/+9 |
* | Another step in the process of making the parser depend on Sema: | John McCall | 2010-08-20 | 1 | -1/+1 |
* | More PCH -> AST renaming. | Sebastian Redl | 2010-08-18 | 1 | -2/+2 |
* | Generate Attr subclasses with TableGen. | Alexis Hunt | 2010-08-18 | 1 | -8/+13 |
* | Instead of modifying the ObjC AST to not modify existing declarations, teach ... | Sebastian Redl | 2010-08-13 | 1 | -3/+14 |
* | Move Sema's headers into include/clang/Sema, renaming a few along the way. | Douglas Gregor | 2010-08-12 | 1 | -2/+2 |
* | Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable, | Douglas Gregor | 2010-08-11 | 1 | -99/+60 |
* | Implements gcc's -Wstrict-selector-match. | Fariborz Jahanian | 2010-08-09 | 1 | -10/+26 |
* | - Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for for... | Sebastian Redl | 2010-08-09 | 1 | -60/+99 |
* | Fix an Objective-C crasher, PR7839. | Douglas Gregor | 2010-08-07 | 1 | -1/+2 |
* | Simplify global method pool implementation in Sema. No functionality change. | Sebastian Redl | 2010-08-02 | 1 | -123/+47 |
* | Remove the vast majority of the Destroy methods from the AST library, | Douglas Gregor | 2010-07-25 | 1 | -1/+0 |
* | atch for implementation of objective-c's -Wselector | Fariborz Jahanian | 2010-07-22 | 1 | -30/+55 |
* | Patch to provide separate ASTs for multiple ObjC class extension | Fariborz Jahanian | 2010-06-22 | 1 | -28/+20 |
* | Alter the interface of GetTypeForDeclarator to return a TypeSourceInfo*. | John McCall | 2010-06-04 | 1 | -2/+2 |
* | Clang missing warning about conflicting declaration vs. definition | Fariborz Jahanian | 2010-05-21 | 1 | -0/+4 |