| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Add an explicit derived class of FunctionDecl to model deduction guides rather | Richard Smith | 2017-02-17 | 1 | -0/+17 |
| * | Revert r295421, new ODR checker for modules, to fix build bot. | Richard Trieu | 2017-02-17 | 1 | -13/+2 |
| * | Add better ODR checking for modules. | Richard Trieu | 2017-02-17 | 1 | -2/+13 |
| * | Revert r295284: Add better ODR checking for modules. | Richard Trieu | 2017-02-16 | 1 | -13/+2 |
| * | Add better ODR checking for modules. | Richard Trieu | 2017-02-16 | 1 | -2/+13 |
| * | Revert r293585 "Add better ODR checking for modules." | Sam McCall | 2017-01-31 | 1 | -13/+2 |
| * | Add better ODR checking for modules. | Richard Trieu | 2017-01-31 | 1 | -2/+13 |
| * | Fix defaulted-functions-in-C++98 extension to give the functions the same | Richard Smith | 2016-12-21 | 1 | -8/+3 |
| * | [c++1z] P0195R2: Support pack-expansion of using-declarations. | Richard Smith | 2016-12-20 | 1 | -6/+30 |
| * | Revert "[c++1z] P0195R2: Support pack-expansion of using-declarations." | Daniel Jasper | 2016-12-19 | 1 | -30/+6 |
| * | [c++1z] P0195R2: Support pack-expansion of using-declarations. | Richard Smith | 2016-12-19 | 1 | -6/+30 |
| * | Remove custom handling of array copies in lambda by-value array capture and | Richard Smith | 2016-12-14 | 1 | -32/+4 |
| * | [Sema] Don't perform aggregate initialization for types with explicit constru... | Eric Fiselier | 2016-12-03 | 1 | -15/+16 |
| * | Fix implementation of the likely resolution of core issue 253 to support class | Richard Smith | 2016-10-28 | 1 | -1/+1 |
| * | Retire llvm::alignOf in favor of C++11 alignof. | Benjamin Kramer | 2016-10-20 | 1 | -1/+1 |
| * | Re-commit r283722, reverted in r283750, with a fix for a CUDA-specific use of | Richard Smith | 2016-10-10 | 1 | -4/+22 |
| * | Revert "P0035R4: Semantic analysis and code generation for C++17 overaligned ... | Daniel Jasper | 2016-10-10 | 1 | -22/+4 |
| * | P0035R4: Semantic analysis and code generation for C++17 overaligned | Richard Smith | 2016-10-10 | 1 | -4/+22 |
| * | P0035R4: add std::align_val_t overloads of operator new/delete in C++17 mode. | Richard Smith | 2016-09-29 | 1 | -1/+1 |
| * | Lazily load the ContextDecl for a lambda's DefinitionData, to fix a | Richard Smith | 2016-08-25 | 1 | -0/+6 |
| * | PR28978: If we need overload resolution for the move constructor of an | Richard Smith | 2016-08-16 | 1 | -0/+11 |
| * | Explicitly generate a reference variable to hold the initializer for a | Richard Smith | 2016-08-14 | 1 | -0/+13 |
| * | P0217R3: serialization/deserialization support for c++17 decomposition declar... | Richard Smith | 2016-08-12 | 1 | -2/+3 |
| * | Remove unused and undesirable reference from BindingDecl to DecompositionDecl. | Richard Smith | 2016-08-12 | 1 | -3/+2 |
| * | P0217R3: Constant expression evaluation for decomposition declarations. | Richard Smith | 2016-08-12 | 1 | -2/+3 |
| * | P0217R3: Perform semantic checks and initialization for the bindings in a | Richard Smith | 2016-08-11 | 1 | -0/+12 |
| * | P0217R3: Parsing support and framework for AST representation of C++1z | Richard Smith | 2016-07-22 | 1 | -0/+38 |
| * | [ASTMatchers] New forEachOverriden matcher. | Clement Courbet | 2016-07-05 | 1 | -0/+7 |