summaryrefslogtreecommitdiff
path: root/lib/Serialization/ASTReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings. [-Wdocumentation]NAKAMURA Takumi2017-10-121-3/+5
* Revert r314955: "Remove PendingBody mechanism for function and ObjC method de...Daniel Jasper2017-10-111-0/+24
* Fix a (slightly weird) 'comma operator within array index expression' warning...Simon Pilgrim2017-10-101-1/+2
* Remove PendingBody mechanism for function and ObjC method deserialization.Richard Smith2017-10-051-24/+0
* Dependent Address Space SupportAndrew Gozillon2017-10-021-0/+23
* [ODRHash] Add base classes to hashing CXXRecordDecl.Richard Trieu2017-09-301-2/+122
* [Module map] Introduce a private module re-export directive.Douglas Gregor2017-09-141-1/+6
* Recommit "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-0/+3
* Revert "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-3/+0
* Add _Float16 as a C/C++ source language typeSjoerd Meijer2017-09-081-0/+3
* [modules ts] Emit global variables in a module interface unit as part of that...Richard Smith2017-09-061-2/+2
* Implement Itanium name mangling support for C++ Modules TS.Richard Smith2017-09-041-3/+2
* [modules] Add ability to specify module name to module file mapping (reapply)Boris Kolpackov2017-08-311-4/+28
* Revert r312105 [modules] Add ability to specify module name to module file ma...Victor Leschuk2017-08-301-28/+4
* [modules] Add ability to specify module name to module file mappingBoris Kolpackov2017-08-301-4/+28
* [ODRHash] Diagnose differing template parameters.Richard Trieu2017-08-231-0/+193
* Recommit r308327 3rd time: Add a warning for missingAlex Lorenz2017-07-281-2/+4
* Revert r309106 "Recommit r308327 2nd time: Add a warning for missing"Hans Wennborg2017-07-261-4/+2
* Recommit r308327 2nd time: Add a warning for missingAlex Lorenz2017-07-261-2/+4
* Fix incorrect use of current directory to find moved paths in ASTReader.Manuel Klimek2017-07-251-13/+4
* Revert r308441 "Recommit r308327: Add a warning for missing '#pragma pack (po...Hans Wennborg2017-07-191-4/+2
* Recommit r308327: Add a warning for missing '#pragma pack (pop)'Alex Lorenz2017-07-191-2/+4
* Revert r308327Alex Lorenz2017-07-181-4/+2
* Add a warning for missing '#pragma pack (pop)' and suspicious usesAlex Lorenz2017-07-181-2/+4
* [NFC] Refactor the Preprocessor function that handles Macro definitions and r...Faisal Vali2017-07-171-4/+4
* Revert changes from my previous refactoring - will need to fix dependencies i...Faisal Vali2017-07-171-4/+4
* [NFC] Refactor the Preprocessor function that handles Macro definitions and r...Faisal Vali2017-07-171-4/+4
* [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
* fix trivial typos; NFCHiroshi Inoue2017-07-011-1/+1
* Teach ASTReader how to read only the Preprocessor state from an AST file, not...Richard Smith2017-06-291-37/+90
* Track the set of module maps read while building a .pcm file and reload those...Richard Smith2017-06-291-5/+18
* Remove redundant check.Richard Smith2017-06-271-6/+0
* PR33552: Distinguish between declarations that are owned by no module andRichard Smith2017-06-231-3/+3
* [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
* [ODRHash] Add diagnostic messages for typedef and type alias.Richard Trieu2017-06-121-0/+41
* [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-061-0/+2
* Rather than rejecting attempts to run preprocessor-only actions on AST files,Richard Smith2017-06-051-0/+1
* Avoid calling report_fatal_error in the destructor of raw_fd_ostreamAlex Lorenz2017-06-021-0/+2
* [Modules] Handle sanitizer feature mismatches when importing modulesVedant Kumar2017-06-011-0/+27
* Allow for unfinished #if blocks in preamblesErik Verbruggen2017-05-301-0/+15
* [modules] Further delay calling DeclMustBeEmitted until it's safe.Vassil Vassilev2017-05-191-3/+5
* [ODRHash] Support NestedNameSpecifierRichard Trieu2017-05-171-29/+2
* Remove unused tracking of owning module for MacroInfo objects.Richard Smith2017-05-121-2/+1
* [modules] Round-trip -Werror flag through explicit module build.Richard Smith2017-05-031-24/+30
* [ODRHash] Add support for array and decayed types, and parameter names and ty...Richard Trieu2017-05-021-0/+79