summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHReaderDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add source location information to C++ base specifiers.Nick Lewycky2010-07-261-3/+3
* Thread bitstream cursors all the way through the AST reading stuff. This way,...Sebastian Redl2010-07-221-36/+53
* atch for implementation of objective-c's -WselectorFariborz Jahanian2010-07-221-0/+1
* Read/write C++0x static_assert for PCH.Argyrios Kyrtzidis2010-07-221-2/+4
* Allow loading declcontext information from any file in the chain. Properly wr...Sebastian Redl2010-07-221-1/+6
* Read/write FriendTemplateDecl for PCH.Argyrios Kyrtzidis2010-07-221-2/+12
* Apparently not every system thinks that references in pairs are as cool as I ...Sebastian Redl2010-07-201-2/+2
* Allow loading declarations from any file in the chain. WIPSebastian Redl2010-07-201-3/+17
* Hide FunctionTemplateDecl's specializations folding set as implementation det...Argyrios Kyrtzidis2010-07-201-5/+6
* Whether the specialization should be added to template's folding set when rea...Argyrios Kyrtzidis2010-07-201-1/+1
* Remove PCHReader::getStream(), it was unused. Inline PCHReader::getDelsCursor...Sebastian Redl2010-07-191-1/+1
* Added PCH/ASTImporter code for ObjCIvarDecl's field.Fariborz Jahanian2010-07-171-0/+2
* First baby steps towards PCHReader being able to keep track of multiple PCH f...Sebastian Redl2010-07-161-0/+2
* Simplify code using the new FoldingSetImpl::InsertNode() overload.Argyrios Kyrtzidis2010-07-121-8/+2
* Switch to void-cast for this. Chris prefers that over the attribute, I'llChandler Carruth2010-07-111-3/+4
* Mark assert-only variables as unused.Chandler Carruth2010-07-111-2/+3
* Reorganize how ClassTemplate[Partial]SpecializationDecls are read/written to ...Argyrios Kyrtzidis2010-07-091-26/+20
* isMemberSpecialization -> setMemberSpecialization.Argyrios Kyrtzidis2010-07-091-1/+1
* Support TemplateTemplateParmDecl for PCH.Argyrios Kyrtzidis2010-07-081-3/+11
* Fix reading of UsingDecl from PCH.Argyrios Kyrtzidis2010-07-081-1/+3
* Delay passing InterestingDecls to the Consumer until when we know we are not ...Argyrios Kyrtzidis2010-07-071-10/+5
* Pacify versions of gcc that think these variables may be usedDuncan Sands2010-07-061-3/+3
* Read/write function template specializations for PCH, properly this time.Argyrios Kyrtzidis2010-07-061-3/+6
* Allow a CXXRecordDecl to get a DefinitionData pointer even when its owner is ...Argyrios Kyrtzidis2010-07-061-47/+63
* Read/write instantiated-from-member of EnumDecl for PCH.Argyrios Kyrtzidis2010-07-061-1/+2
* Read/write the identifier namespace in PCH for decls that may modify it.Argyrios Kyrtzidis2010-07-051-6/+8
* Read/write some source location for PCH.Argyrios Kyrtzidis2010-07-051-1/+5
* Read/write more information of ASTContext for PCH. Overriden methods and inst...Argyrios Kyrtzidis2010-07-041-0/+19
* Write/read ParmVarDecl's UninstantiatedDefaultArg for PCH.Argyrios Kyrtzidis2010-07-041-0/+2
* Read/write specialization info of static data members for PCH.Argyrios Kyrtzidis2010-07-041-0/+7
* When setting the anonymous namespace at PCH reading, it may still be initiali...Argyrios Kyrtzidis2010-07-031-6/+2
* Lazily declare default constructors. We now delay the construction ofDouglas Gregor2010-07-031-0/+1
* Lazily declare implicit copy constructors.Douglas Gregor2010-07-021-0/+1
* Read/write CastExpr's CXXBaseSpecifierArray for PCH.Argyrios Kyrtzidis2010-07-021-13/+2
* Lazily declare copy-assignment operators.Douglas Gregor2010-07-021-0/+1
* Lazily declare the implicitly-declared destructor in a C++ class.Douglas Gregor2010-07-021-0/+1
* Handle CXXConstructorDecl, CXXDestructorDecl, and CXXConversionDecl for PCH.Argyrios Kyrtzidis2010-07-021-8/+74
* Fix reading FunctionDecls from PCH.Argyrios Kyrtzidis2010-07-021-25/+26
* Fix reading ClassTemplateDecl's ClassTemplateSpecializationDecls and ClassTem...Argyrios Kyrtzidis2010-07-021-7/+9
* Fully read/write CXXRecordDecl for PCH.Argyrios Kyrtzidis2010-07-021-31/+49
* Generally types expect an initialized TypeDecl; its safer and less complicate...Argyrios Kyrtzidis2010-07-021-8/+15
* Add some side-effect free Create methods for TypeDecl subclasses and use them...Argyrios Kyrtzidis2010-07-021-8/+7
* Fix PCH support for UnresolvedUsingTypenameDecl and UnresolvedUsingValueDecl.Argyrios Kyrtzidis2010-06-301-4/+4
* Support C++ friend declarations for PCH.Argyrios Kyrtzidis2010-06-291-2/+15
* Modify the way sub-statements are stored and retrieved from PCH.Argyrios Kyrtzidis2010-06-281-7/+9
* Fix various bugs in recent commits for C++ PCH.Argyrios Kyrtzidis2010-06-281-0/+4
* Support NonTypeTemplateParmDecl for PCH.Argyrios Kyrtzidis2010-06-251-2/+12
* Support C++ class template specializations and partial specializations for PCH.Argyrios Kyrtzidis2010-06-231-26/+53
* Patch to provide separate ASTs for multiple ObjC class extension Fariborz Jahanian2010-06-221-0/+2
* Support emitting/reading function templates to/from PCH.Argyrios Kyrtzidis2010-06-221-5/+87
OpenPOWER on IntegriCloud