summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization
Commit message (Expand)AuthorAgeFilesLines
* Make modules depend on the compiler's own module.map, as a proxy for the comp...Douglas Gregor2013-07-221-2/+17
* Improve clarity/consistency of a few UsingDecl methods and related helpers.Enea Zaffanella2013-07-222-4/+4
* Make IgnoreParens() look through ChooseExprs.Eli Friedman2013-07-202-0/+2
* OpenMP: basic support for #pragma omp parallelAlexey Bataev2013-07-192-1/+146
* Serialization support for TagDecl::IsCompleteDefinitionRequiredDavid Blaikie2013-07-142-0/+4
* C++ modules: Don't call DeclContext::lookup when half-way through deserializingRichard Smith2013-07-131-15/+13
* Simplify GetBuiltinNames by hoising the NoBuiltins argument out of it.Eli Bendersky2013-07-111-2/+3
* Use llvm::sys::fs::createUniqueFile.Rafael Espindola2013-07-051-1/+2
* Use SmallVectorImpl& for function arguments instead of SmallVector.Craig Topper2013-07-051-1/+1
* Use typedef for Densemap contraining SmallVector passed to a function to avoi...Craig Topper2013-07-051-6/+4
* Add typedefs for Densemaps containing SmallVectors to avoid repeating the Sma...Craig Topper2013-07-051-8/+10
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-041-4/+4
* Lazily deserialize function template specializations. This fixes a cycle inRichard Smith2013-06-281-10/+20
* Lazily deserialize the "first' friend declaration when deserializing a classRichard Smith2013-06-262-2/+2
* Fix deserializing of class template partial specializations. Assign sequenceRichard Smith2013-06-252-7/+6
* Check for matching template-parameter-lists when merging template declarations.Richard Smith2013-06-241-3/+52
* [AST] Introduce a new DecayedType sugar nodeReid Kleckner2013-06-242-0/+23
* Slightly improve cross-module merging for function templates.Richard Smith2013-06-241-7/+12
* This patch adds new private headers to the module map. PrivateLawrence Crowl2013-06-202-5/+35
* Improved source code fidelity for gcc mode attribute.Enea Zaffanella2013-06-202-3/+10
* PR12086, PR15117Richard Smith2013-06-123-2/+17
* Include Path.h instead of PathV2.h.Rafael Espindola2013-06-112-2/+2
* [libclang] Allow building a precompiled preamble with compiler errorsArgyrios Kyrtzidis2013-06-111-4/+13
* Loosen r178109 even further, to assume that all redefined macros in system he...Douglas Gregor2013-06-071-7/+10
* Model temporary lifetime-extension explicitly in the AST. Use this model toRichard Smith2013-06-052-0/+2
* [PCH] Fix crash with valid code, related to anonymous field initializers.Argyrios Kyrtzidis2013-05-301-3/+10
* Fix linkage computation for derived types in inline functions.Rafael Espindola2013-05-252-6/+4
* [modules] If we hit a failure while loading a PCH/module, abort parsing inste...Argyrios Kyrtzidis2013-05-241-1/+4
* Fix bitcode desynchronization when loading a PCH containing a class templateRichard Smith2013-05-231-15/+38
* Revert r182331, these checks should be based on the target not the host.Richard Smith2013-05-201-4/+1
* Move two Darwin-specific hacks into #ifdef __APPLE__. These were stat'ingRichard Smith2013-05-201-1/+4
* First pass of semantic analysis for init-captures: check the initializer, buildRichard Smith2013-05-162-9/+35
* OpenMP threadprivate with qualified names.Alexey Bataev2013-05-131-2/+2
* Cleanup handling of UniqueExternalLinkage.Rafael Espindola2013-05-132-4/+4
* C++1y deduced return types: when we deduce a return type for a function whichRichard Smith2013-05-113-2/+29
* [Modules] When things go horribly wrong when reading a module, point at the m...Douglas Gregor2013-05-101-0/+8
* ArrayRef'ize ShuffleVectorExpr::setExprsDmitri Gribenko2013-05-101-1/+1
* [PCH] Remove the ASTReaderListener::ReadHeaderFileInfo callback.Argyrios Kyrtzidis2013-05-081-10/+1
* [modules] When building a module, make sure we don't serialize out HeaderFile...Argyrios Kyrtzidis2013-05-081-0/+2
* Modify ASTReaderListener to allow visiting the input files of an AST file.Argyrios Kyrtzidis2013-05-061-8/+58
* In VarDecl nodes, store the thread storage class specifier as written.Enea Zaffanella2013-05-042-5/+5
* Implement template support for CapturedStmtWei Pan2013-05-042-3/+7
* Rename ObjCImplementationDecl::getSuperLoc() -> getSuperClassLoc() for consis...Argyrios Kyrtzidis2013-05-031-1/+1
* Serialization for captured statementsBen Langmuir2013-05-034-9/+65
* Keep track of an @implementation's super class name location, if one was prov...Argyrios Kyrtzidis2013-05-032-0/+2
* Move parsing of identifiers in MS-style inline assembly intoJohn McCall2013-05-034-33/+128
* Don't treat a non-deduced 'auto' type as being type-dependent. Instead, thereRichard Smith2013-04-302-1/+4
* [PCH/modules] Require the preprocessing record option to match the used PCH, ...Argyrios Kyrtzidis2013-04-262-3/+17
* [Modules] Fix an issue where the reconstructed redeclaration chain was incomp...Argyrios Kyrtzidis2013-04-262-7/+41
* Implement C++1y decltype(auto).Richard Smith2013-04-262-2/+6
OpenPOWER on IntegriCloud