summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReaderDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [modules] Emit the type of the TypeSourceInfo for a DeclaratorDecl (butRichard Smith2018-06-291-7/+6
* Revert "Append new attributes to the end of an AttributeList."Michael Kruse2018-06-251-11/+22
* 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-191-1/+1
* Update NRVO logic to support early return (Attempt 2)Taiju Tsuiki2018-06-191-1/+1
* Revert "Update NRVO logic to support early return"Sam McCall2018-05-301-1/+1
* Update NRVO logic to support early returnTaiju Tsuiki2018-05-301-1/+1
* Move helper classes into anonymous namespaces. NFCI.Benjamin Kramer2018-05-151-2/+2
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-21/+21
* [Modules] Handle ObjC/C ODR-like semantics for EnumConstantDeclBruno Cardoso Lopes2018-04-301-4/+20
* [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-261-9/+0
* [c++2a] [concepts] Add rudimentary parsing support for template concept decla...Faisal Vali2018-04-251-0/+9
* [Serialization] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko2018-04-111-181/+216
* [ObjC++] Never pass structs that transitively contain __weak fields inAkira Hatanaka2018-04-091-2/+3
* Revert "[ObjC++] Never pass structs that transitively contain __weak fields in"Akira Hatanaka2018-04-091-3/+2
* [ObjC++] Never pass structs that transitively contain __weak fields inAkira Hatanaka2018-04-091-2/+3
* DR1672, DR1813, DR1881, DR2120: Implement recent fixes to "standardRichard Smith2018-04-051-2/+6
* [ast] Do not auto-initialize Objective-C for-loop variables in Objective-C++ ...George Karpenkov2018-03-291-0/+1
* [ObjC++] Make parameter passing and function return compatible with ObjCAkira Hatanaka2018-03-281-0/+2
* [clang] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-03-271-1/+1
* [Modules] Fix creating fake definition data for lambdas.Volodymyr Sapsai2018-03-211-10/+12
* [ObjC] Allow declaring __weak pointer fields in C structs in ARC.Akira Hatanaka2018-03-191-2/+2
* Serialize the NonTrivialToPrimitive* flags I added in r326307.Akira Hatanaka2018-03-131-0/+3
* Revert "[ObjC] Allow declaring __weak pointer fields in C structs inAkira Hatanaka2018-03-121-1/+2
* [ObjC] Allow declaring __weak pointer fields in C structs in ARC.Akira Hatanaka2018-03-101-2/+1
* Remove redundant casts. NFCGeorge Burgess IV2018-03-011-1/+1
* Add support for attribute 'trivial_abi'.Akira Hatanaka2018-02-051-0/+5
* Implement Attribute Target MultiVersioningErich Keane2018-01-081-0/+16
* Serialize the IDNS for a UsingShadowDecl rather than recomputing it.Richard Smith2018-01-061-1/+2
* [ODRHash] Support ODR violation detection in functions.Richard Trieu2017-12-231-0/+3
* Revert r320230 to fix buildbots.Richard Trieu2017-12-091-3/+0
* [ODRHash] Support ODR violation detection in functions.Richard Trieu2017-12-091-0/+3
* Generalize "static data member instantiated" notification to cover variable t...Richard Smith2017-12-051-3/+20
* Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...Aaron Ballman2017-12-041-1/+1
* PR35456: Track definedness of variable template specializations separately fromRichard Smith2017-12-021-0/+1
* Adjust r316292 - remove the anonymous union for sharing a bitfield in Functio...Faisal Vali2017-11-111-2/+1
* PR33746: Store the 'inline'ness of a static data member with the update recordRichard Smith2017-11-021-0/+2
* [C++17] Fix PR34970 - tweak overload resolution for class template deduction-...Faisal Vali2017-10-221-0/+2
* Support for destroying operator delete, per C++2a proposal P0722.Richard Smith2017-10-131-2/+8
* Revert r314955: "Remove PendingBody mechanism for function and ObjC method de...Daniel Jasper2017-10-111-73/+33
* PR33924: Merge block-scope anonymous declarations if there are multiple defin...Richard Smith2017-10-051-0/+1
* Remove PendingBody mechanism for function and ObjC method deserialization.Richard Smith2017-10-051-33/+72
* [ODRHash] Add base classes to hashing CXXRecordDecl.Richard Trieu2017-09-301-1/+2
* [modules ts] Ensure that module linkage variables are always emitted and alwa...Richard Smith2017-09-071-10/+10
* [modules ts] Emit global variables in a module interface unit as part of that...Richard Smith2017-09-061-4/+7
* [OPENMP] Fix for PR34445: Reduction initializer segfaults at runtime inAlexey Bataev2017-09-061-1/+3
* [c++2a] P0683R1: Permit default member initializers for bit-fields.Richard Smith2017-08-281-9/+10
* PR19668, PR23034: Fix handling of move constructors and deleted copyRichard Smith2017-08-161-0/+6
* Revert "PR19668, PR23034: Fix handling of move constructors and deleted copy ...Diana Picus2017-08-091-6/+0
OpenPOWER on IntegriCloud