summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Record whether a module came from a private module mapJordan Rose2018-04-202-2/+6
* Use export_as for autolinking frameworksBruno Cardoso Lopes2018-04-161-0/+2
* Clean carriage returns from lib/ and include/. NFC.Malcolm Parsons2018-04-161-7/+7
* Revert "[Serialization] Fix some Clang-tidy modernize and Include What You Us...Vedant Kumar2018-04-141-265/+317
* [Serialization] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko2018-04-131-317/+265
* [Serialization] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko2018-04-113-228/+355
* [ObjC++] Never pass structs that transitively contain __weak fields inAkira Hatanaka2018-04-093-5/+7
* Revert "[ObjC++] Never pass structs that transitively contain __weak fields in"Akira Hatanaka2018-04-093-7/+5
* [ObjC++] Never pass structs that transitively contain __weak fields inAkira Hatanaka2018-04-093-5/+7
* Fix typos in clangAlexander Kornienko2018-04-062-2/+2
* DR1672, DR1813, DR1881, DR2120: Implement recent fixes to "standardRichard Smith2018-04-052-3/+9
* [ast] Do not auto-initialize Objective-C for-loop variables in Objective-C++ ...George Karpenkov2018-03-292-0/+3
* [ObjC++] Make parameter passing and function return compatible with ObjCAkira Hatanaka2018-03-283-0/+6
* [clang] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-03-273-14/+14
* Sink PrettyDeclStackTrace down to the AST libraryJordan Rose2018-03-231-0/+4
* [Modules] Fix creating fake definition data for lambdas.Volodymyr Sapsai2018-03-211-10/+12
* [CodeGen] Ignore OpaqueValueExprs that are unique references to theirAkira Hatanaka2018-03-202-0/+2
OpenPOWER on IntegriCloud