summaryrefslogtreecommitdiff
path: root/lib/Serialization
Commit message (Expand)AuthorAgeFilesLines
* [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
* [clang] Adopt new FileManager error-returning APIsHarlan Haskins2019-08-013-36/+50
* Revert "[Sema] Diagnose default-initialization, destruction, and copying of"Akira Hatanaka2019-07-262-12/+0
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-165-11/+11
* [Sema] Diagnose default-initialization, destruction, and copying ofAkira Hatanaka2019-07-132-0/+12
* [Concepts] Concept definitions (D40381)Saar Raz2019-07-104-0/+19
* [Bitcode] Move Bitstream to a separate libraryFrancis Visoiu Mistrih2019-07-0310-11/+12
* Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partiti...Fangrui Song2019-07-032-7/+5
* [C++2a] Add __builtin_bit_cast, used to implement std::bit_castErik Pilkington2019-07-022-0/+12
* BitStream reader: propagate errorsJF Bastien2019-06-264-241/+741
* [clang] Add storage for APValue in ConstantExprGauthier Harnisch2019-06-154-2/+140
* [C++20] add Basic consteval specifierGauthier Harnisch2019-06-142-2/+2
* For DR712: store on a MemberExpr whether it constitutes an odr-use.Richard Smith2019-06-112-0/+2
* For DR712: store on a DeclRefExpr whether it constitutes an odr-use.Richard Smith2019-06-113-4/+7
* Convert MemberExpr creation and serialization to work the same way asRichard Smith2019-06-062-76/+76