| Commit message (Expand) | Author | Age | Files | Lines |
| * | [cxx2a] P0624R2: Lambdas with no capture-default are | Richard Smith | 2018-09-27 | 1 | -0/+18 |
| * | P1008R1 Classes with user-declared constructors are never aggregates in | Richard Smith | 2018-09-26 | 1 | -3/+8 |
| * | [CUDA] Ignore uncallable functions when we check for usual deallocators. | Artem Belevich | 2018-09-21 | 1 | -8/+12 |
| * | Fix assertion failure when emitting code for a merged lambda. | Richard Smith | 2018-08-02 | 1 | -2/+13 |
| * | [AST][3/4] Move the bit-fields from BlockDecl, LinkageSpecDecl and OMPDeclare... | Erich Keane | 2018-08-01 | 1 | -0/+9 |
| * | [AST][2/4] Move the bit-fields from FunctionDecl and CXXConstructorDecl into ... | Erich Keane | 2018-08-01 | 1 | -1/+16 |
| * | [AST][1/4] Move the bit-fields from TagDecl, EnumDecl and RecordDecl into Dec... | Erich Keane | 2018-08-01 | 1 | -4/+4 |
| * | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -78/+78 |
| * | [c++17] If a class inherits virtual functions from a base class, it is | Richard Smith | 2018-06-14 | 1 | -1/+5 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-09 | 1 | -1/+1 |
| * | Non-zero-length bit-fields make a class non-empty. | Richard Smith | 2018-05-07 | 1 | -9/+13 |
| * | [ObjC++] Never pass structs that transitively contain __weak fields in | Akira Hatanaka | 2018-04-09 | 1 | -1/+8 |
| * | Revert "[ObjC++] Never pass structs that transitively contain __weak fields in" | Akira Hatanaka | 2018-04-09 | 1 | -8/+1 |
| * | [ObjC++] Never pass structs that transitively contain __weak fields in | Akira Hatanaka | 2018-04-09 | 1 | -1/+8 |
| * | Fix typos in clang | Alexander Kornienko | 2018-04-06 | 1 | -2/+2 |
| * | DR1672, DR1813, DR1881, DR2120: Implement recent fixes to "standard | Richard Smith | 2018-04-05 | 1 | -42/+176 |
| * | [AST] Fix some Clang-tidy modernize-use-auto warnings; other minor fixes (NFC). | Eugene Zelenko | 2018-04-03 | 1 | -60/+51 |
| * | Add helper to determine if a field is a zero-length bitfield. | Richard Smith | 2018-04-02 | 1 | -4/+1 |
| * | [ObjC++] Make parameter passing and function return compatible with ObjC | Akira Hatanaka | 2018-03-28 | 1 | -1/+11 |
| * | [ObjC] Allow declaring __weak pointer fields in C structs in ARC. | Akira Hatanaka | 2018-03-19 | 1 | -1/+0 |
| * | Revert "[ObjC] Allow declaring __weak pointer fields in C structs in | Akira Hatanaka | 2018-03-12 | 1 | -0/+1 |
| * | [ObjC] Allow declaring __weak pointer fields in C structs in ARC. | Akira Hatanaka | 2018-03-10 | 1 | -1/+0 |
| * | Remove redundant casts. NFC | George Burgess IV | 2018-03-01 | 1 | -3/+4 |
| * | Add support for attribute 'trivial_abi'. | Akira Hatanaka | 2018-02-05 | 1 | -5/+62 |
| * | Serialize the IDNS for a UsingShadowDecl rather than recomputing it. | Richard Smith | 2018-01-06 | 1 | -2/+2 |
| * | Refactor overridden methods iteration to avoid double lookups. | Benjamin Kramer | 2017-12-17 | 1 | -3/+1 |
| * | Now that C++17 is official (https://www.iso.org/standard/68564.html), start c... | Aaron Ballman | 2017-12-04 | 1 | -1/+1 |
| * | [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ... | Eugene Zelenko | 2017-11-14 | 1 | -46/+62 |
| * | Support for destroying operator delete, per C++2a proposal P0722. | Richard Smith | 2017-10-13 | 1 | -2/+11 |
| * | [Modules TS] Module ownership semantics for redeclarations. | Richard Smith | 2017-10-10 | 1 | -1/+1 |
| * | Revert "[Modules TS] Module ownership semantics for redeclarations." | Eric Liu | 2017-10-10 | 1 | -1/+1 |
| * | [Modules TS] Module ownership semantics for redeclarations. | Richard Smith | 2017-10-09 | 1 | -1/+1 |
| * | [Sema] Correct IUnknown to support Unknwnbase.h Header. | Erich Keane | 2017-09-29 | 1 | -3/+15 |
| * | Allow IUnknown/IInterface types to come from extern C++ | Erich Keane | 2017-09-26 | 1 | -1/+2 |
| * | Fix the __interface inheritence rules to work better with IUnknown and IDispatch | Erich Keane | 2017-09-15 | 1 | -0/+47 |
| * | PR19668, PR23034: Fix handling of move constructors and deleted copy | Richard Smith | 2017-08-16 | 1 | -4/+30 |
| * | PR34163: Don't cache an incorrect key function for a class if queried between | Richard Smith | 2017-08-12 | 1 | -2/+3 |
| * | Revert "PR19668, PR23034: Fix handling of move constructors and deleted copy ... | Diana Picus | 2017-08-09 | 1 | -30/+4 |
| * | PR19668, PR23034: Fix handling of move constructors and deleted copy | Richard Smith | 2017-08-08 | 1 | -4/+30 |
| * | [Sema] Mark a virtual CXXMethodDecl as used if a call to it can be | Akira Hatanaka | 2017-07-13 | 1 | -0/+78 |
| * | Fix PR 33189: Clang assertion on template destructor declaration | Hubert Tong | 2017-06-30 | 1 | -4/+1 |
| * | Fix an assertion failure (PR33020). | Alexander Kornienko | 2017-05-12 | 1 | -2/+3 |
| * | [modules] Properly look up the owning module for an instantiation of a merged... | Richard Smith | 2017-04-21 | 1 | -3/+10 |
| * | Revert r300653 and r300650. The underlying commit fixes one issue with | Chandler Carruth | 2017-04-19 | 1 | -10/+3 |
| * | [modules] Properly look up the owning module for an instantiation of a merged... | Richard Smith | 2017-04-19 | 1 | -3/+10 |
| * | [ODRHash] Improve handling of hash values | Richard Trieu | 2017-04-11 | 1 | -7/+15 |
| * | [Objective-C] C++ Classes with __weak Members non-POD Types when using -fobjc... | Brian Kelley | 2017-03-29 | 1 | -3/+3 |
| * | C++ DR1611, 1658, 2180: implement "potentially constructed subobject" rules f... | Richard Smith | 2017-02-25 | 1 | -15/+23 |
| * | Add more ODR checking. | Richard Trieu | 2017-02-22 | 1 | -1/+10 |
| * | Part of adding an improved ODR checker. | Richard Trieu | 2017-02-18 | 1 | -2/+4 |