summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReaderDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [ODRHash] Improve handling of hash valuesRichard Trieu2017-04-111-1/+5
* Modular Codegen: Support homing debug info for types in modular objectsDavid Blaikie2017-04-111-4/+15
* Modular Codegen: Add/use a bit in serialized function definitions to track wh...David Blaikie2017-04-111-0/+2
* [Serialization] Follow-up to r297972, deserialize name/loc in separate statem...Argyrios Kyrtzidis2017-03-171-4/+6
* [index/AST] Add references for ObjC getter=/setter= property attributes and r...Argyrios Kyrtzidis2017-03-161-2/+4
* Take into account C++17's noexcept function types during merging -- it shouldRichard Smith2017-03-081-2/+16
* [AST/ObjC] Make ObjCCategoryImplDecl consistent with ObjCCategoryDecl and use...Argyrios Kyrtzidis2017-03-071-1/+0
* [PCH] Avoid VarDecl emission attempt if no owning module avaiableBruno Cardoso Lopes2017-03-011-2/+2
* C++ DR1611, 1658, 2180: implement "potentially constructed subobject" rules f...Richard Smith2017-02-251-2/+4
* Represent pass_object_size attrs in ExtParameterInfoGeorge Burgess IV2017-02-241-3/+4
* Part of adding an improved ODR checker.Richard Trieu2017-02-181-0/+2
* Add an explicit derived class of FunctionDecl to model deduction guides ratherRichard Smith2017-02-171-0/+8
* Revert r295421, new ODR checker for modules, to fix build bot.Richard Trieu2017-02-171-2/+0
* Add better ODR checking for modules.Richard Trieu2017-02-171-0/+2
* Revert r295284: Add better ODR checking for modules.Richard Trieu2017-02-161-2/+0
* Add better ODR checking for modules.Richard Trieu2017-02-161-0/+2
* [Modules] Consider enable_if attrs in isSameEntity.George Burgess IV2017-02-151-2/+42
* ASTReader: Refactor common code for writing function definitions, to match th...David Blaikie2017-02-121-17/+15
* [Concepts] Class template associated constraintsHubert Tong2017-02-101-0/+1
* Sink IsExplicitSpecified flag from CXXConstructorDecl and CXXConversionDeclRichard Smith2017-02-101-3/+1
* Revert r293585 "Add better ODR checking for modules."Sam McCall2017-01-311-2/+0
OpenPOWER on IntegriCloud