summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization
Commit message (Expand)AuthorAgeFilesLines
* PR45083: Mark statement expressions as being dependent if they appear inRichard Smith2020-03-122-0/+2
* [Concepts] Add constraints checks to isSameEntitySaar Raz2020-03-101-6/+61
* [Concepts] Add FoundDecl to ConceptSpecializationExpr serializationSaar Raz2020-03-102-0/+2
* Revert "make -fmodules-codegen and -fmodules-debuginfo work also with PCHs"Hans Wennborg2020-02-274-27/+11
* Fix a reentrance bug with deserializing ObjC type parameters.John McCall2020-02-131-1/+1
* [Concepts] Placeholder constraints and abbreviated templatesSaar Raz2020-01-244-7/+42
* [Concepts] Requires ExpressionsSaar Raz2020-01-246-32/+249
* [ODRHash] Fix wrong error message with bitfields and mutable.Weverything2020-01-141-8/+16
* [Concepts] Type ConstraintsSaar Raz2020-01-154-13/+40
* make -fmodules-codegen and -fmodules-debuginfo work also with PCHsLuboš Luňák2020-01-154-11/+27
* -fmodules-codegen should not emit extern templatesLuboš Luňák2020-01-141-2/+3
* GlobalModuleIndex - Fix use-after-move clang static analyzer warning.Simon Pilgrim2020-01-111-4/+5
* [Concepts] Function trailing requires clausesSaar Raz2020-01-092-2/+6
* [OpenMP][NFCI] Use the libFrontend ProcBindKind in ClangJohannes Doerfert2019-12-262-3/+2
* [OPENMP50]Basic support for conditional lastprivate.Alexey Bataev2019-12-242-0/+7
* [OPENMP50]Codegen for nontemporal clause.Alexey Bataev2019-12-232-0/+7
* [Concepts] Constrained partial specializations and function overloads.Saar Raz2019-12-232-8/+10
* Revert "[Concepts] Constrained partial specializations and function overloads."Reid Kleckner2019-12-222-10/+8
* [Concepts] Constrained partial specializations and function overloads.Saar Raz2019-12-222-8/+10
* Revert concepts changes from D41910Vedant Kumar2019-12-182-10/+8
* [Concepts] Constrained partial specializations and function overloads.Saar Raz2019-12-182-8/+10
* [OPENMP50]Add parsing/sema analysis for nontemporal clause.Alexey Bataev2019-12-172-0/+21
* Move ASTRecordWriter into its own header; NFC.John McCall2019-12-143-11/+27
* Move ASTRecordReader into its own header; NFC.John McCall2019-12-143-13/+33
* Abstract serialization: TableGen the (de)serialization code for Types.John McCall2019-12-142-1406/+57
* Standardize the reader methods in ASTReader; NFC.John McCall2019-12-143-1075/+976
* [Support] Add TimeTraceScope constructor without detail argRussell Gallop2019-12-111-2/+2
* [OpenMP][NFCI] Introduce llvm/IR/OpenMPConstants.hJohannes Doerfert2019-12-102-4/+4
* [c++20] Fix handling of unqualified lookups from a defaulted comparisonRichard Smith2019-12-092-0/+25
* Remove Expr.h include from ASTContext.h, NFCReid Kleckner2019-12-061-1/+2
* [ObjC] Make sure that the implicit arguments for direct methods have been setupAlex Lorenz2019-12-062-6/+5
* [Concepts] Constraint Enforcement & DiagnosticsSaar Raz2019-12-062-3/+41
* [OpenMP50] Add parallel master constructcchen2019-12-052-0/+21
* Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp...Melanie Blower2019-12-052-0/+2
* Revert "[OpenMP50] Add parallel master construct, by Chi Chun Chen."Reid Kleckner2019-12-042-21/+0
* Revert " Reapply af57dbf12e54 "Add support for options -frounding-math...Melanie Blower2019-12-042-2/+0
* [OpenMP50] Add parallel master construct, by Chi Chun Chen.cchen2019-12-042-0/+21
* Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp...Melanie Blower2019-12-042-0/+2
* [clang][modules] Add support for merging lifetime-extended temporariesTyker2019-12-021-0/+22
* Revert "[clang][modules] Add support for merging lifetime-extended temporaries"Tyker2019-12-011-22/+0
* [clang][modules] Add support for merging lifetime-extended temporariesTyker2019-12-011-0/+22
* Revert "[clang][modules] Add support for merging lifetime-extended temporaries"Tyker2019-12-011-22/+0
* [clang][modules] Add support for merging lifetime-extended temporariesTyker2019-11-301-0/+22
* Revert "[clang][modules] Add support for merging lifetime-extended temporaries"Tyker2019-11-301-26/+0
* [clang][modules] Add support for merging lifetime-extended temporariesTyker2019-11-301-0/+26
* clang/Modules: Move Serialization/Module.{h,cpp} to ModuleFile, NFCDuncan P. N. Exon Smith2019-11-217-11/+11
* clang/Modules: Sink ASTReadResult in ReadControlBlock, NFCDuncan P. N. Exon Smith2019-11-191-5/+5
* [NFC] Refactor representation of materialized temporariesTyker2019-11-195-7/+37
* Revert "[NFC] Refactor representation of materialized temporaries"Nico Weber2019-11-175-37/+7
* [NFC] Refactor representation of materialized temporariesTyker2019-11-165-7/+37
OpenPOWER on IntegriCloud