| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [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 |
* | Add better ODR checking for modules. | Richard Trieu | 2017-01-31 | 1 | -0/+2 |
* | [modules] When reading / writing a typedef that is a name for linkage for | Richard Smith | 2017-01-26 | 1 | -0/+5 |
* | Switch TableGen to emit calls to ASTRecordReader for AttrPCHRead. | David L. Jones | 2017-01-24 | 1 | -6/+5 |
* | Serialize the UsesSEH bit on FunctionDecl | Reid Kleckner | 2017-01-10 | 1 | -0/+1 |
* | Rename several methods on ASTRecordReader to follow LLVM style (lowerCamelCase). | David L. Jones | 2016-12-21 | 1 | -65/+65 |
* | Store the "current position" index within the ASTRecordReader. | David L. Jones | 2016-12-21 | 1 | -334/+326 |
* | [c++1z] P0195R2: Support pack-expansion of using-declarations. | Richard Smith | 2016-12-20 | 1 | -0/+15 |
* | Revert "[c++1z] P0195R2: Support pack-expansion of using-declarations." | Daniel Jasper | 2016-12-19 | 1 | -15/+0 |
* | [c++1z] P0195R2: Support pack-expansion of using-declarations. | Richard Smith | 2016-12-19 | 1 | -0/+15 |
* | Add a class ASTRecordReader which wraps an ASTReader, a RecordData, and Modul... | David L. Jones | 2016-12-15 | 1 | -349/+332 |
* | [modules] Fix assert if multiple update records provide a definition for a | Richard Smith | 2016-10-26 | 1 | -1/+4 |
* | Reinstate r284008 reverted in r284081, with two fixes: | Richard Smith | 2016-10-14 | 1 | -0/+24 |
* | Revert r284008. This is us to fail to instantiate static data members in some | Richard Smith | 2016-10-12 | 1 | -24/+0 |
* | Reinstate r283887 and r283882. | Vassil Vassilev | 2016-10-12 | 1 | -0/+24 |
* | Revert r283887 and r283882, until the issue is understood and fixed. | Vassil Vassilev | 2016-10-11 | 1 | -29/+0 |
* | [modules] PR28752: Do not instantiate variable declarations which are not vis... | Vassil Vassilev | 2016-10-11 | 1 | -0/+29 |
* | Allocate after the early exit checks. NFC. | Vassil Vassilev | 2016-10-06 | 1 | -2/+2 |
* | [modules] Allow VarDecls with initializers to use special var abbrev. | Vassil Vassilev | 2016-10-06 | 1 | -1/+1 |
* | Remove excessive padding from RedeclarableResult | Alexander Shaposhnikov | 2016-09-24 | 1 | -7/+8 |
* | Remove excessive padding from ObjCCategoriesVisitor | Alexander Shaposhnikov | 2016-09-24 | 1 | -8/+8 |
* | Fix interaction between serialization and c++1z feature. | Richard Trieu | 2016-09-13 | 1 | -1/+1 |
* | [modules] When we merge two definitions of a function, mark the retained | Richard Smith | 2016-09-12 | 1 | -23/+2 |
* | Modules: for ObjectiveC try to keep the definition invariant. | Manman Ren | 2016-09-09 | 1 | -36/+59 |
* | C++ Modules TS: Add parsing and some semantic analysis support for | Richard Smith | 2016-09-08 | 1 | -0/+9 |
* | PR29166: when merging declarations with typedef names for linkage purposes, | Richard Smith | 2016-08-30 | 1 | -1/+1 |
* | Lazily load the ContextDecl for a lambda's DefinitionData, to fix a | Richard Smith | 2016-08-25 | 1 | -1/+1 |
* | PR29097: add an update record when we instantiate the default member | Richard Smith | 2016-08-24 | 1 | -0/+17 |
* | Module: add -fprebuilt-module-path to support loading prebuilt modules. | Manman Ren | 2016-08-18 | 1 | -3/+2 |
* | P0217R3: serialization/deserialization support for c++17 decomposition declar... | Richard Smith | 2016-08-12 | 1 | -0/+20 |