summaryrefslogtreecommitdiffstats
path: root/lib/Serialization
Commit message (Expand)AuthorAgeFilesLines
* Merging r310983:Hans Wennborg2017-08-212-0/+9
* Merging r308996:Hans Wennborg2017-08-032-28/+87
* Merging r308455: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
* [modules ts] Improve merging of module-private declarations.Richard Smith2017-07-052-1/+3
* fix trivial typos; NFCHiroshi Inoue2017-07-011-1/+1
* Reinstate "Load lazily the template specialization in multi-module setups."Vassil Vassilev2017-06-301-38/+47
* Teach ASTReader how to read only the Preprocessor state from an AST file, not...Richard Smith2017-06-293-53/+112
* Track the set of module maps read while building a .pcm file and reload those...Richard Smith2017-06-292-11/+30
* [ASTReader] Treat multiple defns of ObjC protocols the same as interfaces.Graydon Hoare2017-06-281-14/+35
* Remove redundant check.Richard Smith2017-06-271-6/+0
* PR33552: Distinguish between declarations that are owned by no module andRichard Smith2017-06-232-18/+16
* PR33002: When we instantiate the definition of a static data member, we mightRichard Smith2017-06-222-3/+23
* [ODRHash] Supply more information when generic error message is emitted.Richard Trieu2017-06-211-0/+11
* [ODRHash] Hash VarDecl members.Richard Trieu2017-06-161-0/+113
* Revert "Load lazily the template specialization in multi-module setups."Vassil Vassilev2017-06-151-47/+38
* [ODRHash] Add diagnostic messages for typedef and type alias.Richard Trieu2017-06-121-0/+41
* [modules] D29951: Load lazily the template specialization in multi-module set...Vassil Vassilev2017-06-091-38/+47
* [DebugInfo] Add kind of ImplicitParamDecl for emission of FlagObjectPointer.Alexey Bataev2017-06-092-0/+6
* [ODRHash] Change the fall-back diagnostic error.Richard Trieu2017-06-081-7/+7
* Retain header search and preprocessing options from AST file when emittingRichard Smith2017-06-062-0/+4
* Rather than rejecting attempts to run preprocessor-only actions on AST files,Richard Smith2017-06-051-0/+1
* [Modules] Fix use after scope.Benjamin Kramer2017-06-021-1/+2
* Avoid calling report_fatal_error in the destructor of raw_fd_ostreamAlex Lorenz2017-06-021-0/+2
* Support lazy stat'ing of files referenced by module maps.Richard Smith2017-06-021-42/+114
* [Modules] Handle sanitizer feature mismatches when importing modulesVedant Kumar2017-06-011-0/+27
* [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-302-0/+28
* [modules] Further delay calling DeclMustBeEmitted until it's safe.Vassil Vassilev2017-05-192-9/+16
* [modules] Switch from inferring owning modules based on source location toRichard Smith2017-05-182-20/+1
* [ODRHash] Support NestedNameSpecifierRichard Trieu2017-05-171-29/+2
* Remove unused tracking of owning module for MacroInfo objects.Richard Smith2017-05-122-3/+1
* Silences gcc's -Wnarrowing.Daniel Jasper2017-05-031-2/+3
* [modules] Round-trip -Werror flag through explicit module build.Richard Smith2017-05-032-25/+49
* [ODRHash] Add support for array and decayed types, and parameter names and ty...Richard Trieu2017-05-021-0/+79
* Fix initial diagnostic state setup for an explicit module with no diagnostic ...Richard Smith2017-05-011-4/+14
* [X86] Support of no_caller_saved_registers attributeOren Ben Simhon2017-04-272-4/+7
* 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-242-3/+7