summaryrefslogtreecommitdiffstats
path: root/lib/Serialization
Commit message (Expand)AuthorAgeFilesLines
* Merging r345497:Tom Stellard2018-11-291-1/+4
* Merging r339603:Hans Wennborg2018-08-162-6/+21
* [Modules] Do not emit relocation error when -fno-validate-pch is setYuka Takahashi2018-08-011-3/+8
* [serialization] PR34728: Don't assume that only a suffix of templateRichard Smith2018-07-311-15/+9
* Remove trailing spaceFangrui Song2018-07-307-105/+105
* [AST] Sink 'part of explicit cast' down into ImplicitCastExprRoman Lebedev2018-07-272-2/+2
* [ODRHash] Support hashing enums.Richard Trieu2018-07-253-2/+210
* [Sema] Mark implicitly-inserted ICE's as being part of explicit cast (PR38166)Roman Lebedev2018-07-243-0/+3
* Reapply r336660: [Modules] Autoload subdirectory modulemaps with specific Lan...Bruno Cardoso Lopes2018-07-181-1/+3
* PR15730/PR16986 Allow dependently typed vector_size types.Erich Keane2018-07-132-0/+29
* Revert "[modules] Fix 37878; Autoload subdirectory modulemaps with specific L...Bruno Cardoso Lopes2018-07-121-3/+1
* Revert -r336726, which included more files than intended.Erich Keane2018-07-102-27/+0
* [NFC] Switch CodeGenFunction to use value init instead of member init listsErich Keane2018-07-102-0/+27
* [modules] Fix 37878; Autoload subdirectory modulemaps with specific LangOptsYuka Takahashi2018-07-101-1/+3
* [ODRHash] Merge the two function hashes into one.Richard Trieu2018-07-101-3/+66
* [PCH] Add an option to not write comments into PCHIlya Biryukov2018-07-091-1/+4
* [clang-cl, PCH] Implement support for MS-style PCH through headersErich Keane2018-07-051-0/+11
* PR33924: merge local declarations that have linkage of some kind withinRichard Smith2018-07-042-25/+99
* Revert r336021 "PR33924: merge local declarations that have linkage of some k...Hans Wennborg2018-07-032-94/+25
* PR33924: merge local declarations that have linkage of some kind withinRichard Smith2018-06-292-25/+94
* [modules] Emit the type of the TypeSourceInfo for a DeclaratorDecl (butRichard Smith2018-06-294-17/+26
* [modules] Do not serialize / deserialize pending new/delete mismatchRichard Smith2018-06-281-7/+9
* [modules] Ensure that an in-class function definition is attached to theRichard Smith2018-06-281-0/+13
* Revert "Append new attributes to the end of an AttributeList."Michael Kruse2018-06-251-11/+22
* [clang-cl] Don't emit dllexport inline functions etc. from pch files (PR37801)Hans Wennborg2018-06-252-5/+19
* [Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point LiteralsLeonard Chan2018-06-202-0/+13
* Append new attributes to the end of an AttributeList.Michael Kruse2018-06-191-22/+11
* Revert r335019 "Update NRVO logic to support early return (Attempt 2)"Taiju Tsuiki2018-06-192-3/+3
* Update NRVO logic to support early return (Attempt 2)Taiju Tsuiki2018-06-192-3/+3
* [Fixed Point Arithmetic] Addition of the remaining fixed point types and thei...Leonard Chan2018-06-142-0/+108
* Move VersionTuple from clang/Basic to llvm/SupportPavel Labath2018-06-112-3/+3
* This diff includes changes for supporting the following types.Leonard Chan2018-06-042-0/+36
* Revert "This diff includes changes for supporting the following types."Leonard Chan2018-06-022-36/+0
* This diff includes changes for supporting the following types.Leonard Chan2018-06-022-0/+36
* Revert "Update NRVO logic to support early return"Sam McCall2018-05-302-3/+3
* Update NRVO logic to support early returnTaiju Tsuiki2018-05-302-3/+3
* [ODRHash] Support FunctionTemplateDecl in records.Richard Trieu2018-05-301-1/+318
* Fix unaligned memory access when reading INPUT_FILE_OFFSETS dataRaphael Isemann2018-05-231-1/+2
* Support: Simplify endian stream interface. NFCI.Peter Collingbourne2018-05-183-21/+20
* Move helper classes into anonymous namespaces. NFCI.Benjamin Kramer2018-05-151-2/+2
* [AST] Print correct tag decl for tag specifierJoel E. Denny2018-05-142-1/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-0910-153/+153
* Track the result of evaluating a computed noexcept specification on theRichard Smith2018-05-032-2/+2
* Implement P0482R2, support for char8_t type.Richard Smith2018-05-012-0/+6
* [Modules] Handle ObjC/C ODR-like semantics for EnumConstantDeclBruno Cardoso Lopes2018-04-301-4/+20
* PR37189 Fix incorrect end source location and spelling for a split '>>' token.Richard Smith2018-04-302-0/+3
* [Modules][ObjC] ASTReader should add protocols for class extensionsBruno Cardoso Lopes2018-04-271-0/+6
* Revert rC330794 and some dependent tiny bug fixes Faisal Vali2018-04-264-18/+0
* [c++2a] [concepts] Add rudimentary parsing support for template concept decla...Faisal Vali2018-04-254-0/+18
* [ODRHash] Hash template arguments of methods.Richard Trieu2018-04-251-0/+92