| Age | Commit message (Expand) | Author |
| 2007-11-19 | Put back the flags field in the constant CF string type. | Anders Carlsson |
| 2007-11-14 | Modified ASTContext::getTagDeclType() to accept a NULL pointer for the passed | Ted Kremenek |
| 2007-11-13 | Type encoding for structs. | Fariborz Jahanian |
| 2007-11-13 | Rewrote type serialization to used the same methodology as we do for Decls. | Ted Kremenek |
| 2007-11-13 | Renamed all serialization "Materialize" methods to "Create" to conform with | Ted Kremenek |
| 2007-11-07 | Teach ASTContext::tagTypesAreCompatible() about the built-in ObjC types (Clas... | Steve Naroff |
| 2007-11-06 | Started work on new serialization approach within ASTContext to | Ted Kremenek |
| 2007-11-06 | Misc. serialization changes to ASTContext and Decls. Serialization | Ted Kremenek |
| 2007-11-05 | For serialization of ASTContext, added special-casing of serialization | Ted Kremenek |
| 2007-11-03 | Implement rewrite rules for ObjC string constants. | Steve Naroff |
| 2007-11-01 | Rename classes and collections that maintain record layout information. | Devang Patel |
| 2007-11-01 | Implemented serialization of QualTypes within ASTContext. Clarified | Ted Kremenek |
| 2007-11-01 | Remaining work to collect objective-c's type qualifiers and use them to encode | Fariborz Jahanian |
| 2007-11-01 | Changed serialization/deserialization of BuiltinTypes to explicitly serialize | Ted Kremenek |
| 2007-11-01 | add support for vector type compatibility checking. Patch by Nate Begeman. | Chris Lattner |
| 2007-10-31 | Implemented more of serialization/deserialization for ASTContext. We now | Ted Kremenek |
| 2007-10-31 | Adjusted QualType deserialization to reflect updated deserialization API. | Ted Kremenek |
| 2007-10-31 | Implemented serialization of Variable Array Types (VLAs). | Ted Kremenek |
| 2007-10-31 | Renamed ivar "ArrayTypes" in ASTContext to "ComplexArrayTypes". | Ted Kremenek |
| 2007-10-31 | Encode Class, SEL and Objective-C objects. | Anders Carlsson |
| 2007-10-30 | minor code cleanup | Chris Lattner |
| 2007-10-30 | Added type encoding for 'id' type. | Fariborz Jahanian |
| 2007-10-30 | Added vector to ASTContext to store references to "complete" VLA types | Ted Kremenek |
| 2007-10-30 | Handle function types. | Anders Carlsson |
| 2007-10-29 | VariableArrayTypes (VLAs) without a size expression are now uniqued | Ted Kremenek |
| 2007-10-29 | Encoding for objectiive-c methods. | Fariborz Jahanian |
| 2007-10-29 | Address Chris's comments. | Anders Carlsson |
| 2007-10-29 | Fix logic error. | Anders Carlsson |
| 2007-10-29 | Add (partial) support for @encode. | Anders Carlsson |
| 2007-10-17 | Implementation of AST for @protocol expression. | Fariborz Jahanian |
| 2007-10-16 | Patch to implement AST generation for objective-c's @selector expression. | Fariborz Jahanian |
| 2007-10-15 | Change the type of ObjCStringLiteral from "struct __builtin_CFString *" to "N... | Steve Naroff |
| 2007-10-15 | Move type compatibility predicates from Type to ASTContext. In addition, the ... | Steve Naroff |
| 2007-10-15 | Added ASTContext::setObjcIdType/getObjcIdType(), set by Sema. | Steve Naroff |
| 2007-10-11 | slightly simplify interface | Chris Lattner |
| 2007-10-11 | Add __builtin_va_start to the list of builtins, make __builtin_va_list availa... | Anders Carlsson |
| 2007-10-11 | Patch to create protocol conforming class types. | Fariborz Jahanian |
| 2007-10-09 | Make sure methods with no return type default to "id". | Steve Naroff |
| 2007-10-07 | remove unneeded #include | Chris Lattner |
| 2007-10-07 | move IdentifierTable.h from liblex to libbasic. | Chris Lattner |
| 2007-10-01 | Move ObjC decls to DeclObjC.h, a new AST header. | Steve Naroff |
| 2007-09-22 | Use APFloat for the representation of FP immediates, ask the target | Chris Lattner |
| 2007-09-19 | Remove SelectorTable/SelectorInfo, simply store all selectors in the central ... | Steve Naroff |
| 2007-09-17 | Add support for ObjC keyword selectors. | Steve Naroff |
| 2007-09-16 | fix some warnings, patch by Justin Handville | Chris Lattner |
| 2007-09-14 | Now that the dust has settled on the Decl refactoring, I noticed FieldDecl di... | Steve Naroff |
| 2007-09-11 | get rid of ugly "warning: no newline at end of file" | Gabor Greif |
| 2007-09-06 | The goal of this commit is to get just enough Sema support to recognize Objec... | Steve Naroff |
| 2007-08-30 | Fix a comment. | Steve Naroff |
| 2007-08-30 | Polish yesterday's Array/ConstantArray/VariableArray rewrite, removing a coup... | Steve Naroff |