summaryrefslogtreecommitdiffstats
path: root/include/clang/Serialization
Commit message (Expand)AuthorAgeFilesLines
* 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
* PR15730/PR16986 Allow dependently typed vector_size types.Erich Keane2018-07-131-41/+44
* Revert -r336726, which included more files than intended.Erich Keane2018-07-101-44/+41
* [NFC] Switch CodeGenFunction to use value init instead of member init listsErich Keane2018-07-101-41/+44
* PR33924: merge local declarations that have linkage of some kind withinRichard Smith2018-07-041-1/+1
* Revert r336021 "PR33924: merge local declarations that have linkage of some k...Hans Wennborg2018-07-031-1/+1
* PR33924: merge local declarations that have linkage of some kind withinRichard Smith2018-06-291-1/+1
* [modules] Emit the type of the TypeSourceInfo for a DeclaratorDecl (butRichard Smith2018-06-292-1/+10
* [clang-cl] Don't emit dllexport inline functions etc. from pch files (PR37801)Hans Wennborg2018-06-253-1/+6
* [Fixed Point Arithmetic] Addition of the remaining fixed point types and thei...Leonard Chan2018-06-141-1/+55
* Move VersionTuple from clang/Basic to llvm/SupportPavel Labath2018-06-112-2/+1
* This diff includes changes for supporting the following types.Leonard Chan2018-06-041-0/+18
* Revert "This diff includes changes for supporting the following types."Leonard Chan2018-06-021-18/+0
* This diff includes changes for supporting the following types.Leonard Chan2018-06-021-0/+18
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-098-1135/+1135
* Implement P0482R2, support for char8_t type.Richard Smith2018-05-011-0/+3
* Add getDeserializationListener to ASTReaderYuka Takahashi2018-04-261-0/+5
* Revert rC330794 and some dependent tiny bug fixes Faisal Vali2018-04-261-3/+0
* [c++2a] [concepts] Add rudimentary parsing support for template concept decla...Faisal Vali2018-04-251-0/+3
* [Serialization] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko2018-04-111-23/+33