aboutsummaryrefslogtreecommitdiff
path: root/lib/Serialization
AgeCommit message (Expand)Author
2011-04-09PR8369: make __attribute((regparm(0))) work correctly. Original patch byEli Friedman
2011-04-07Basic, untested implementation for an "unknown any" type requested by LLDB.John McCall
2011-03-31Make ChainedIncludesSource an ExternalSemaSource, otherwise initialization of...Sebastian Redl
2011-03-31Tell the diagnostic client about starting and ending source files when automa...Sebastian Redl
2011-03-23Implement a new 'availability' attribute, that allows one to specifyDouglas Gregor
2011-03-12Propagate the new exception information to FunctionProtoType.Sebastian Redl
2011-03-12Forgotten part of previous commit.Abramo Bagnara
2011-03-12Renamed OffsetOfNode::getRange to getSourceRange for uniformity.Abramo Bagnara
2011-03-11Add support for the OpenCL vec_step operator, by generalising andPeter Collingbourne
2011-03-09Silence gcc warnings.Argyrios Kyrtzidis
2011-03-09Fix CMake build.Argyrios Kyrtzidis
2011-03-09Introduce '-chain-include' option to specify headers that will be converted t...Argyrios Kyrtzidis
2011-03-09When deserializing CXXBaseSpecifiers (and offsets), make sure to walk the cha...Anders Carlsson
2011-03-09Add a bit to ParmVarDecl indicating whether the parameter undergoes John McCall
2011-03-08Teach libclang's token-annotation logic about context-sensitiveDouglas Gregor
2011-03-08Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source ran...Abramo Bagnara
2011-03-08When writing file references in a pch, make sure to ask the file manager for ...Anders Carlsson
2011-03-08Fixed NamespaceDecl source range.Abramo Bagnara
2011-03-08Fixed source range for all DeclaratorDecl's.Abramo Bagnara
2011-03-06Write CXX base specifier offsets for chained ASTs.Anders Carlsson
2011-03-06When serializing a DeclRefExpr, always store the number of explicit templateAnders Carlsson
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-06Reinstate r127112, "Propagate new-style exception spec information to ExtProt...Sebastian Redl
2011-03-06Revert r127112, "Propagate new-style exception spec information to ExtProtoIn...NAKAMURA Takumi
2011-03-05Propagate new-style exception spec information to ExtProtoInfo.Sebastian Redl
2011-03-05Fixed LabelDecl source range and cleaned creation code.Abramo Bagnara
2011-03-05Improved MemberPointerType source locations.Abramo Bagnara
2011-03-05When we're deserializing a template parameter declaration, temporarilyDouglas Gregor
2011-03-05Currently we can only remap a file by creating a MemoryBuffer and replacing t...Argyrios Kyrtzidis
2011-03-04Make sure to put template parameters into their owning template'sDouglas Gregor
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-03-02Push nested-name-specifier source location information into templateDouglas Gregor
2011-03-01Push nested-name-specifier source-location information into dependentDouglas Gregor
2011-03-01Reinstate the introduction of source-location information forDouglas Gregor
2011-03-01Implement -mrtd which sets the StdCall calling convention to be the defaultRoman Divacky
2011-03-01Add missing options.Roman Divacky
2011-03-01Revert r126748, my second attempt at nested-name-specifier sourceDouglas Gregor
2011-03-01Reinstate r126737, extending the generation of type-source locationDouglas Gregor
2011-03-01Revert r126737, the most recent nested-name-specifier location change, for bu...Douglas Gregor
2011-03-01Push nested-name-specifier source location information into elaboratedDouglas Gregor
2011-03-01Push nested-name-specifier source location information intoDouglas Gregor
2011-02-28Refactor the construction of nested-name-specifiers withDouglas Gregor
2011-02-28Push nested-name-specifier location information into DeclRefExpr andDouglas Gregor
2011-02-28Push nested-name-specifier source location information intoDouglas Gregor
2011-02-28Push nested-name-specifier source location information intoDouglas Gregor
2011-02-25Push nested-name-specifier source location information intoDouglas Gregor