summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHReaderDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Combine ClassTemplateDecl's PreviousDeclaration with CommonPtr, as in Functio...Argyrios Kyrtzidis2010-06-211-2/+3
* Support PCH emitting/reading of using declarations.Argyrios Kyrtzidis2010-06-201-4/+4
* Include a hack to allow loading of templated CXXRecordDecls and test template...Argyrios Kyrtzidis2010-06-191-0/+3
* Initial support for reading templates from PCH.Argyrios Kyrtzidis2010-06-191-5/+99
* Initial support for writing templates to PCH.Argyrios Kyrtzidis2010-06-191-4/+0
* Implement first TD-based usage of attributes.Alexis Hunt2010-06-161-15/+15
* Fix PCH issue. Attributes of a declaration were truncated to just one when th...Argyrios Kyrtzidis2010-06-111-1/+1
* Added AccessSpecDecl node.Abramo Bagnara2010-06-051-0/+10
* Remember type source information for Objective C property declarations.John McCall2010-06-041-2/+2
* Restructure how we interpret block-literal declarators. Correctly handleJohn McCall2010-06-041-0/+1
* Hack in some really terrible C++ record PCH support that I need right now.John McCall2010-06-031-0/+31
* Convert DeclNodes to use TableGen.Alexis Hunt2010-05-301-1/+1
* Roll back r104941.John McCall2010-05-281-1/+0
* Add a new attribute on records, __attribute__((adl_invisible)), and defineJohn McCall2010-05-281-0/+1
* AST: Add AlignMac68kAttr, not yet used.Daniel Dunbar2010-05-271-0/+1
* AST: Rename PragmaPackAttr to MaxFieldAlignmentAttr, which is more accurate.Daniel Dunbar2010-05-271-1/+1
* Add clang support for IBOutletCollection.Ted Kremenek2010-05-191-0/+7
* Add support for Microsoft's __thiscall, from Steven Watanabe!Douglas Gregor2010-05-181-0/+1
* Implement semantic analysis and an AST representation for the namedDouglas Gregor2010-05-151-0/+1
* Merged Elaborated and QualifiedName types.Abramo Bagnara2010-05-111-2/+2
OpenPOWER on IntegriCloud