summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Encapsulate FPOptions and use it consistentlyAdam Nemet2017-03-271-1/+1
* Revert r298742 "[ODRHash] Add error messages for mismatched parameters in met...Vassil Vassilev2017-03-261-83/+0
* Revert 298754 and 298742.Vassil Vassilev2017-03-261-27/+7
* [ODRHash] Add support for array and decayed types.Richard Trieu2017-03-251-7/+27
* [ODRHash] Add error messages for mismatched parameters in methods.Richard Trieu2017-03-241-0/+83
* [Serialization] Serialize DependentSizedExtVectorTypeAlex Lorenz2017-03-221-0/+11
* [Modules] Rebuild modules on umbrella header mismatchBruno Cardoso Lopes2017-03-221-7/+3
* Apply clang-tidy's performance-unnecessary-value-param to parts of clang.Benjamin Kramer2017-03-211-5/+6
* Reapply "Modules: Cache PCMs in memory and avoid a use-after-free"Duncan P. N. Exon Smith2017-03-201-20/+62
* Revert "Modules: Cache PCMs in memory and avoid a use-after-free"Renato Golin2017-03-181-62/+20
* Modules: Cache PCMs in memory and avoid a use-after-freeDuncan P. N. Exon Smith2017-03-171-20/+62
* Modules: Optimize bitcode encoding of diagnostic stateDuncan P. N. Exon Smith2017-03-141-4/+4
* Modules: Use hash of PCM content for SIGNATUREDuncan P. N. Exon Smith2017-03-131-42/+157
* Defensively ensure that GetExternalDeclStmt protects itself from nested deser...David Blaikie2017-03-081-0/+3
* [ODRHash] Add support for detecting different method properties.Richard Trieu2017-03-041-5/+98
* Mark function as llvm dump method.Vassil Vassilev2017-03-021-7/+1
* Serialization: use the PCH chain to check PCH modeSaleem Abdulrasool2017-03-021-1/+2
* [ODRHash] Add basic support for CXXRecordDeclRichard Trieu2017-02-281-0/+23
* [ODRHash] Finish FieldDecl support by handling mutable and initializers.Richard Trieu2017-02-241-1/+48
* [ODRHash] Add handling of bitfieldsRichard Trieu2017-02-241-0/+26
* [ODRHash] Add handling of TypedefType and DeclarationNameRichard Trieu2017-02-241-0/+47
* [ODRHash] Add IdentiferInfo and FieldDecl support.Richard Trieu2017-02-231-0/+22
* [ODRHash] static_cast and Stmt hashing.Richard Trieu2017-02-221-0/+101
* Fix 'control reaches end of non-void function' warningSimon Pilgrim2017-02-221-1/+2
* [ODRHash] Avoid dereferencing end() of a SmallVector.Benjamin Kramer2017-02-221-1/+2
* Add more ODR checking.Richard Trieu2017-02-221-12/+132
* [modules] Load the ModuleOffsetMap from the module header lazily.Richard Smith2017-02-181-81/+110
* Revert r295421, new ODR checker for modules, to fix build bot.Richard Trieu2017-02-171-628/+10
* Add better ODR checking for modules.Richard Trieu2017-02-171-10/+628
* [OpenCL] Correct ndrange_t implementationAnastasia Stulova2017-02-161-3/+0
* Revert r295284: Add better ODR checking for modules.Richard Trieu2017-02-161-630/+10
* Loosen a Type check ODR checking to try to fix the build bot.Richard Trieu2017-02-161-2/+4
* Add better ODR checking for modules.Richard Trieu2017-02-161-10/+628
* [ASTReader] Improve ReadASTBlock error message when module not availableBruno Cardoso Lopes2017-02-071-1/+4
* P0091R3: Implement basic parsing support for C++17 deduction-guides.Richard Smith2017-02-071-4/+12
* Revert r293585 "Add better ODR checking for modules."Sam McCall2017-01-311-628/+10
* Add better ODR checking for modules.Richard Trieu2017-01-311-10/+628
OpenPOWER on IntegriCloud