| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Generalize "static data member instantiated" notification to cover variable t... | Richard Smith | 2017-12-05 | 1 | -3/+20 |
* | Now that C++17 is official (https://www.iso.org/standard/68564.html), start c... | Aaron Ballman | 2017-12-04 | 1 | -1/+1 |
* | PR35456: Track definedness of variable template specializations separately from | Richard Smith | 2017-12-02 | 1 | -0/+1 |
* | Adjust r316292 - remove the anonymous union for sharing a bitfield in Functio... | Faisal Vali | 2017-11-11 | 1 | -2/+1 |
* | PR33746: Store the 'inline'ness of a static data member with the update record | Richard Smith | 2017-11-02 | 1 | -0/+2 |
* | [C++17] Fix PR34970 - tweak overload resolution for class template deduction-... | Faisal Vali | 2017-10-22 | 1 | -0/+2 |
* | Support for destroying operator delete, per C++2a proposal P0722. | Richard Smith | 2017-10-13 | 1 | -2/+8 |
* | Revert r314955: "Remove PendingBody mechanism for function and ObjC method de... | Daniel Jasper | 2017-10-11 | 1 | -73/+33 |
* | PR33924: Merge block-scope anonymous declarations if there are multiple defin... | Richard Smith | 2017-10-05 | 1 | -0/+1 |
* | Remove PendingBody mechanism for function and ObjC method deserialization. | Richard Smith | 2017-10-05 | 1 | -33/+72 |
* | [ODRHash] Add base classes to hashing CXXRecordDecl. | Richard Trieu | 2017-09-30 | 1 | -1/+2 |
* | [modules ts] Ensure that module linkage variables are always emitted and alwa... | Richard Smith | 2017-09-07 | 1 | -10/+10 |
* | [modules ts] Emit global variables in a module interface unit as part of that... | Richard Smith | 2017-09-06 | 1 | -4/+7 |
* | [OPENMP] Fix for PR34445: Reduction initializer segfaults at runtime in | Alexey Bataev | 2017-09-06 | 1 | -1/+3 |
* | [c++2a] P0683R1: Permit default member initializers for bit-fields. | Richard Smith | 2017-08-28 | 1 | -9/+10 |
* | PR19668, PR23034: Fix handling of move constructors and deleted copy | Richard Smith | 2017-08-16 | 1 | -0/+6 |
* | Revert "PR19668, PR23034: Fix handling of move constructors and deleted copy ... | Diana Picus | 2017-08-09 | 1 | -6/+0 |
* | PR19668, PR23034: Fix handling of move constructors and deleted copy | Richard Smith | 2017-08-08 | 1 | -0/+6 |
* | [modules ts] Improve merging of module-private declarations. | Richard Smith | 2017-07-05 | 1 | -0/+2 |
* | Reinstate "Load lazily the template specialization in multi-module setups." | Vassil Vassilev | 2017-06-30 | 1 | -38/+47 |
* | Teach ASTReader how to read only the Preprocessor state from an AST file, not... | Richard Smith | 2017-06-29 | 1 | -16/+21 |
* | [ASTReader] Treat multiple defns of ObjC protocols the same as interfaces. | Graydon Hoare | 2017-06-28 | 1 | -14/+35 |
* | PR33552: Distinguish between declarations that are owned by no module and | Richard Smith | 2017-06-23 | 1 | -15/+13 |
* | PR33002: When we instantiate the definition of a static data member, we might | Richard Smith | 2017-06-22 | 1 | -2/+13 |
* | Revert "Load lazily the template specialization in multi-module setups." | Vassil Vassilev | 2017-06-15 | 1 | -47/+38 |
* | [modules] D29951: Load lazily the template specialization in multi-module set... | Vassil Vassilev | 2017-06-09 | 1 | -38/+47 |
* | [DebugInfo] Add kind of ImplicitParamDecl for emission of FlagObjectPointer. | Alexey Bataev | 2017-06-09 | 1 | -0/+1 |
* | [modules] Further delay calling DeclMustBeEmitted until it's safe. | Vassil Vassilev | 2017-05-19 | 1 | -6/+11 |
* | [modules] Delay calling DeclMustBeEmitted until it's safe. | Vassil Vassilev | 2017-04-12 | 1 | -3/+32 |
* | [ODRHash] Improve handling of hash values | Richard Trieu | 2017-04-11 | 1 | -1/+5 |
* | Modular Codegen: Support homing debug info for types in modular objects | David Blaikie | 2017-04-11 | 1 | -4/+15 |
* | Modular Codegen: Add/use a bit in serialized function definitions to track wh... | David Blaikie | 2017-04-11 | 1 | -0/+2 |
* | [Serialization] Follow-up to r297972, deserialize name/loc in separate statem... | Argyrios Kyrtzidis | 2017-03-17 | 1 | -4/+6 |
* | [index/AST] Add references for ObjC getter=/setter= property attributes and r... | Argyrios Kyrtzidis | 2017-03-16 | 1 | -2/+4 |
* | Take into account C++17's noexcept function types during merging -- it should | Richard Smith | 2017-03-08 | 1 | -2/+16 |
* | [AST/ObjC] Make ObjCCategoryImplDecl consistent with ObjCCategoryDecl and use... | Argyrios Kyrtzidis | 2017-03-07 | 1 | -1/+0 |
* | [PCH] Avoid VarDecl emission attempt if no owning module avaiable | Bruno Cardoso Lopes | 2017-03-01 | 1 | -2/+2 |
* | C++ DR1611, 1658, 2180: implement "potentially constructed subobject" rules f... | Richard Smith | 2017-02-25 | 1 | -2/+4 |
* | Represent pass_object_size attrs in ExtParameterInfo | George Burgess IV | 2017-02-24 | 1 | -3/+4 |
* | Part of adding an improved ODR checker. | Richard Trieu | 2017-02-18 | 1 | -0/+2 |
* | Add an explicit derived class of FunctionDecl to model deduction guides rather | Richard Smith | 2017-02-17 | 1 | -0/+8 |
* | Revert r295421, new ODR checker for modules, to fix build bot. | Richard Trieu | 2017-02-17 | 1 | -2/+0 |
* | Add better ODR checking for modules. | Richard Trieu | 2017-02-17 | 1 | -0/+2 |
* | Revert r295284: Add better ODR checking for modules. | Richard Trieu | 2017-02-16 | 1 | -2/+0 |
* | Add better ODR checking for modules. | Richard Trieu | 2017-02-16 | 1 | -0/+2 |
* | [Modules] Consider enable_if attrs in isSameEntity. | George Burgess IV | 2017-02-15 | 1 | -2/+42 |
* | ASTReader: Refactor common code for writing function definitions, to match th... | David Blaikie | 2017-02-12 | 1 | -17/+15 |
* | [Concepts] Class template associated constraints | Hubert Tong | 2017-02-10 | 1 | -0/+1 |
* | Sink IsExplicitSpecified flag from CXXConstructorDecl and CXXConversionDecl | Richard Smith | 2017-02-10 | 1 | -3/+1 |
* | Revert r293585 "Add better ODR checking for modules." | Sam McCall | 2017-01-31 | 1 | -2/+0 |