summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use template magic to make dumping of vectors slightly less fragile.Benjamin Kramer2011-04-241-27/+18
* Synthesizing the definition of an implicit member is an AST modification, so ...Sebastian Redl2011-04-241-0/+9
* Store the full list of pending instantiations in a chained PCH. Previously we...Sebastian Redl2011-04-241-4/+2
* Implement most of the remaining logic in __is_literal type trait. ThisChandler Carruth2011-04-241-0/+2
* Begin tracking trivialness of move constructors and move assignmentChandler Carruth2011-04-231-0/+2
* Teach the AST reader and writer to preserve the __DEPRECATED bit inChandler Carruth2011-04-231-0/+1
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-151-2/+2
* C1X: implement generic selectionsPeter Collingbourne2011-04-151-0/+1
* C1X: add a language standardPeter Collingbourne2011-04-151-0/+1
* Add support for C++0x's range-based for loops, as specified by the C++11 draf...Richard Smith2011-04-141-0/+2
* Chained PCH: Remember when additional specializations are added to a function...Sebastian Redl2011-04-141-0/+12
* Fix AST serialization of reference-to-reference types. This previously causedRichard Smith2011-04-121-2/+3
* PR8369: make __attribute((regparm(0))) work correctly. Original patch byEli Friedman2011-04-091-0/+1
* Implement a new 'availability' attribute, that allows one to specifyDouglas Gregor2011-03-231-0/+14
* Propagate the new exception information to FunctionProtoType.Sebastian Redl2011-03-121-5/+8
* Forgotten part of previous commit.Abramo Bagnara2011-03-121-2/+2
* When writing file references in a pch, make sure to ask the file manager for ...Anders Carlsson2011-03-081-0/+7
* Write CXX base specifier offsets for chained ASTs.Anders Carlsson2011-03-061-19/+27
* Improved MemberPointerType source locations.Abramo Bagnara2011-03-051-0/+1
* Currently we can only remap a file by creating a MemoryBuffer and replacing t...Argyrios Kyrtzidis2011-03-051-5/+8
* Push nested-name-specifier source location information into templateDouglas Gregor2011-03-021-2/+2
* Push nested-name-specifier source-location information into dependentDouglas Gregor2011-03-011-1/+1
* Reinstate the introduction of source-location information forDouglas Gregor2011-03-011-1/+1
* Implement -mrtd which sets the StdCall calling convention to be the defaultRoman Divacky2011-03-011-0/+1
* Revert r126748, my second attempt at nested-name-specifier sourceDouglas Gregor2011-03-011-1/+1
* Reinstate r126737, extending the generation of type-source locationDouglas Gregor2011-03-011-1/+1
* Revert r126737, the most recent nested-name-specifier location change, for bu...Douglas Gregor2011-03-011-1/+1
* Push nested-name-specifier source location information into elaboratedDouglas Gregor2011-03-011-1/+1
* Push nested-name-specifier source location information intoDouglas Gregor2011-03-011-1/+1
* Use NestedNameSpecifierLoc within out-of-line variables, function, andDouglas Gregor2011-02-251-2/+1
* Update UsingDecl, UnresolvedUsingTypenameDecl, andDouglas Gregor2011-02-251-3/+58
* Teach NestedNameSpecifier to keep track of namespace aliases the sameDouglas Gregor2011-02-241-0/+4
* Add a CXXExceptions flag to LangOptions.Anders Carlsson2011-02-231-1/+2
* Implement the C++0x deduced 'auto' feature.Richard Smith2011-02-201-0/+8
* Add a new ObjCExceptions member variable to LangOptions. This controls whethe...Anders Carlsson2011-02-191-0/+1
* Serialization/deserialization support for floating point #pragmaPeter Collingbourne2011-02-151-0/+28
* Allow resolving headers from a PCH even after headers+PCH were moved to anoth...Argyrios Kyrtzidis2011-02-151-5/+25
* Eliminate a major performance problem with chained PCH, where we wereDouglas Gregor2011-02-111-4/+0
* Implement AST/PCH chaining support for macro definitions. Previously,Douglas Gregor2011-02-111-3/+16
* When we're writing macro definitions to an AST/PCH File, sort theDouglas Gregor2011-02-101-7/+27
* Implement two related optimizations that make de-serialization ofDouglas Gregor2011-02-101-21/+133
* AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actionsPeter Collingbourne2011-02-091-0/+1
* AST, Sema, Serialization: keep track of cudaConfigureCallPeter Collingbourne2011-02-091-0/+9
* Split the serialized representation for the detailed preprocessingDouglas Gregor2011-02-081-81/+97
* Update the writing of the block-information block in the AST fileDouglas Gregor2011-02-081-2/+82
* Basic implementation of inherited constructors. Only generates declarations, ...Sebastian Redl2011-02-051-0/+1
* Basic support for -mms-bitfields, from Carl Norum!Douglas Gregor2011-02-011-0/+1
* Rvalue references for *this: Douglas Gregor2011-01-261-0/+1
* Use attributes for all the override control specifiers.Anders Carlsson2011-01-241-2/+0
* Serialize and deserialize IsMarkedFinal/IsMarkedExplicit.Anders Carlsson2011-01-221-0/+2
OpenPOWER on IntegriCloud