summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriterDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add an AST representation for non-type template parameterDouglas Gregor2010-12-231-0/+1
* When an "inline" declaration was followed by a definition not markedDouglas Gregor2010-12-091-0/+1
* Added struct/class syntactic info for c++0x scoped enum.Abramo Bagnara2010-12-031-0/+1
* Major anonymous union/struct redesign.Francois Pichet2010-11-211-0/+12
* For an Objective-C @synthesize statement, e.g.,Douglas Gregor2010-11-171-0/+1
* Replace UsingDecl's SmallPtrSet of UsingShadowDecls with a linked list to avo...Argyrios Kyrtzidis2010-11-101-5/+2
* Flush statements after writing each DECL_CXX_BASE_SPECIFIERS nodeDouglas Gregor2010-10-301-3/+0
* Make the deserialization of C++ base class specifiers lazy, improvingDouglas Gregor2010-10-291-0/+6
* Switch case IDs conflict between chained PCHs; since there is no need to be g...Argyrios Kyrtzidis2010-10-281-0/+3
* Use the ASTMutationListener to track when a named decl gets added to a DeclCo...Argyrios Kyrtzidis2010-10-281-1/+1
* Use the ASTMutationListener to track added template specializations in a chai...Argyrios Kyrtzidis2010-10-281-4/+0
* Lazily load the next friend in the chain of FriendDecls, to eliminateDouglas Gregor2010-10-271-1/+1
* 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