summaryrefslogtreecommitdiffstats
path: root/include/clang/Serialization
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add missing include to ContinuousRangeMap.hEric Fiselier2018-04-011-0/+1
* [clang] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-03-271-1/+1
* [Sema] Fix some Clang-tidy modernize and Include What You Use warnings; other...Eugene Zelenko2018-02-221-19/+14
* [PCH] Serialize skipped preprocessor rangesCameron Desrochers2018-01-153-0/+38
* [ODRHash] Support ODR violation detection in functions.Richard Trieu2017-12-231-0/+4
* Revert r320230 to fix buildbots.Richard Trieu2017-12-091-4/+0
* [ODRHash] Support ODR violation detection in functions.Richard Trieu2017-12-091-0/+4
* Generalize "static data member instantiated" notification to cover variable t...Richard Smith2017-12-051-2/+3
* [Serialization] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko2017-11-112-65/+109
* [Serialization] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko2017-11-081-136/+184
* [Serialization] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko2017-11-022-62/+383
* Support for destroying operator delete, per C++2a proposal P0722.Richard Smith2017-10-131-1/+2
* Revert r314955: "Remove PendingBody mechanism for function and ObjC method de...Daniel Jasper2017-10-111-4/+20