| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [c++2a] [concepts] Add rudimentary parsing support for template concept decla... | Faisal Vali | 2018-04-25 | 1 | -0/+9 |
* | [Serialization] Fix some Clang-tidy modernize and Include What You Use warnin... | Eugene Zelenko | 2018-04-11 | 1 | -181/+216 |
* | [ObjC++] Never pass structs that transitively contain __weak fields in | Akira Hatanaka | 2018-04-09 | 1 | -2/+3 |
* | Revert "[ObjC++] Never pass structs that transitively contain __weak fields in" | Akira Hatanaka | 2018-04-09 | 1 | -3/+2 |
* | [ObjC++] Never pass structs that transitively contain __weak fields in | Akira Hatanaka | 2018-04-09 | 1 | -2/+3 |
* | DR1672, DR1813, DR1881, DR2120: Implement recent fixes to "standard | Richard Smith | 2018-04-05 | 1 | -2/+6 |
* | [ast] Do not auto-initialize Objective-C for-loop variables in Objective-C++ ... | George Karpenkov | 2018-03-29 | 1 | -0/+1 |
* | [ObjC++] Make parameter passing and function return compatible with ObjC | Akira Hatanaka | 2018-03-28 | 1 | -0/+2 |
* | [clang] Change std::sort to llvm::sort in response to r327219 | Mandeep Singh Grang | 2018-03-27 | 1 | -1/+1 |
* | [Modules] Fix creating fake definition data for lambdas. | Volodymyr Sapsai | 2018-03-21 | 1 | -10/+12 |
* | [ObjC] Allow declaring __weak pointer fields in C structs in ARC. | Akira Hatanaka | 2018-03-19 | 1 | -2/+2 |
* | Serialize the NonTrivialToPrimitive* flags I added in r326307. | Akira Hatanaka | 2018-03-13 | 1 | -0/+3 |
* | Revert "[ObjC] Allow declaring __weak pointer fields in C structs in | Akira Hatanaka | 2018-03-12 | 1 | -1/+2 |
* | [ObjC] Allow declaring __weak pointer fields in C structs in ARC. | Akira Hatanaka | 2018-03-10 | 1 | -2/+1 |
* | Remove redundant casts. NFC | George Burgess IV | 2018-03-01 | 1 | -1/+1 |
* | Add support for attribute 'trivial_abi'. | Akira Hatanaka | 2018-02-05 | 1 | -0/+5 |
* | Implement Attribute Target MultiVersioning | Erich Keane | 2018-01-08 | 1 | -0/+16 |
* | Serialize the IDNS for a UsingShadowDecl rather than recomputing it. | Richard Smith | 2018-01-06 | 1 | -1/+2 |
* | [ODRHash] Support ODR violation detection in functions. | Richard Trieu | 2017-12-23 | 1 | -0/+3 |
* | 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 |
* | 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 |