summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization
Commit message (Expand)AuthorAgeFilesLines
* Move the Serialization library from 'instantiation' to 'expansion', withChandler Carruth2011-07-152-14/+14
* Add serialization support for SubstNonTypeTemplateParmExpr.John McCall2011-07-152-285/+135
* 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-142-10/+10
* Properly implement the scope restriction on the NRVO forDouglas Gregor2011-07-062-2/+4
* Introduce the notion of instantiation dependence into Clang's AST. ADouglas Gregor2011-07-013-7/+12
* Preserve that a TemplateName was arrived at by substitutingJohn McCall2011-06-302-0/+16
* Add support for C++ namespace-aware typo correction, e.g., correctingDouglas Gregor2011-06-282-0/+36
* Introduce a new AST node describing reference binding to temporaries.Douglas Gregor2011-06-212-0/+17
* Make more use of llvm::StringRef in various APIs. In particular, don'tJay Foad2011-06-211-5/+6
* Objective-C fast enumeration loop variables are not retained in ARC, butJohn McCall2011-06-172-1/+7
* Automatic Reference Counting.John McCall2011-06-154-6/+72
* Introduce a -cc1-level option to turn off related result typeDouglas Gregor2011-06-142-0/+3
* Eliminate the -f[no]objc-infer-related-result-type flags; there's noDouglas Gregor2011-06-132-3/+0
* Implement support for C++11 in-class initialization of non-static data members.Richard Smith2011-06-112-3/+9
* Implement Objective-C Related Result Type semantics.Douglas Gregor2011-06-114-0/+5
* Touchup to comments that weren't quite in sync with codeJonathan D. Turner2011-06-061-2/+3
* Add support for builtin astype:Tanya Lattner2011-06-042-1/+16
* Improvements to abbreviations for PCH which add support for EnumDecl, ObjCIva...Jonathan D. Turner2011-06-033-35/+258
* Test of commit access. Jonathan D. Turner2011-06-031-1/+1
* Introduce additional abbreviations into the AST writer forDouglas Gregor2011-06-033-13/+184
* [PCH] Store the offsets of source location file entries and go through themArgyrios Kyrtzidis2011-06-022-9/+27
* [PCH] Be conservative and check all the files the PCH references to see ifArgyrios Kyrtzidis2011-06-011-0/+97
* Implement a new type node, UnaryTransformType, designed to represent aAlexis Hunt2011-05-242-0/+26
* When determining whether we can make a declaration into a globalDouglas Gregor2011-05-132-0/+2
* Implement defaulting of destructors.Alexis Hunt2011-05-122-0/+4
* Implement implicit deletion of default constructors.Alexis Hunt2011-05-112-2/+2
* Clean up trivial default constructors now.Alexis Hunt2011-05-092-0/+2
* Rename "hasTrivialConstructor" to "hasTrivialDefaultConstructor" andAlexis Hunt2011-05-092-2/+2
* Keep track of the file ID corresponding to the original file used toDouglas Gregor2011-05-062-6/+18
* Modify some deleted function methods to better reflect reality:Alexis Hunt2011-05-062-4/+4
* Introduce a new libclang parsing flag,Douglas Gregor2011-05-061-2/+2
* Implement support for C++0x alias templates.Richard Smith2011-05-054-4/+19
* there i fixed itAlexis Hunt2011-05-042-9/+46
* Implement serialization of delegating constructors.Alexis Hunt2011-05-042-15/+31
* Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(),Douglas Gregor2011-05-042-2/+4
* Revise the representation of parameter scope data so that theJohn McCall2011-05-022-3/+14
* Add an optional field attached to a DeclRefExpr which points back to theChandler Carruth2011-05-012-6/+15
* Store a parameter index and function prototype depth in everyJohn McCall2011-05-012-0/+6
* Remove the NameQualifier struct, which was just a wrapper aroundChandler Carruth2011-05-011-1/+1
* Several cosmetic changes, no functionality changed.Chandler Carruth2011-05-011-1/+1
* Move the state bits in DeclRefExpr out of the pointer union and intoChandler Carruth2011-05-011-9/+5
* Compress some bits. Only matters for MSVC, or if we everJohn McCall2011-05-011-10/+10
* Re-applies the patch first applied way back in r106099, withChandler Carruth2011-05-014-5/+4
* Rename the last '[hH]asStandardLayout' entites to '[iI]sStandardLayout'Chandler Carruth2011-04-302-2/+2
* Completely re-implement the core logic behind the __is_standard_layoutChandler Carruth2011-04-302-0/+8
* Serialize/deserialize the HasStandardLayout bit when writing/reading PCHs.Anders Carlsson2011-04-292-0/+2
* Add a decl update when a static data member of a class template is instantiat...Sebastian Redl2011-04-293-4/+24
* Enhance clang_getCXTUResourceUsage() to report the sizes of the memory buffer...Ted Kremenek2011-04-282-0/+27
* Implementation of Embarcadero array type traitsJohn Wiegley2011-04-282-0/+25
OpenPOWER on IntegriCloud