summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* StringMap::first() is about to start returning a StringRef, adapt.Chris Lattner2011-07-141-2/+2
* Move the rest of the preprocessor terminology from 'instantiate' andChandler Carruth2011-07-141-5/+5
* Preserve that a TemplateName was arrived at by substitutingJohn McCall2011-06-301-0/+8
* Add support for C++ namespace-aware typo correction, e.g., correctingDouglas Gregor2011-06-281-0/+16
* Automatic Reference Counting.John McCall2011-06-151-0/+3
* Introduce a -cc1-level option to turn off related result typeDouglas Gregor2011-06-141-0/+1
* Eliminate the -f[no]objc-infer-related-result-type flags; there's noDouglas Gregor2011-06-131-1/+0
* Implement Objective-C Related Result Type semantics.Douglas Gregor2011-06-111-0/+1
* Improvements to abbreviations for PCH which add support for EnumDecl, ObjCIva...Jonathan D. Turner2011-06-031-2/+4
* Introduce additional abbreviations into the AST writer forDouglas Gregor2011-06-031-7/+13
* [PCH] Store the offsets of source location file entries and go through themArgyrios Kyrtzidis2011-06-021-2/+18
* Implement a new type node, UnaryTransformType, designed to represent aAlexis Hunt2011-05-241-0/+13
* When determining whether we can make a declaration into a globalDouglas Gregor2011-05-131-0/+1
* Implement implicit deletion of default constructors.Alexis Hunt2011-05-111-1/+1
* Clean up trivial default constructors now.Alexis Hunt2011-05-091-0/+1
* Rename "hasTrivialConstructor" to "hasTrivialDefaultConstructor" andAlexis Hunt2011-05-091-1/+1
* 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
OpenPOWER on IntegriCloud