summaryrefslogtreecommitdiffstats
path: root/include/clang/Serialization
Commit message (Expand)AuthorAgeFilesLines
* [Serialization] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko2017-11-081-136/+184
* [Serialization] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko2017-11-022-62/+383
* Support for destroying operator delete, per C++2a proposal P0722.Richard Smith2017-10-131-1/+2
* Revert r314955: "Remove PendingBody mechanism for function and ObjC method de...Daniel Jasper2017-10-111-4/+20
* Remove PendingBody mechanism for function and ObjC method deserialization.Richard Smith2017-10-051-20/+4
* Dependent Address Space SupportAndrew Gozillon2017-10-021-1/+3
* [ODRHash] Add base classes to hashing CXXRecordDecl.Richard Trieu2017-09-301-1/+4
* [Module map] Introduce a private module re-export directive.Douglas Gregor2017-09-141-0/+3
* Recommit "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-0/+2
* Revert "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-2/+0
* Add _Float16 as a C/C++ source language typeSjoerd Meijer2017-09-081-0/+2
* [modules ts] Emit global variables in a module interface unit as part of that...Richard Smith2017-09-061-1/+1
* [modules] Add ability to specify module name to module file mapping (reapply)Boris Kolpackov2017-08-312-3/+21
* Revert r312105 [modules] Add ability to specify module name to module file ma...Victor Leschuk2017-08-302-21/+3
* [modules] Add ability to specify module name to module file mappingBoris Kolpackov2017-08-302-3/+21
* Recommit r308327 3rd time: Add a warning for missingAlex Lorenz2017-07-281-0/+1
* Revert r309106 "Recommit r308327 2nd time: Add a warning for missing"Hans Wennborg2017-07-261-1/+0
* Recommit r308327 2nd time: Add a warning for missingAlex Lorenz2017-07-261-0/+1
* [coroutines] Add serialization/deserialization of coroutinesGor Nishanov2017-07-251-2/+7
* Fix incorrect use of current directory to find moved paths in ASTReader.Manuel Klimek2017-07-251-3/+0
* Revert r308441 "Recommit r308327: Add a warning for missing '#pragma pack (po...Hans Wennborg2017-07-191-1/+0
* Recommit r308327: Add a warning for missing '#pragma pack (pop)'Alex Lorenz2017-07-191-0/+1
* Revert r308327Alex Lorenz2017-07-181-1/+0
* Add a warning for missing '#pragma pack (pop)' and suspicious usesAlex Lorenz2017-07-181-0/+1
* Teach ASTReader how to read only the Preprocessor state from an AST file, not...Richard Smith2017-06-291-4/+7
* Track the set of module maps read while building a .pcm file and reload those...Richard Smith2017-06-291-0/+7
* Allow for unfinished #if blocks in preamblesErik Verbruggen2017-05-301-0/+3
* [modules] Further delay calling DeclMustBeEmitted until it's safe.Vassil Vassilev2017-05-191-3/+11
* [modules] Switch from inferring owning modules based on source location toRichard Smith2017-05-181-4/+0
* [modules] Delay calling DeclMustBeEmitted until it's safe.Vassil Vassilev2017-04-121-3/+15
* Modular Codegen: Support homing debug info for types in modular objectsDavid Blaikie2017-04-111-2/+2
* Modular Codegen: Add/use a bit in serialized function definitions to track wh...David Blaikie2017-04-111-1/+3
* [Modules][PCH] Serialize #pragma packAlex Lorenz2017-03-313-0/+15
* Spelling mistakes in comments. NFCI. (PR27635)Simon Pilgrim2017-03-301-1/+1
* [Serialization] Serialize DependentSizedExtVectorTypeAlex Lorenz2017-03-221-1/+3
* Apply clang-tidy's performance-unnecessary-value-param to parts of clang.Benjamin Kramer2017-03-211-1/+1
* Reapply "Modules: Cache PCMs in memory and avoid a use-after-free"Duncan P. N. Exon Smith2017-03-204-4/+18
* Revert "Modules: Cache PCMs in memory and avoid a use-after-free"Renato Golin2017-03-184-18/+4
* Modules: Cache PCMs in memory and avoid a use-after-freeDuncan P. N. Exon Smith2017-03-174-4/+18
* Modules: Use hash of PCM content for SIGNATUREDuncan P. N. Exon Smith2017-03-134-24/+60
* Remove unused variableDavid Blaikie2017-02-271-2/+0
* [modules] Load the ModuleOffsetMap from the module header lazily.Richard Smith2017-02-183-6/+13
* Add an explicit derived class of FunctionDecl to model deduction guides ratherRichard Smith2017-02-171-0/+2
* [OpenCL] Correct ndrange_t implementationAnastasia Stulova2017-02-161-5/+3
* P0091R3: Implement basic parsing support for C++17 deduction-guides.Richard Smith2017-02-071-1/+2
* Serialization: use range based for loop (NFC)Saleem Abdulrasool2017-01-301-5/+2
* [c-index-test] Provide capability to index module file imports and dump their...Argyrios Kyrtzidis2017-01-302-0/+12
* Prototype of modules codegenDavid Blaikie2017-01-303-0/+7
* Modules: Simplify the ModuleFile constructor; likely NFCDuncan P. N. Exon Smith2017-01-291-48/+49
* Modules: Enforce that ModuleManager::removeModules deletes the tailDuncan P. N. Exon Smith2017-01-281-2/+2