summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReader.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-271-4/+5
* [modules ts] Diagnose 'export' declarations outside of a module interface.Richard Smith2017-04-241-0/+3
* [modules] Delay calling DeclMustBeEmitted until it's safe.Vassil Vassilev2017-04-121-25/+0
* Revert r300001 "Revert r298824 & r298816, recommit r298742 & r298754"Hans Wennborg2017-04-121-103/+0
* Serialization: Simulate -Werror settings in implicit modulesDuncan P. N. Exon Smith2017-04-121-7/+43
* Serialization: Emit the final diagnostic state last, almost NFCDuncan P. N. Exon Smith2017-04-121-17/+26
* Revert r298824 & r298816, recommit r298742 & r298754Richard Trieu2017-04-111-0/+103
* Modular Codegen: Support homing debug info for types in modular objectsDavid Blaikie2017-04-111-2/+1
* Modular Codegen: Add/use a bit in serialized function definitions to track wh...David Blaikie2017-04-111-13/+7
* [Modules][PCH] Serialize #pragma packAlex Lorenz2017-03-311-0/+50
OpenPOWER on IntegriCloud