summaryrefslogtreecommitdiff
path: root/include/clang/Serialization
Commit message (Expand)AuthorAgeFilesLines
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-151-0/+1
* Revert 374882 "[Concepts] Concept Specialization Expressions"Nico Weber2019-10-151-1/+0
* Reapply: [Modules][PCH] Hash input files contentBruno Cardoso Lopes2019-10-152-2/+13
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-151-0/+1
* Temporarily Revert [Modules][PCH] Hash input files contentEric Christopher2019-10-142-13/+2
* [Modules][PCH] Hash input files contentBruno Cardoso Lopes2019-10-142-2/+13
* [OPENMP50]Add support for 'parallel master taskloop' construct.Alexey Bataev2019-10-141-0/+1
* [OPENMP50]Support for 'master taskloop' directive.Alexey Bataev2019-10-101-0/+1
* [NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr.Erich Keane2019-09-131-1/+1
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-2/+2
* Add SVE opaque built-in typesRichard Sandiford2019-08-091-0/+3
* [Concepts] Concept definitions (D40381)Saar Raz2019-07-101-1/+4
* [Bitcode] Move Bitstream to a separate libraryFrancis Visoiu Mistrih2019-07-034-4/+4
* Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partiti...Fangrui Song2019-07-031-2/+2
* BitStream reader: propagate errorsJF Bastien2019-06-262-20/+13
* [clang] Add storage for APValue in ConstantExprGauthier Harnisch2019-06-152-0/+8
* Implement __builtin_LINE() et. al. to support source location capture.Eric Fiselier2019-05-161-0/+3
* [c++20] Add support for explicit(bool), as described in P0892R2.Richard Smith2019-05-092-3/+8
* Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an att...Leonard Chan2019-05-071-1/+4
* Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg2019-05-062-8/+3
* [clang] adding explicit(bool) from c++2aNicolas Lesser2019-05-042-3/+8
* Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...Leonard Chan2019-05-031-4/+1
* [Attribute/Diagnostics] Print macro if definition is an attribute declarationLeonard Chan2019-05-021-1/+4
* Modules: Add LangOptions::CacheGeneratedPCHDuncan P. N. Exon Smith2019-03-121-2/+5
* [Serialization] Add missing includeBenjamin Kramer2019-03-111-4/+1
* Modules: Invalidate out-of-date PCMs as they're discoveredDuncan P. N. Exon Smith2019-03-092-29/+58
* Modules: Rename MemoryBufferCache to InMemoryModuleCacheDuncan P. N. Exon Smith2019-03-095-15/+98
* [OPENMP 5.0]Add initial support for 'allocate' directive.Alexey Bataev2019-03-072-1/+5
* [clang][OpenMP] Revert "OMPFlushClause is synthetic, no such clause exists"Roman Lebedev2019-03-062-2/+0
* [OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.Michael Kruse2019-02-011-0/+3
* [clang][OpenMP] OMPFlushClause is synthetic, no such clause existsRoman Lebedev2019-01-282-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1911-44/+33
* Move PCHContainerOperations from Frontend to SerializationRichard Trieu2018-12-122-1/+118
* Move diagnostic enums into Basic.Richard Trieu2018-12-081-14/+1
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-081-0/+4
* Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estima...Andrew Savonichev2018-11-071-4/+0
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-071-0/+4
* Create ConstantExpr classBill Wendling2018-10-311-0/+3
* Avoid STMT_ and DECL_ bitcodes overlapping.Richard Smith2018-10-251-1/+3
* Remove top-level using declaration from header files, as these aliases leak.Sam McCall2018-10-121-10/+7
* Use the container form llvm::sort(C, ...)Fangrui Song2018-09-301-1/+1
* [OPENMP] Add support for OMP5 requires directive + unified_address clauseKelvin Li2018-09-261-0/+3
* [OPENMP] Move OMPClauseReader/Writer classes to ASTReader/Writer (NFC)Kelvin Li2018-09-152-0/+29
* [Modules] Add imported modules to the output of -module-file-infoBruno Cardoso Lopes2018-09-111-1/+1
* Model type attributes as regular Attrs.Richard Smith2018-08-202-0/+11
* Revert r339623 "Model type attributes as regular Attrs."Reid Kleckner2018-08-142-11/+0
* Model type attributes as regular Attrs.Richard Smith2018-08-132-0/+11
* [modules] Defer merging deduced return types.Richard Smith2018-08-031-0/+11
* Remove trailing spaceFangrui Song2018-07-308-79/+79
* [ODRHash] Support hashing enums.Richard Trieu2018-07-251-0/+4