| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [ObjC] Allow declaring __weak pointer fields in C structs in ARC. | Akira Hatanaka | 2018-03-19 | 1 | -0/+2 |
* | Serialize the NonTrivialToPrimitive* flags I added in r326307. | Akira Hatanaka | 2018-03-13 | 1 | -0/+11 |
* | Revert "[ObjC] Allow declaring __weak pointer fields in C structs in | Akira Hatanaka | 2018-03-12 | 1 | -2/+0 |
* | [ObjC] Allow declaring __weak pointer fields in C structs in ARC. | Akira Hatanaka | 2018-03-10 | 1 | -0/+2 |
* | Add support for attribute 'trivial_abi'. | Akira Hatanaka | 2018-02-05 | 1 | -0/+2 |
* | Implement Attribute Target MultiVersioning | Erich Keane | 2018-01-08 | 1 | -0/+2 |
* | Serialize the IDNS for a UsingShadowDecl rather than recomputing it. | Richard Smith | 2018-01-06 | 1 | -0/+1 |
* | [ODRHash] Support ODR violation detection in functions. | Richard Trieu | 2017-12-23 | 1 | -0/+3 |
* | Refactor overridden methods iteration to avoid double lookups. | Benjamin Kramer | 2017-12-17 | 1 | -4/+2 |
* | Revert r320230 to fix buildbots. | Richard Trieu | 2017-12-09 | 1 | -3/+0 |
* | [ODRHash] Support ODR violation detection in functions. | Richard Trieu | 2017-12-09 | 1 | -0/+3 |
* | 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 | -1/+1 |
* | Modular Codegen: Don't home always_inline functions | David Blaikie | 2017-11-02 | 1 | -3/+5 |
* | Modular Codegen: Don't home/modularize static functions in headers | David Blaikie | 2017-11-02 | 1 | -9/+16 |
* | [C++17] Fix PR34970 - tweak overload resolution for class template deduction-... | Faisal Vali | 2017-10-22 | 1 | -0/+1 |
* | Support for destroying operator delete, per C++2a proposal P0722. | Richard Smith | 2017-10-13 | 1 | -0/+2 |
* | [modules ts] Emit global variables in a module interface unit as part of that... | Richard Smith | 2017-09-06 | 1 | -0/+19 |
* | [OPENMP] Fix for PR34445: Reduction initializer segfaults at runtime in | Alexey Bataev | 2017-09-06 | 1 | -0/+1 |
* | [c++2a] P0683R1: Permit default member initializers for bit-fields. | Richard Smith | 2017-08-28 | 1 | -13/+13 |
* | [modules ts] Do not emit strong function definitions from the module interfac... | Richard Smith | 2017-07-06 | 1 | -2/+12 |
* | [DebugInfo] Add kind of ImplicitParamDecl for emission of FlagObjectPointer. | Alexey Bataev | 2017-06-09 | 1 | -0/+5 |
* | [modules] Switch from inferring owning modules based on source location to | Richard Smith | 2017-05-18 | 1 | -1/+1 |
* | Modular Codegen: Separate flags for function and debug info support | David Blaikie | 2017-04-12 | 1 | -3/+3 |
* | Modular Codegen: Add/use a bit in serialized function definitions to track wh... | David Blaikie | 2017-04-11 | 1 | -6/+8 |
* | [index/AST] Add references for ObjC getter=/setter= property attributes and r... | Argyrios Kyrtzidis | 2017-03-16 | 1 | -0/+2 |
* | [AST/ObjC] Make ObjCCategoryImplDecl consistent with ObjCCategoryDecl and use... | Argyrios Kyrtzidis | 2017-03-07 | 1 | -1/+0 |
* | Add an explicit derived class of FunctionDecl to model deduction guides rather | Richard Smith | 2017-02-17 | 1 | -0/+6 |
* | Sink IsExplicitSpecified flag from CXXConstructorDecl and CXXConversionDecl | Richard Smith | 2017-02-10 | 1 | -3/+2 |
* | Prototype of modules codegen | David Blaikie | 2017-01-30 | 1 | -3/+6 |
* | [modules] When reading / writing a typedef that is a name for linkage for | Richard Smith | 2017-01-26 | 1 | -0/+1 |
* | Serialize the UsesSEH bit on FunctionDecl | Reid Kleckner | 2017-01-10 | 1 | -0/+2 |
* | Fix for LLVM Bitcode API change (to use std::shared_ptr) | David Blaikie | 2017-01-04 | 1 | -29/+29 |
* | [c++1z] P0195R2: Support pack-expansion of using-declarations. | Richard Smith | 2016-12-20 | 1 | -0/+12 |
* | Revert "[c++1z] P0195R2: Support pack-expansion of using-declarations." | Daniel Jasper | 2016-12-19 | 1 | -12/+0 |
* | [c++1z] P0195R2: Support pack-expansion of using-declarations. | Richard Smith | 2016-12-19 | 1 | -0/+12 |
* | Reinstate r284008 reverted in r284081, with two fixes: | Richard Smith | 2016-10-14 | 1 | -0/+4 |
* | Revert r284008. This is us to fail to instantiate static data members in some | Richard Smith | 2016-10-12 | 1 | -4/+0 |
* | Reinstate r283887 and r283882. | Vassil Vassilev | 2016-10-12 | 1 | -0/+4 |
* | Revert r283887 and r283882, until the issue is understood and fixed. | Vassil Vassilev | 2016-10-11 | 1 | -4/+0 |
* | [modules] PR28752: Do not instantiate variable declarations which are not vis... | Vassil Vassilev | 2016-10-11 | 1 | -0/+4 |
* | [modules] Allow VarDecls with initializers to use special var abbrev. | Vassil Vassilev | 2016-10-06 | 1 | -10/+8 |
* | C++ Modules TS: Add parsing and some semantic analysis support for | Richard Smith | 2016-09-08 | 1 | -0/+7 |
* | P0217R3: serialization/deserialization support for c++17 decomposition declar... | Richard Smith | 2016-08-12 | 1 | -2/+19 |
* | [modules] Don't emit initializers for VarDecls within a module eagerly whenever | Richard Smith | 2016-07-20 | 1 | -5/+5 |
* | [NFC] Header cleanup | Mehdi Amini | 2016-07-18 | 1 | -2/+1 |
* | Revert r275481, r275490. This broke modules bootstrap. | Richard Smith | 2016-07-15 | 1 | -1/+1 |
* | [AST] Keep track of the left brace source location of a tag decl. | Argyrios Kyrtzidis | 2016-07-15 | 1 | -1/+3 |
* | [modules] Don't pass interesting decls to the consumer for a module file that's | Richard Smith | 2016-07-14 | 1 | -1/+1 |
* | P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: | Richard Smith | 2016-06-28 | 1 | -2/+21 |