summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriterDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactoring.Argyrios Kyrtzidis2010-10-241-41/+2
* Simplify and "robust-ify" the way that CXXRecord references point to the defi...Argyrios Kyrtzidis2010-10-241-18/+5
* Minor refactoring; Pull reading/writing DefinitionData out into a function.Argyrios Kyrtzidis2010-10-241-40/+42
* Fix chained PCH issue; make sure all visible decls that will be put into a UP...Argyrios Kyrtzidis2010-10-201-1/+18
* Putting back safe fixes 116836,116837,116838Andrew Trick2010-10-191-1/+1
* Reverting 116836,116837,116838 until we resolve the getLangStandardForKind fa...Andrew Trick2010-10-191-1/+1
* Fix up the comments for creating ParmVarDeclAbbrev to reflect reality.Argyrios Kyrtzidis2010-10-191-1/+1
* Read/write declaration attributes from/to PCH properly. Embed them in the dec...Argyrios Kyrtzidis2010-10-181-4/+2
* White-listing templated-scope friend decls is a good idea, but doing itJohn McCall2010-10-161-0/+1
* Read/write to/from PCH DeclarationNameLocs, DeclarationNameInfos and Qualifie...Argyrios Kyrtzidis2010-10-151-4/+12
* Store in PCH the key function of C++ class to avoid deserializing the complet...Argyrios Kyrtzidis2010-10-141-0/+5
* Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked aDouglas Gregor2010-10-081-1/+5
* Serialize the "inline" bit for namespaces. Fixes <rdar://problem/8515069>.Douglas Gregor2010-10-051-0/+1
* Kill FunctionDecl's IsCopyAssignment bit; it duplicated what couldDouglas Gregor2010-09-271-1/+0
* Fix C++ PCH issue.Argyrios Kyrtzidis2010-09-131-0/+6
* Fix C++ PCH issue.Argyrios Kyrtzidis2010-09-091-2/+1
* Fix C++ PCH issues.Argyrios Kyrtzidis2010-09-081-5/+8
* Implement libclang support for using directives (cursor + visitation +Douglas Gregor2010-09-011-1/+1
* Split ObjCInterfaceDecl::ReferencedProtocols into two lists: ReferencedProtoc...Ted Kremenek2010-09-011-1/+13
* Improve location information in the representation of namespaceDouglas Gregor2010-09-011-1/+1
* AST writer support for having specializations of templates from earlier in th...Sebastian Redl2010-08-241-3/+11
* Support for IRGen of synthesize bitfield ivars inFariborz Jahanian2010-08-231-0/+2
* Use the AST on-disk hash table for name lookup inside a DeclContext.Argyrios Kyrtzidis2010-08-201-0/+6
* Rename pch namespace to serialization.Sebastian Redl2010-08-181-58/+58
* Rename PCHDeclReader -> ASTDeclReader.Sebastian Redl2010-08-181-1/+1
* Rename PCHWriter.h to ASTWriter.hSebastian Redl2010-08-181-1/+1
* Rename the ASTWriter implementation filesSebastian Redl2010-08-181-0/+1174
OpenPOWER on IntegriCloud