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