summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization
Commit message (Expand)AuthorAgeFilesLines
* 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
* [ObjC] Allow declaring __weak pointer fields in C structs in ARC.Akira Hatanaka2018-03-193-3/+5
* Adding nocf_check attribute for cf-protection fine tuningOren Ben Simhon2018-03-172-4/+8
* Serialize the NonTrivialToPrimitive* flags I added in r326307.Akira Hatanaka2018-03-132-0/+14
* Revert "[ObjC] Allow declaring __weak pointer fields in C structs inAkira Hatanaka2018-03-123-3/+3
* [ObjC] Allow declaring __weak pointer fields in C structs in ARC.Akira Hatanaka2018-03-103-3/+3
* [NFC] Move CommentOpts checks to the call sites that depend on it. (Re-applyi...David L. Jones2018-03-021-2/+1
* Revert r326501 due to buildbot breakage.David L. Jones2018-03-011-1/+2
* [NFC] Move CommentOpts checks to the call sites that depend on it.David L. Jones2018-03-011-2/+1
* Remove redundant casts. NFCGeorge Burgess IV2018-03-011-1/+1
* Re-land: "[Support] Replace HashString with djbHash."Jonas Devlieghere2018-02-264-77/+78
* Revert "[Support] Replace HashString with djbHash."Jonas Devlieghere2018-02-264-78/+77
* [Support] Replace HashString with djbHash.Jonas Devlieghere2018-02-264-77/+78
* [modules] Fix incorrect diagnostic mapping computation when a module changesRichard Smith2018-02-092-2/+8
* Add support for attribute 'trivial_abi'.Akira Hatanaka2018-02-053-0/+9
OpenPOWER on IntegriCloud