summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization
Commit message (Expand)AuthorAgeFilesLines
...
* clang/Modules: Error if ReadASTBlock does not find the main moduleDuncan P. N. Exon Smith2019-11-121-0/+7
* clang/Modules: Clean up modules on error in ReadASTDuncan P. N. Exon Smith2019-11-111-14/+18
* clang/Modules: Add missing diagnostics for malformed AST filesDuncan P. N. Exon Smith2019-11-111-2/+6
* clang/Modules: Split loop in ReadAST between failable and notDuncan P. N. Exon Smith2019-11-111-1/+7
* clang/Modules: Use range-based for in ASTReader::ReadAST, NFCDuncan P. N. Exon Smith2019-11-111-11/+7
* clang/Modules: Delay err_module_file_conflict if a diagnostic is in flightDuncan P. N. Exon Smith2019-11-111-10/+7
* clang/Modules: Remove unused parameter from ModuleManager::removeModulesDuncan P. N. Exon Smith2019-11-102-9/+2
* Redeclare Objective-C property accessors inside the ObjCImplDecl in which the...Adrian Prantl2019-11-082-0/+6
* [OPENMP50]Add support for parallel master taskloop simd directive.Alexey Bataev2019-10-302-0/+19
* Revert "[Concepts] Constraint Enforcement & Diagnostics"Vlad Tsyrklevich2019-10-282-41/+3
* [Concepts] Constraint Enforcement & DiagnosticsSaar Raz2019-10-252-3/+41
* [hip][cuda] Fix the extended lambda name mangling issue.Michael Liao2019-10-192-0/+2
* [c++20] Add CXXRewrittenBinaryOperator to represent a comparisonRichard Smith2019-10-193-0/+20
* [OPENMP50]Add support for master taskloop simd.Alexey Bataev2019-10-182-0/+19
* [OPENMP]Allow priority clause in combined task-based directives.Alexey Bataev2019-10-162-0/+2
* [OPENMP]Allow final clause in combined task-based directives.Alexey Bataev2019-10-152-0/+2
* [Concept] Associated Constraints InfrastructureSaar Raz2019-10-154-7/+19
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-152-0/+42
* Revert 374882 "[Concepts] Concept Specialization Expressions"Nico Weber2019-10-152-42/+0
* Reapply: [Modules][PCH] Hash input files contentBruno Cardoso Lopes2019-10-152-22/+123
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-152-0/+42
* Temporarily Revert [Modules][PCH] Hash input files contentEric Christopher2019-10-142-123/+22
* [Modules][PCH] Hash input files contentBruno Cardoso Lopes2019-10-142-22/+123
* [OPNEMP]Allow num_tasks clause in combined task-based directives.Alexey Bataev2019-10-142-0/+2
* [OPNEMP]Allow grainsize clause in combined task-based directives.Alexey Bataev2019-10-142-0/+2
* [OPENMP50]Add support for 'parallel master taskloop' construct.Alexey Bataev2019-10-142-0/+19
* Move most CXXRecordDecl::DefinitionData bit-fields out into a separateRichard Smith2019-10-112-153/+23
* [OPENMP50]Support for 'master taskloop' directive.Alexey Bataev2019-10-102-0/+19
* [AST] ASTReader::ReadSLocEntry(): move computation of FirstDecl into the bran...Roman Lebedev2019-10-101-1/+1
* Properly handle instantiation-dependent array bounds.Richard Smith2019-10-042-1/+3
* Rename TypeNodes.def to TypeNodes.inc for consistency across allJohn McCall2019-10-021-2/+2
* For P0784R7: compute whether a variable has constant destruction if itRichard Smith2019-09-292-4/+12
* [OpenMP] Fix OMPClauseReader::readClause() uninitialized variable warning. NFCI.Simon Pilgrim2019-09-151-1/+3
* [Support] Add overload writeFileAtomically(std::function Writer)Jan Korous2019-09-131-32/+5
* [NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr.Erich Keane2019-09-132-5/+30
* [Sema] Diagnose default-initialization, destruction, and copying ofAkira Hatanaka2019-09-072-0/+12
* ASTReader: Bypass overridden files when reading PCHsDuncan P. N. Exon Smith2019-08-301-13/+8
* FileManager: Remove ShouldCloseOpenFile argument from getBufferForFile, NFCDuncan P. N. Exon Smith2019-08-301-3/+1
* [Modules] Make ReadModuleMapFileBlock errors reliableBruno Cardoso Lopes2019-08-291-7/+9
* [Modules] Fix rebuilding an updated module for each of its consumers.Volodymyr Sapsai2019-08-281-6/+1
* ContentCache: Drop getBuffer's dependency on SourceManagerDuncan P. N. Exon Smith2019-08-261-5/+5
* [OPENMP5.0]Add support for device_type clause in declare targetAlexey Bataev2019-08-231-4/+7
* Introduce FileEntryRef and use it when handling includes to report correct de...Alex Lorenz2019-08-222-0/+2
* Retire llvm::less_ptr. llvm::deref is much more flexible.Benjamin Kramer2019-08-221-3/+3
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-143-5/+5
* [OPENMP]Support for non-rectangular loops.Alexey Bataev2019-08-142-0/+18
* [clang] Refactor doc comments to Decls attributionJan Korous2019-08-132-12/+21
* Add SVE opaque built-in typesRichard Sandiford2019-08-092-0/+10
* [OPENMP]Add support for analysis of linear variables and step.Alexey Bataev2019-08-082-0/+6
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
OpenPOWER on IntegriCloud