summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReaderDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* PR19668, PR23034: Fix handling of move constructors and deleted copyRichard Smith2017-08-081-0/+6
* [modules ts] Improve merging of module-private declarations.Richard Smith2017-07-051-0/+2
* Reinstate "Load lazily the template specialization in multi-module setups."Vassil Vassilev2017-06-301-38/+47
* Teach ASTReader how to read only the Preprocessor state from an AST file, not...Richard Smith2017-06-291-16/+21
* [ASTReader] Treat multiple defns of ObjC protocols the same as interfaces.Graydon Hoare2017-06-281-14/+35
* PR33552: Distinguish between declarations that are owned by no module andRichard Smith2017-06-231-15/+13
* PR33002: When we instantiate the definition of a static data member, we mightRichard Smith2017-06-221-2/+13
* Revert "Load lazily the template specialization in multi-module setups."Vassil Vassilev2017-06-151-47/+38
* [modules] D29951: Load lazily the template specialization in multi-module set...Vassil Vassilev2017-06-091-38/+47
* [DebugInfo] Add kind of ImplicitParamDecl for emission of FlagObjectPointer.Alexey Bataev2017-06-091-0/+1
* [modules] Further delay calling DeclMustBeEmitted until it's safe.Vassil Vassilev2017-05-191-6/+11
* [modules] Delay calling DeclMustBeEmitted until it's safe.Vassil Vassilev2017-04-121-3/+32
OpenPOWER on IntegriCloud