aboutsummaryrefslogtreecommitdiff
path: root/lib/Serialization/ASTWriterDecl.cpp
AgeCommit message (Expand)Author
2011-04-24Fix adding an anonymous namespace in a chained PCH to a namespace from a prev...Sebastian Redl
2011-04-19We regard a function as 'unused' from the codegen perspective, so our warning...Argyrios Kyrtzidis
2011-04-15Support for C++11 (non-template) alias declarations.Richard Smith
2011-04-14Add support for C++0x's range-based for loops, as specified by the C++11 draf...Richard Smith
2011-03-09Add a bit to ParmVarDecl indicating whether the parameter undergoes John McCall
2011-03-08Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source ran...Abramo Bagnara
2011-03-08Fixed NamespaceDecl source range.Abramo Bagnara
2011-03-08Fixed source range for all DeclaratorDecl's.Abramo Bagnara
2011-03-06Completed source ranges fixes for all classes inheriting from TypeDecl.Abramo Bagnara
2011-03-06Fixed TypedefDecl and TemplateTypeParameter source range.Abramo Bagnara
2011-03-05Fixed LabelDecl source range and cleaned creation code.Abramo Bagnara
2011-03-03Fixed source range for LabelDecl.Abramo Bagnara
2011-03-03Removed left brace location from LinkageSpecDecl.Abramo Bagnara
2011-03-03Fixed end source location for LinkageSpecDecl.Abramo Bagnara
2011-03-03Fixed source range for FileScopeAsmDecl. Others source range fixes will follow.Abramo Bagnara
2011-02-25Push nested-name-specifier source location information into namespaceDouglas Gregor
2011-02-25Push nested-name-specifier source location information into using directives.Douglas Gregor
2011-02-25Update UsingDecl, UnresolvedUsingTypenameDecl, andDouglas Gregor
2011-02-17Step #2/N of __label__ support: keep pushing LabelDecl forward,Chris Lattner
2011-02-17Step #1/N of implementing support for __label__: split labels intoChris Lattner
2011-02-12When reading the AST, delay loading of the redeclaration chain to avoid deepl...Argyrios Kyrtzidis
2011-02-09NonTypeTemplateParmDecl is just a DeclaratorDecl, not a VarDecl.John McCall
2011-02-07A few more tweaks to the blocks AST representation: John McCall
2011-02-02An insomniac stab at making block declarations list the variables they closeJohn McCall
2011-01-24Use attributes for all the override control specifiers.Anders Carlsson
2011-01-20Add IsMarkedOverride and IsMarkedFinal flags to FunctionDecl (to be used by C...Anders Carlsson
2011-01-19Implement support for non-type template parameter packs whose type isDouglas Gregor
2011-01-18Fix warnings found by gcc-4.6, from -Wunused-but-set-variable andJeffrey Yasskin
2011-01-08Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter,Sean Hunt
2011-01-05Implement support for template template parameter packs, e.g.,Douglas Gregor
2010-12-23Add an AST representation for non-type template parameterDouglas Gregor
2010-12-09When an "inline" declaration was followed by a definition not markedDouglas Gregor
2010-12-03Added struct/class syntactic info for c++0x scoped enum.Abramo Bagnara
2010-11-21Major anonymous union/struct redesign.Francois Pichet
2010-11-17For an Objective-C @synthesize statement, e.g.,Douglas Gregor
2010-11-10Replace UsingDecl's SmallPtrSet of UsingShadowDecls with a linked list to avo...Argyrios Kyrtzidis
2010-10-30Flush statements after writing each DECL_CXX_BASE_SPECIFIERS nodeDouglas Gregor
2010-10-29Make the deserialization of C++ base class specifiers lazy, improvingDouglas Gregor
2010-10-28Switch case IDs conflict between chained PCHs; since there is no need to be g...Argyrios Kyrtzidis
2010-10-28Use the ASTMutationListener to track when a named decl gets added to a DeclCo...Argyrios Kyrtzidis
2010-10-28Use the ASTMutationListener to track added template specializations in a chai...Argyrios Kyrtzidis
2010-10-27Lazily load the next friend in the chain of FriendDecls, to eliminateDouglas Gregor
2010-10-24Refactoring.Argyrios Kyrtzidis
2010-10-24Simplify and "robust-ify" the way that CXXRecord references point to the defi...Argyrios Kyrtzidis
2010-10-24Minor refactoring; Pull reading/writing DefinitionData out into a function.Argyrios Kyrtzidis
2010-10-20Fix chained PCH issue; make sure all visible decls that will be put into a UP...Argyrios Kyrtzidis
2010-10-19Putting back safe fixes 116836,116837,116838Andrew Trick
2010-10-19Reverting 116836,116837,116838 until we resolve the getLangStandardForKind fa...Andrew Trick
2010-10-19Fix up the comments for creating ParmVarDeclAbbrev to reflect reality.Argyrios Kyrtzidis
2010-10-18Read/write declaration attributes from/to PCH properly. Embed them in the dec...Argyrios Kyrtzidis