summaryrefslogtreecommitdiffstats
path: root/lib/Serialization
Commit message (Expand)AuthorAgeFilesLines
* PR33746: Store the 'inline'ness of a static data member with the update recordRichard Smith2017-11-022-0/+4
* [C++17] Fix PR34970 - tweak overload resolution for class template deduction-...Faisal Vali2017-10-222-0/+3
* Support for destroying operator delete, per C++2a proposal P0722.Richard Smith2017-10-133-3/+13
* Fix warnings. [-Wdocumentation]NAKAMURA Takumi2017-10-121-3/+5
* Revert r314955: "Remove PendingBody mechanism for function and ObjC method de...Daniel Jasper2017-10-113-75/+59
* Fix a (slightly weird) 'comma operator within array index expression' warning...Simon Pilgrim2017-10-101-1/+2
* PR33924: Merge block-scope anonymous declarations if there are multiple defin...Richard Smith2017-10-052-2/+3
* Remove PendingBody mechanism for function and ObjC method deserialization.Richard Smith2017-10-052-57/+72
* [OPENMP] Capture argument of `device` clause for target-basedAlexey Bataev2017-10-022-0/+2
* Dependent Address Space SupportAndrew Gozillon2017-10-022-0/+41
* [ODRHash] Add base classes to hashing CXXRecordDecl.Richard Trieu2017-09-302-3/+124
* Minor cleanups to address feedback from Bruno. NFCDouglas Gregor2017-09-141-1/+0
* [Module map] Introduce a private module re-export directive.Douglas Gregor2017-09-142-1/+19
* Recommit "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-082-0/+6
* Revert "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-082-6/+0
* Add _Float16 as a C/C++ source language typeSjoerd Meijer2017-09-082-0/+6
* [modules ts] Ensure that module linkage variables are always emitted and alwa...Richard Smith2017-09-071-10/+10
* [modules ts] Emit global variables in a module interface unit as part of that...Richard Smith2017-09-063-6/+28
* [OPENMP] Fix for PR34445: Reduction initializer segfaults at runtime inAlexey Bataev2017-09-062-1/+4
* Fix MSVC narrowing conversion warning.Simon Pilgrim2017-09-041-1/+1
* Implement Itanium name mangling support for C++ Modules TS.Richard Smith2017-09-042-5/+5
* [modules] Add ability to specify module name to module file mapping (reapply)Boris Kolpackov2017-08-314-11/+59
* Revert r312105 [modules] Add ability to specify module name to module file ma...Victor Leschuk2017-08-304-59/+11
* [modules] Add ability to specify module name to module file mappingBoris Kolpackov2017-08-304-11/+59
* [c++2a] P0683R1: Permit default member initializers for bit-fields.Richard Smith2017-08-282-22/+23
* [ODRHash] Diagnose differing template parameters.Richard Trieu2017-08-231-0/+193
* PR19668, PR23034: Fix handling of move constructors and deleted copyRichard Smith2017-08-162-0/+9
* Revert "PR19668, PR23034: Fix handling of move constructors and deleted copy ...Diana Picus2017-08-092-9/+0
* PR19668, PR23034: Fix handling of move constructors and deleted copyRichard Smith2017-08-082-0/+9
* Recommit r308327 3rd time: Add a warning for missingAlex Lorenz2017-07-282-2/+5
* [OPENMP] Codegen for 'in_reduction' clause.Alexey Bataev2017-07-272-0/+6
* Revert r309106 "Recommit r308327 2nd time: Add a warning for missing"Hans Wennborg2017-07-262-5/+2
* Recommit r308327 2nd time: Add a warning for missingAlex Lorenz2017-07-262-2/+5
* [coroutines] Add serialization/deserialization of coroutinesGor Nishanov2017-07-252-28/+87
* [OPENMP] Codegen for 'task_reduction' clause.Alexey Bataev2017-07-252-0/+2
* Fix incorrect use of current directory to find moved paths in ASTReader.Manuel Klimek2017-07-251-13/+4
* [OPENMP] Initial support for 'in_reduction' clause.Alexey Bataev2017-07-212-0/+56
* Revert r308441 "Recommit r308327: Add a warning for missing '#pragma pack (po...Hans Wennborg2017-07-192-5/+2
* Recommit r308327: Add a warning for missing '#pragma pack (pop)'Alex Lorenz2017-07-192-2/+5
* [OPENMP] Initial support for 'task_reduction' clause.Alexey Bataev2017-07-182-1/+61
* Revert r308327Alex Lorenz2017-07-182-5/+2
* Add a warning for missing '#pragma pack (pop)' and suspicious usesAlex Lorenz2017-07-182-2/+5
* [NFC] Refactor the Preprocessor function that handles Macro definitions and r...Faisal Vali2017-07-172-7/+7
* Revert changes from my previous refactoring - will need to fix dependencies i...Faisal Vali2017-07-172-7/+7
* [NFC] Refactor the Preprocessor function that handles Macro definitions and r...Faisal Vali2017-07-172-7/+7
* [ODRHash] Revert r307743 which reverted r307720Richard Trieu2017-07-151-28/+50
* [ODRHash] Revert r307720 to fix buildbot.Richard Trieu2017-07-121-50/+28
* [ODRHash] Support more method types.Richard Trieu2017-07-111-28/+50
* [ODRHash] Support FriendDeclRichard Trieu2017-07-081-0/+53
* [modules ts] Do not emit strong function definitions from the module interfac...Richard Smith2017-07-061-2/+12