summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization
Commit message (Expand)AuthorAgeFilesLines
* 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
* C++1y: Allow aggregates to have default initializers.Richard Smith2013-04-202-0/+16
* [Modules] Use global index to improve typo correction performanceArgyrios Kyrtzidis2013-04-172-1/+35
* Enhance the ObjC global method pool to record whether there were 0, 1, or >= ...Argyrios Kyrtzidis2013-04-173-16/+39
* Sema for Captured StatementsTareq A. Siraj2013-04-163-0/+15
* Implement CapturedStmt ASTTareq A. Siraj2013-04-162-0/+15
* Basic support for Microsoft property declarations andJohn McCall2013-04-166-0/+42
* Annotate flavor of TLS variable (statically or dynamically initialized) onto ...Richard Smith2013-04-132-5/+5
* <rdar://problem/13643854> Only emit ambiguous-expansion warnings when at leas...Douglas Gregor2013-04-121-26/+8
* Add an option to parse all comments as documentation commentsDmitri Gribenko2013-04-102-3/+5
* Pare back r164351 somewhat. The problem that change was addressing was that weRichard Smith2013-04-033-7/+7
* Add 178663 back.Rafael Espindola2013-04-032-9/+3
* Revert 178663.Rafael Espindola2013-04-032-3/+9
OpenPOWER on IntegriCloud