| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Various small fixes for construction/destruction of Objective-C++ | Douglas Gregor | 2010-05-20 | 1 | -3/+3 |
| * | Substantially alter the design of the Objective C type AST by introducing | John McCall | 2010-05-15 | 1 | -12/+12 |
| * | Implement new default property synthesis rules. Essentially, no longer | Fariborz Jahanian | 2010-05-14 | 1 | -1/+3 |
| * | This patch deals with Sema Part of Setter/Getter synthesis | Fariborz Jahanian | 2010-05-05 | 1 | -7/+7 |
| * | Diagnose unused exception parameters under a different warning group | Douglas Gregor | 2010-05-03 | 1 | -1/+3 |
| * | More of Sema to implement initialization of | Fariborz Jahanian | 2010-04-28 | 1 | -24/+23 |
| * | Move CollectIvarsToConstructOrDestruct to Sema | Fariborz Jahanian | 2010-04-27 | 1 | -0/+52 |
| * | Implement template instantiation for Objective-C @catch | Douglas Gregor | 2010-04-26 | 1 | -0/+2 |
| * | Refactor Objective-C @catch parameter checking by detangling it from | Douglas Gregor | 2010-04-26 | 1 | -5/+87 |
| * | Make the static type of the exception variable in an Objective-C | Douglas Gregor | 2010-04-26 | 1 | -1/+1 |
| * | Rework Parser-Sema interface for Objective-C @catch exception object | Douglas Gregor | 2010-04-23 | 1 | -0/+7 |
| * | Keep track of the actual storage specifier written on a variable or | Douglas Gregor | 2010-04-19 | 1 | -1/+1 |
| * | Allow the 'ibaction' attribute to be attached to method declarations (and not... | Ted Kremenek | 2010-04-18 | 1 | -2/+12 |
| * | Audit uses of Sema::LookupSingleName for those lookups that are | Douglas Gregor | 2010-04-15 | 1 | -12/+7 |
| * | Feed proper source-location information into Sema::LookupSingleResult, | Douglas Gregor | 2010-04-15 | 1 | -15/+24 |
| * | Teach typo correction about various language keywords. We can't | Douglas Gregor | 2010-04-14 | 1 | -3/+3 |
| * | When upgrading an Objective-C class from a forward declaration to a | Douglas Gregor | 2010-04-09 | 1 | -0/+1 |
| * | Fixes a regression caused by implementing cstyle methods | Fariborz Jahanian | 2010-04-09 | 1 | -2/+2 |
| * | Implement method type encoding in the presense | Fariborz Jahanian | 2010-04-08 | 1 | -0/+1 |
| * | Patch to implement gcc's cstyle arguments in objc | Fariborz Jahanian | 2010-04-08 | 1 | -2/+21 |
| * | diagnose declaring class extension after its implementation | Fariborz Jahanian | 2010-04-02 | 1 | -0/+5 |
| * | Patch implements gcc's -Wno-protocol option to suppress warning | Fariborz Jahanian | 2010-03-31 | 1 | -10/+18 |
| * | Reinstate my CodeModificationHint -> FixItHint renaming patch, without | Douglas Gregor | 2010-03-31 | 1 | -2/+2 |
| * | Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder | Douglas Gregor | 2010-03-31 | 1 | -2/+2 |
| * | Rename CodeModificationHint to FixItHint, since we've been using the | Douglas Gregor | 2010-03-31 | 1 | -2/+2 |
| * | Further improvement to point to category | Fariborz Jahanian | 2010-03-27 | 1 | -3/+10 |
| * | Improve diagnostics on incomplete implementation | Fariborz Jahanian | 2010-03-27 | 1 | -3/+10 |
| * | Fixes access rues for ivars declared in class | Fariborz Jahanian | 2010-03-22 | 1 | -2/+0 |
| * | Split Sema logic for ObjC @property and @synthesize into | Ted Kremenek | 2010-03-12 | 1 | -1006/+0 |
| * | For ivars created using @synthesize, set their DeclContext to be | Ted Kremenek | 2010-03-11 | 1 | -1/+3 |
| * | Keep track of type source information in the return type of an | Douglas Gregor | 2010-03-08 | 1 | -3/+5 |
| * | Keep an explicit stack of function and block scopes, each element of | Douglas Gregor | 2010-03-01 | 1 | -5/+3 |
| * | Implement jump checking for initialized c++ variables, implementing | Chris Lattner | 2010-03-01 | 1 | -0/+1 |
| * | More Sema check for ivars in class continuation. | Fariborz Jahanian | 2010-02-23 | 1 | -0/+28 |
| * | Fix another crash on invalid code. In this case, handle ObjC categories (wit... | Ted Kremenek | 2010-02-23 | 1 | -10/+19 |
| * | More support for ivars in class extension. | Fariborz Jahanian | 2010-02-23 | 1 | -6/+2 |
| * | Start supporting declaration of ivars in @implementation | Fariborz Jahanian | 2010-02-19 | 1 | -1/+20 |
| * | Patch removes IVars list from ObjCInterfaceDecl and | Fariborz Jahanian | 2010-02-19 | 1 | -3/+2 |
| * | Use proper lexcial context for newly added ivars. | Fariborz Jahanian | 2010-02-17 | 1 | -2/+2 |
| * | Allow for declaration and use of ivars in a stand-alone | Fariborz Jahanian | 2010-02-17 | 1 | -0/+6 |
| * | Class continuation now has its own property ast for | Fariborz Jahanian | 2010-02-15 | 1 | -53/+87 |
| * | Allocate 'ObjCMethodList' objects (owned by Sema) using Sema's BumpPtrAllocat... | Ted Kremenek | 2010-02-11 | 1 | -2/+4 |
| * | Finish implementing property synthesis by default. | Fariborz Jahanian | 2010-02-09 | 1 | -0/+22 |
| * | Implement synthesizing properties by default. | Fariborz Jahanian | 2010-02-09 | 1 | -1/+48 |
| * | Patch to implement rewriting of properties. | Fariborz Jahanian | 2010-01-21 | 1 | -1/+2 |