| Commit message (Expand) | Author | Age | Files | Lines |
* | Reintroduce the serialization library, with fixed dependencies. | Sebastian Redl | 2010-08-17 | 1 | -1599/+0 |
* | Patch to add type parameter support for attribute iboutletcollection. | Fariborz Jahanian | 2010-08-17 | 1 | -3/+2 |
* | Revert Sebastian's build-breaking patch. | Douglas Gregor | 2010-08-17 | 1 | -0/+1600 |
* | Create a new Serialization module that contains all the PCH code, and will co... | Sebastian Redl | 2010-08-17 | 1 | -1600/+0 |
* | Instead of modifying the ObjC AST to not modify existing declarations, teach ... | Sebastian Redl | 2010-08-13 | 1 | -2/+8 |
* | Added locations and type source info for DeclarationName inside UsingDecl. | Abramo Bagnara | 2010-08-12 | 1 | -4/+6 |
* | Added locations and type source info for DeclarationName. | Abramo Bagnara | 2010-08-11 | 1 | -1/+2 |
* | Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable, | Douglas Gregor | 2010-08-11 | 1 | -13/+9 |
* | - Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for for... | Sebastian Redl | 2010-08-09 | 1 | -9/+13 |
* | Complete PCH support for ObjCPropertyImplDecl. | Argyrios Kyrtzidis | 2010-08-09 | 1 | -1/+2 |
* | Support ObjC implementation decls for PCH. | Argyrios Kyrtzidis | 2010-08-09 | 1 | -2/+3 |
* | Refactor into functions PCH reading/writing the CXXBaseOrMemberInitializers. ... | Argyrios Kyrtzidis | 2010-08-09 | 1 | -57/+2 |
* | Remove the DeclaredInCondition bit now that it's no longer used. | Nick Lewycky | 2010-08-06 | 1 | -1/+0 |
* | Make sure C++ variable definitions are actually passed to the consumer when l... | Argyrios Kyrtzidis | 2010-08-05 | 1 | -1/+2 |
* | Implement #pragma GCC visibility. | Eli Friedman | 2010-08-05 | 1 | -1/+2 |
* | Apart from storing/retrieving the previous redeclaration from PCH, also store... | Argyrios Kyrtzidis | 2010-08-03 | 1 | -13/+78 |
* | Refactor the way PCHReader tracks whether we are in recursive loading. | Argyrios Kyrtzidis | 2010-07-30 | 1 | -1/+1 |
* | Store latest redeclaration for each redeclarable template declaration | Peter Collingbourne | 2010-07-29 | 1 | -0/+5 |
* | Refactor redeclarable template declarations | Peter Collingbourne | 2010-07-29 | 1 | -24/+25 |
* | Update the list of lexical decls in the TU for chained PCHs. This makes -ast-... | Sebastian Redl | 2010-07-27 | 1 | -1/+5 |
* | - Fix recording of offsets of types in dependent PCHs. | Sebastian Redl | 2010-07-27 | 1 | -5/+35 |
* | Add source location information to C++ base specifiers. | Nick Lewycky | 2010-07-26 | 1 | -3/+3 |
* | Thread bitstream cursors all the way through the AST reading stuff. This way,... | Sebastian Redl | 2010-07-22 | 1 | -36/+53 |
* | atch for implementation of objective-c's -Wselector | Fariborz Jahanian | 2010-07-22 | 1 | -0/+1 |
* | Read/write C++0x static_assert for PCH. | Argyrios Kyrtzidis | 2010-07-22 | 1 | -2/+4 |
* | Allow loading declcontext information from any file in the chain. Properly wr... | Sebastian Redl | 2010-07-22 | 1 | -1/+6 |
* | Read/write FriendTemplateDecl for PCH. | Argyrios Kyrtzidis | 2010-07-22 | 1 | -2/+12 |
* | Apparently not every system thinks that references in pairs are as cool as I ... | Sebastian Redl | 2010-07-20 | 1 | -2/+2 |
* | Allow loading declarations from any file in the chain. WIP | Sebastian Redl | 2010-07-20 | 1 | -3/+17 |
* | Hide FunctionTemplateDecl's specializations folding set as implementation det... | Argyrios Kyrtzidis | 2010-07-20 | 1 | -5/+6 |
* | Whether the specialization should be added to template's folding set when rea... | Argyrios Kyrtzidis | 2010-07-20 | 1 | -1/+1 |
* | Remove PCHReader::getStream(), it was unused. Inline PCHReader::getDelsCursor... | Sebastian Redl | 2010-07-19 | 1 | -1/+1 |
* | Added PCH/ASTImporter code for ObjCIvarDecl's field. | Fariborz Jahanian | 2010-07-17 | 1 | -0/+2 |
* | First baby steps towards PCHReader being able to keep track of multiple PCH f... | Sebastian Redl | 2010-07-16 | 1 | -0/+2 |
* | Simplify code using the new FoldingSetImpl::InsertNode() overload. | Argyrios Kyrtzidis | 2010-07-12 | 1 | -8/+2 |
* | Switch to void-cast for this. Chris prefers that over the attribute, I'll | Chandler Carruth | 2010-07-11 | 1 | -3/+4 |
* | Mark assert-only variables as unused. | Chandler Carruth | 2010-07-11 | 1 | -2/+3 |
* | Reorganize how ClassTemplate[Partial]SpecializationDecls are read/written to ... | Argyrios Kyrtzidis | 2010-07-09 | 1 | -26/+20 |
* | isMemberSpecialization -> setMemberSpecialization. | Argyrios Kyrtzidis | 2010-07-09 | 1 | -1/+1 |
* | Support TemplateTemplateParmDecl for PCH. | Argyrios Kyrtzidis | 2010-07-08 | 1 | -3/+11 |
* | Fix reading of UsingDecl from PCH. | Argyrios Kyrtzidis | 2010-07-08 | 1 | -1/+3 |
* | Delay passing InterestingDecls to the Consumer until when we know we are not ... | Argyrios Kyrtzidis | 2010-07-07 | 1 | -10/+5 |
* | Pacify versions of gcc that think these variables may be used | Duncan Sands | 2010-07-06 | 1 | -3/+3 |
* | Read/write function template specializations for PCH, properly this time. | Argyrios Kyrtzidis | 2010-07-06 | 1 | -3/+6 |
* | Allow a CXXRecordDecl to get a DefinitionData pointer even when its owner is ... | Argyrios Kyrtzidis | 2010-07-06 | 1 | -47/+63 |
* | Read/write instantiated-from-member of EnumDecl for PCH. | Argyrios Kyrtzidis | 2010-07-06 | 1 | -1/+2 |
* | Read/write the identifier namespace in PCH for decls that may modify it. | Argyrios Kyrtzidis | 2010-07-05 | 1 | -6/+8 |
* | Read/write some source location for PCH. | Argyrios Kyrtzidis | 2010-07-05 | 1 | -1/+5 |
* | Read/write more information of ASTContext for PCH. Overriden methods and inst... | Argyrios Kyrtzidis | 2010-07-04 | 1 | -0/+19 |
* | Write/read ParmVarDecl's UninstantiatedDefaultArg for PCH. | Argyrios Kyrtzidis | 2010-07-04 | 1 | -0/+2 |