summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "make -fmodules-codegen and -fmodules-debuginfo work also with PCHs"Hans Wennborg2020-02-271-2/+2
* [Concepts] Placeholder constraints and abbreviated templatesSaar Raz2020-01-241-0/+12
* [Concepts] Requires ExpressionsSaar Raz2020-01-241-0/+1
* make -fmodules-codegen and -fmodules-debuginfo work also with PCHsLuboš Luňák2020-01-151-2/+2
* [OpenMP][NFCI] Use the libFrontend ProcBindKind in ClangJohannes Doerfert2019-12-261-1/+1
* [OPENMP50]Basic support for conditional lastprivate.Alexey Bataev2019-12-241-0/+3
* [OPENMP50]Codegen for nontemporal clause.Alexey Bataev2019-12-231-0/+2
* [OPENMP50]Add parsing/sema analysis for nontemporal clause.Alexey Bataev2019-12-171-0/+8
* Move ASTRecordWriter into its own header; NFC.John McCall2019-12-141-1/+21
* Abstract serialization: TableGen the (de)serialization code for Types.John McCall2019-12-141-647/+37
* [OpenMP][NFCI] Introduce llvm/IR/OpenMPConstants.hJohannes Doerfert2019-12-101-2/+2
* clang/Modules: Move Serialization/Module.{h,cpp} to ModuleFile, NFCDuncan P. N. Exon Smith2019-11-211-1/+1
* [hip][cuda] Fix the extended lambda name mangling issue.Michael Liao2019-10-191-0/+1
* [c++20] Add CXXRewrittenBinaryOperator to represent a comparisonRichard Smith2019-10-191-0/+1
* [OPENMP]Allow priority clause in combined task-based directives.Alexey Bataev2019-10-161-0/+1
* [OPENMP]Allow final clause in combined task-based directives.Alexey Bataev2019-10-151-0/+1
* [Concept] Associated Constraints InfrastructureSaar Raz2019-10-151-1/+7
* Reapply: [Modules][PCH] Hash input files contentBruno Cardoso Lopes2019-10-151-11/+48
* Temporarily Revert [Modules][PCH] Hash input files contentEric Christopher2019-10-141-48/+11
* [Modules][PCH] Hash input files contentBruno Cardoso Lopes2019-10-141-11/+48
* [OPNEMP]Allow num_tasks clause in combined task-based directives.Alexey Bataev2019-10-141-0/+1
* [OPNEMP]Allow grainsize clause in combined task-based directives.Alexey Bataev2019-10-141-0/+1
* Move most CXXRecordDecl::DefinitionData bit-fields out into a separateRichard Smith2019-10-111-49/+7
* Properly handle instantiation-dependent array bounds.Richard Smith2019-10-041-0/+1
* Rename TypeNodes.def to TypeNodes.inc for consistency across allJohn McCall2019-10-021-2/+2
* [NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr.Erich Keane2019-09-131-0/+7
* ContentCache: Drop getBuffer's dependency on SourceManagerDuncan P. N. Exon Smith2019-08-261-5/+5
* Introduce FileEntryRef and use it when handling includes to report correct de...Alex Lorenz2019-08-221-0/+1
* Retire llvm::less_ptr. llvm::deref is much more flexible.Benjamin Kramer2019-08-221-3/+3
* [clang] Refactor doc comments to Decls attributionJan Korous2019-08-131-8/+10
* [OPENMP]Add support for analysis of linear variables and step.Alexey Bataev2019-08-081-0/+2
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-1/+1
* [Concepts] Concept definitions (D40381)Saar Raz2019-07-101-0/+1
* [Bitcode] Move Bitstream to a separate libraryFrancis Visoiu Mistrih2019-07-031-2/+2
* Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partiti...Fangrui Song2019-07-031-1/+1
* [clang] Add storage for APValue in ConstantExprGauthier Harnisch2019-06-151-0/+55
* [c++20] P0780R2: Support pack-expansion of init-captures.Richard Smith2019-05-211-1/+2
* [c++20] Add support for explicit(bool), as described in P0892R2.Richard Smith2019-05-091-1/+0
* [c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whoseRichard Smith2019-05-091-0/+6
* Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an att...Leonard Chan2019-05-071-0/+11
* Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg2019-05-061-0/+1
* [clang] adding explicit(bool) from c++2aNicolas Lesser2019-05-041-1/+0
* Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...Leonard Chan2019-05-031-11/+0
* [Attribute/Diagnostics] Print macro if definition is an attribute declarationLeonard Chan2019-05-021-0/+11
* [Serialization] Stable serialization order for OpenCLTypeExtMap and OpenCLDec...Bruno Ricci2019-04-181-9/+45
* [OPENMP]Initial support for 'allocate' clause.Alexey Bataev2019-03-271-0/+9
* [OPENMP]Improve detection of omp_allocator_handle_t type and predefinedAlexey Bataev2019-03-201-3/+6
* [OPENMP 5.0]Initial support for 'allocator' clause.Alexey Bataev2019-03-121-0/+6
* Modules: Add LangOptions::CacheGeneratedPCHDuncan P. N. Exon Smith2019-03-121-2/+3
* Modules: Invalidate out-of-date PCMs as they're discoveredDuncan P. N. Exon Smith2019-03-091-3/+3
OpenPOWER on IntegriCloud