summaryrefslogtreecommitdiff
path: root/lib/Serialization
Commit message (Expand)AuthorAge
* OpenMP threadprivate with qualified names.Alexey Bataev2013-05-13
* Cleanup handling of UniqueExternalLinkage.Rafael Espindola2013-05-13
* C++1y deduced return types: when we deduce a return type for a function whichRichard Smith2013-05-11
* [Modules] When things go horribly wrong when reading a module, point at the m...Douglas Gregor2013-05-10
* ArrayRef'ize ShuffleVectorExpr::setExprsDmitri Gribenko2013-05-10
* [PCH] Remove the ASTReaderListener::ReadHeaderFileInfo callback.Argyrios Kyrtzidis2013-05-08
* [modules] When building a module, make sure we don't serialize out HeaderFile...Argyrios Kyrtzidis2013-05-08
* Modify ASTReaderListener to allow visiting the input files of an AST file.Argyrios Kyrtzidis2013-05-06
* In VarDecl nodes, store the thread storage class specifier as written.Enea Zaffanella2013-05-04
* Implement template support for CapturedStmtWei Pan2013-05-04
* Rename ObjCImplementationDecl::getSuperLoc() -> getSuperClassLoc() for consis...Argyrios Kyrtzidis2013-05-03
* Serialization for captured statementsBen Langmuir2013-05-03
* Keep track of an @implementation's super class name location, if one was prov...Argyrios Kyrtzidis2013-05-03
* Move parsing of identifiers in MS-style inline assembly intoJohn McCall2013-05-03
* Don't treat a non-deduced 'auto' type as being type-dependent. Instead, thereRichard Smith2013-04-30
* [PCH/modules] Require the preprocessing record option to match the used PCH, ...Argyrios Kyrtzidis2013-04-26
* [Modules] Fix an issue where the reconstructed redeclaration chain was incomp...Argyrios Kyrtzidis2013-04-26
* Implement C++1y decltype(auto).Richard Smith2013-04-26
* C++1y: Allow aggregates to have default initializers.Richard Smith2013-04-20
* [Modules] Use global index to improve typo correction performanceArgyrios Kyrtzidis2013-04-17
* Enhance the ObjC global method pool to record whether there were 0, 1, or >= ...Argyrios Kyrtzidis2013-04-17
* Sema for Captured StatementsTareq A. Siraj2013-04-16
* Implement CapturedStmt ASTTareq A. Siraj2013-04-16
* Basic support for Microsoft property declarations andJohn McCall2013-04-16
* Annotate flavor of TLS variable (statically or dynamically initialized) onto ...Richard Smith2013-04-13
* <rdar://problem/13643854> Only emit ambiguous-expansion warnings when at leas...Douglas Gregor2013-04-12
* Add an option to parse all comments as documentation commentsDmitri Gribenko2013-04-10
* Pare back r164351 somewhat. The problem that change was addressing was that weRichard Smith2013-04-03
* Add 178663 back.Rafael Espindola2013-04-03
* Revert 178663.Rafael Espindola2013-04-03
* [preprocessor] Allow comparing two macro definitions syntactically instead of...Argyrios Kyrtzidis2013-04-03
* Don't compute a patched/semantic storage class.Rafael Espindola2013-04-03
* [modules] If a submodule has re-definitions of the same macro, only the last ...Argyrios Kyrtzidis2013-04-03
* Objective-C: Provide fixit hints when warningFariborz Jahanian2013-04-02
* Objective-C: Provide fixit suggestions when class objectFariborz Jahanian2013-03-28
* [modules] Make sure enabled diagnostic pragmas inside the module don't affect...Argyrios Kyrtzidis2013-03-27
* <rdar://problem/13509689> Introduce -module-file-info option that provides in...Douglas Gregor2013-03-27
* [modules] Before marking the module imported macros as ambiguous, check if th...Argyrios Kyrtzidis2013-03-27
* [PCH/modules] Remove HiddenName::MacroUndefArgyrios Kyrtzidis2013-03-27
* [Preprocessor] Remove PPMutationListener.Argyrios Kyrtzidis2013-03-27
* [Preprocessor/Modules] Separate the macro directives kinds into their own Mac...Argyrios Kyrtzidis2013-03-26
* [PCH/Modules] De/Serialize MacroInfos separately than MacroDirectives.Argyrios Kyrtzidis2013-03-22
* [modules] When a MacroInfo object is deserialized, allocate and store its sub...Argyrios Kyrtzidis2013-03-22
* <rdar://problem/13479539> Simplify ModuleManager/GlobalModuleIndex interactio...Douglas Gregor2013-03-22
* OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev2013-03-22
* Remove unused variable.Benjamin Kramer2013-03-21
* <rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a...Douglas Gregor2013-03-20
* Only introduce the SDKSettings.plist dependency in modules/PCH files that don...Douglas Gregor2013-03-20
* Make sure that Module::ConfigMacrosExhaustive gets initialized and deserializ...Douglas Gregor2013-03-20
* <rdar://problem/10796651> Introduce configuration macros into module maps.Douglas Gregor2013-03-20