summaryrefslogtreecommitdiffstats
path: root/lib/Serialization/ASTWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [preamble] Also record the "skipping" state of the preprocessorErik Verbruggen2017-11-031-0/+11
* PR33746: Store the 'inline'ness of a static data member with the update recordRichard Smith2017-11-021-0/+2
* Support for destroying operator delete, per C++2a proposal P0722.Richard Smith2017-10-131-1/+3
* Dependent Address Space SupportAndrew Gozillon2017-10-021-0/+18
* 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-141-0/+13
* Fix MSVC narrowing conversion warning.Simon Pilgrim2017-09-041-1/+1
* Implement Itanium name mangling support for C++ Modules TS.Richard Smith2017-09-041-2/+3
* [modules] Add ability to specify module name to module file mapping (reapply)Boris Kolpackov2017-08-311-4/+14
* Revert r312105 [modules] Add ability to specify module name to module file ma...Victor Leschuk2017-08-301-14/+4
* [modules] Add ability to specify module name to module file mappingBoris Kolpackov2017-08-301-4/+14
* PR19668, PR23034: Fix handling of move constructors and deleted copyRichard Smith2017-08-161-0/+3
* Revert "PR19668, PR23034: Fix handling of move constructors and deleted copy ...Diana Picus2017-08-091-3/+0
* PR19668, PR23034: Fix handling of move constructors and deleted copyRichard Smith2017-08-081-0/+3
* 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
* 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
* [NFC] Refactor the Preprocessor function that handles Macro definitions and r...Faisal Vali2017-07-171-3/+3
* Revert changes from my previous refactoring - will need to fix dependencies i...Faisal Vali2017-07-171-3/+3
* [NFC] Refactor the Preprocessor function that handles Macro definitions and r...Faisal Vali2017-07-171-3/+3
* [modules ts] Improve merging of module-private declarations.Richard Smith2017-07-051-1/+1
* Track the set of module maps read while building a .pcm file and reload those...Richard Smith2017-06-291-6/+12
* PR33002: When we instantiate the definition of a static data member, we mightRichard Smith2017-06-221-1/+10
* Retain header search and preprocessing options from AST file when emittingRichard Smith2017-06-061-0/+2
* [Modules] Fix use after scope.Benjamin Kramer2017-06-021-1/+2
* Support lazy stat'ing of files referenced by module maps.Richard Smith2017-06-021-42/+114
* [modules] When compiling a preprocessed module map, look for headers relativeRichard Smith2017-05-311-4/+5
* Allow for unfinished #if blocks in preamblesErik Verbruggen2017-05-301-0/+13
* [modules] Switch from inferring owning modules based on source location toRichard Smith2017-05-181-19/+0
* Remove unused tracking of owning module for MacroInfo objects.Richard Smith2017-05-121-1/+0
* Silences gcc's -Wnarrowing.Daniel Jasper2017-05-031-2/+3
* [modules] Round-trip -Werror flag through explicit module build.Richard Smith2017-05-031-1/+19
* [X86] Support of no_caller_saved_registers attributeOren Ben Simhon2017-04-271-0/+2
* Placate MSVC's narrowing conversion unhappiness.Richard Smith2017-04-251-1/+1
* [modules ts] Diagnose 'export' declarations outside of a module interface.Richard Smith2017-04-241-3/+4
* Modules: Do not serialize #pragma pack stateDuncan P. N. Exon Smith2017-04-151-0/+5
* Modular Codegen: Separate flags for function and debug info supportDavid Blaikie2017-04-121-6/+5
* Serialization: Simulate -Werror settings in implicit modulesDuncan P. N. Exon Smith2017-04-121-1/+6
* Serialization: Emit the final diagnostic state last, almost NFCDuncan P. N. Exon Smith2017-04-121-2/+14
* Serialization: Skip check in WritePragmaDiagnosticMappings, NFCDuncan P. N. Exon Smith2017-04-121-2/+1
* [ODRHash] Improve handling of hash valuesRichard Trieu2017-04-111-1/+4
* Modular Codegen: Support homing debug info for types in modular objectsDavid Blaikie2017-04-111-0/+6
* Modular Codegen: Add/use a bit in serialized function definitions to track wh...David Blaikie2017-04-111-3/+1
* [Modules][PCH] Serialize #pragma packAlex Lorenz2017-03-311-0/+15
* Encapsulate FPOptions and use it consistentlyAdam Nemet2017-03-271-1/+1
* [Serialization] Serialize DependentSizedExtVectorTypeAlex Lorenz2017-03-221-2/+4