| Commit message (Expand) | Author | Age | Files | Lines |
| * | When diagnosing the lack of a viable conversion function, also list | Richard Smith | 2020-01-09 | 1 | -1/+1 |
| * | When diagnosing an ambiguity, only note the candidates that contribute | Richard Smith | 2019-10-24 | 3 | -8/+8 |
| * | [SemaDeclCXX] Allow inheriting constructor declaration to specify a cv-qualif... | Tan S. B. | 2019-08-17 | 1 | -0/+1 |
| * | PR24164, PR39336: init-captures are not distinct full-expressions. | Richard Smith | 2018-10-19 | 1 | -1/+51 |
| * | Add basic test that we perform lifetime extension in the expected | Richard Smith | 2018-10-19 | 1 | -0/+190 |
| * | [cxx2a] P0641R2: (Some) type mismatches on defaulted functions only | Richard Smith | 2018-09-28 | 4 | -4/+4 |
| * | Fold -Wreturn-stack-address into general initialization lifetime | Richard Smith | 2018-07-23 | 2 | -5/+4 |
| * | Restructure checking for, and warning on, lifetime extension. | Richard Smith | 2018-07-17 | 3 | -4/+17 |
| * | Temporarily revert r337226 "Restructure checking for, and warning on, lifetim... | Florian Hahn | 2018-07-17 | 3 | -17/+4 |
| * | Restructure checking for, and warning on, lifetime extension. | Richard Smith | 2018-07-17 | 3 | -4/+17 |
| * | [Sema] Use %sub to cleanup overload diagnostics | Eric Fiselier | 2018-05-30 | 1 | -2/+2 |
| * | Fix typos in clang | Alexander Kornienko | 2018-04-06 | 1 | -1/+1 |
| * | Fix tracking of whether a destructor would be deleted. | Richard Smith | 2017-09-22 | 1 | -0/+21 |
| * | [Sema] Improve the error diagnostic for dot destructor calls on pointer objects | Alex Lorenz | 2017-01-20 | 1 | -1/+1 |
| * | PR31606: Generalize our tentative DR resolution for inheriting copy/move | Richard Smith | 2017-01-13 | 3 | -10/+10 |
| * | Cleanup the handling of noinline function attributes, -fno-inline, | Chandler Carruth | 2016-12-23 | 1 | -1/+1 |
| * | Remove custom handling of array copies in lambda by-value array capture and | Richard Smith | 2016-12-14 | 1 | -1/+1 |
| * | When diagnosing that a defaulted function is ill-formed because it would be | Richard Smith | 2016-10-31 | 2 | -2/+2 |
| * | Fix handling of constructor inherited through multiple levels of virtual base... | Richard Smith | 2016-10-28 | 1 | -0/+7 |
| * | Re-commit r283722, reverted in r283750, with a fix for a CUDA-specific use of | Richard Smith | 2016-10-10 | 1 | -3/+16 |
| * | Revert "P0035R4: Semantic analysis and code generation for C++17 overaligned ... | Daniel Jasper | 2016-10-10 | 1 | -16/+3 |
| * | P0035R4: Semantic analysis and code generation for C++17 overaligned | Richard Smith | 2016-10-10 | 1 | -3/+16 |
| * | Fix all tests under test/CXX (and test/Analysis) to pass if clang's default | Richard Smith | 2016-08-31 | 1 | -3/+15 |
| * | Fix mishandling of deletedness for assignment operators of classes with | Richard Smith | 2016-08-31 | 1 | -1/+2 |
| * | PR28978: If we need overload resolution for the move constructor of an | Richard Smith | 2016-08-16 | 1 | -0/+12 |
| * | Mark inheriting constructors as deleted if the corresponding defaulted default | Richard Smith | 2016-06-29 | 1 | -12/+12 |
| * | P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: | Richard Smith | 2016-06-28 | 8 | -114/+300 |
| * | [Clang] Remove unwanted --check-prefix=CHECK from unit tests. NFC. | Mandeep Singh Grang | 2016-04-20 | 1 | -1/+1 |
| * | Unify warnings/errors from "maybe you meant" to "did you mean". | Eric Christopher | 2015-04-02 | 1 | -2/+2 |
| * | Update Clang tests to handle explicitly typed load changes in LLVM. | David Blaikie | 2015-02-27 | 1 | -2/+2 |
| * | Remove trailing whitespace to make test compatible with typeless pointer migr... | David Blaikie | 2015-02-15 | 1 | -1/+1 |
| * | Implement the remaining portion of DR1467 from r227022. I may have overlooked... | Larisse Voufo | 2015-01-27 | 1 | -1/+1 |
| * | Don't let virtual calls and dynamic casts call Sema::MarkVTableUsed(). | Nico Weber | 2015-01-26 | 1 | -0/+7 |
| * | Emit DeferredDeclsToEmit in a DFS order. | Rafael Espindola | 2015-01-22 | 1 | -5/+5 |
| * | PR6037 | Nathan Sidwell | 2015-01-19 | 1 | -1/+1 |
| * | Replace "can not" with "cannot" in diagnostics messages. | Ismail Pazarbasi | 2014-03-07 | 1 | -3/+3 |
| * | [Win32 ABI] Defer operator delete checks until vtable is marked used | Hans Wennborg | 2014-02-24 | 1 | -19/+0 |
| * | When a special member is explicitly defaulted outside its class, and we reject | Richard Smith | 2014-01-22 | 2 | -16/+22 |
| * | When formatting a C++-only declaration name, enable C++ mode in the formatter's | Richard Smith | 2014-01-22 | 1 | -1/+1 |
| * | Remove the -cxx-abi command-line flag. | Hans Wennborg | 2014-01-14 | 3 | -6/+6 |
| * | Update tests in preparation for using the MS ABI for Win32 targets | Hans Wennborg | 2014-01-13 | 3 | -5/+31 |
| * | Implemented delayed processing of 'unavailable' checking, just like with 'dep... | Ted Kremenek | 2013-12-18 | 3 | -4/+4 |
| * | Revert "Don't require -re suffix on -verify directives with regexes." | Alp Toker | 2013-12-14 | 1 | -5/+5 |
| * | Don't require -re suffix on -verify directives with regexes. | Hans Wennborg | 2013-12-14 | 1 | -5/+5 |
| * | Change semantics of regex expectations in the diagnostic verifier | Hans Wennborg | 2013-12-11 | 1 | -5/+5 |
| * | Implement DR1460: fix handling of default initializers in unions; don't allow | Richard Smith | 2013-12-10 | 1 | -9/+6 |
| * | Unify lookup from within not-yet-defined defaulted special members: use common | Richard Smith | 2013-11-27 | 3 | -2/+51 |
| * | Take cv-qualifiers on fields of class type into account when determining | Richard Smith | 2013-11-25 | 3 | -1/+44 |
| * | Issue a diagnostic if an implicitly-defined move assignment operator would move | Richard Smith | 2013-11-04 | 2 | -1/+56 |
| * | Implement final resolution of DR1402: implicitly-declared move operators that | Richard Smith | 2013-11-04 | 3 | -47/+68 |