summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Keep track of the file ID corresponding to the original file used toDouglas Gregor2011-05-061-1/+6
* Implement support for C++0x alias templates.Richard Smith2011-05-051-1/+2
* there i fixed itAlexis Hunt2011-05-041-0/+21
* Implement serialization of delegating constructors.Alexis Hunt2011-05-041-6/+9
* Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(),Douglas Gregor2011-05-041-1/+2
* Re-applies the patch first applied way back in r106099, withChandler Carruth2011-05-011-1/+1
* Rename the last '[hH]asStandardLayout' entites to '[iI]sStandardLayout'Chandler Carruth2011-04-301-1/+1
* Completely re-implement the core logic behind the __is_standard_layoutChandler Carruth2011-04-301-0/+4
* Serialize/deserialize the HasStandardLayout bit when writing/reading PCHs.Anders Carlsson2011-04-291-0/+1
* Add a decl update when a static data member of a class template is instantiat...Sebastian Redl2011-04-291-0/+12
* 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
OpenPOWER on IntegriCloud