| Commit message (Expand) | Author | Age | Files | Lines |
* | Try contextually converting condition of constexpr if to Boolean value | Ismail Pazarbasi | 2016-09-07 | 1 | -0/+5 |
* | Fix clang's handling of the copy performed in the second phase of class | Richard Smith | 2016-09-07 | 3 | -7/+7 |
* | Fix all tests under test/CXX (and test/Analysis) to pass if clang's default | Richard Smith | 2016-08-31 | 10 | -56/+240 |
* | DR259: Demote the pedantic error for an explicit instantiation after an | Richard Smith | 2016-08-31 | 3 | -29/+23 |
* | Don't diagnoes a mismatch between implicit and explicit exception | Richard Smith | 2016-08-31 | 2 | -3/+18 |
* | 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 |
* | [C++1z] Fix crash when decomposing structs with anonymous members. | Benjamin Kramer | 2016-08-12 | 1 | -0/+19 |
* | P0217R3: Constant expression evaluation for decomposition declarations. | Richard Smith | 2016-08-12 | 3 | -3/+41 |
* | P0217R3: Perform semantic checks and initialization for the bindings in a | Richard Smith | 2016-08-11 | 3 | -0/+398 |
* | Push alias-declarations and alias-template declarations into scope even if | Richard Smith | 2016-07-15 | 3 | -5/+5 |
* | [Sema] Fix a bug where pack expansion was not expanded in type alias | Erik Pilkington | 2016-07-05 | 1 | -0/+32 |
* | [Sema] Implement C++14's DR1579: Prefer returning by converting move constructor | Erik Pilkington | 2016-06-30 | 1 | -0/+56 |
* | Mark inheriting constructors as deleted if the corresponding defaulted default | Richard Smith | 2016-06-29 | 2 | -15/+15 |
* | [Sema] Disallow ambigious base classes in template argument deduction | Erik Pilkington | 2016-06-28 | 1 | -0/+13 |
* | P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: | Richard Smith | 2016-06-28 | 18 | -136/+744 |
* | Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives a | Richard Smith | 2016-06-25 | 8 | -6/+92 |
* | Using for attributes voted into C++17. | Richard Smith | 2016-06-24 | 1 | -0/+16 |
* | Implement p0292r2 (constexpr if), a likely C++1z feature. | Richard Smith | 2016-06-23 | 2 | -0/+184 |
* | Add test for DR1359. | Richard Smith | 2016-06-13 | 1 | -0/+16 |
* | Fix recognition of shadowed template parameter | Serge Pavlov | 2016-06-10 | 1 | -5/+16 |
* | Warn when a reference is bound to an empty l-value (dereferenced null pointer). | Nick Lewycky | 2016-05-14 | 1 | -2/+2 |
* | Add support for derived class special members hiding functions brought in from | Richard Smith | 2016-05-13 | 1 | -0/+32 |
* | Add forgotten test from r268594. | Richard Smith | 2016-05-05 | 1 | -0/+4 |
* | Add a FixItHint for the new diagnostic for a non-class-scope using-declaratio... | Richard Smith | 2016-05-05 | 1 | -0/+27 |
* | Fix implementation of C++'s restrictions on using-declarations referring to e... | Richard Smith | 2016-05-05 | 4 | -50/+85 |
* | [Parser] Clear the TemplateParamScope bit of the current scope's flag | Akira Hatanaka | 2016-04-29 | 2 | -1/+5 |
* | When deducing template parameters from base classes of an argument type, don't | Richard Smith | 2016-04-25 | 1 | -0/+14 |
* | Revert the bool portion of r267054 | Richard Trieu | 2016-04-22 | 1 | -2/+2 |
* | Split interesting warnings off from -Wfloat-conversion | Richard Trieu | 2016-04-21 | 1 | -2/+2 |
* | [Clang] Remove unwanted --check-prefix=CHECK from unit tests. NFC. | Mandeep Singh Grang | 2016-04-20 | 1 | -1/+1 |
* | Warn if function or variable cannot be implicitly instantiated | Serge Pavlov | 2016-04-19 | 1 | -0/+1 |
* | Lit C++11 Compatibility Patch #8 | Charles Li | 2016-04-14 | 8 | -41/+247 |
* | Lit C++11 Compatibility Patch #7 | Charles Li | 2016-04-13 | 5 | -49/+272 |
* | [Concepts] Implement subsection [dcl.spec.concept]p7 of the Concepts TS | Nathan Wilson | 2016-04-09 | 1 | -0/+18 |
* | Diagnose template alias declarations in local classes. | Richard Smith | 2016-04-06 | 1 | -1/+3 |
* | Paper over the Windows-only enum initialization test failure until the bug is... | Reid Kleckner | 2016-03-28 | 1 | -1/+2 |
* | P0138R2: Allow direct-list-initialization of an enumeration from an integral | Richard Smith | 2016-03-28 | 1 | -0/+127 |
* | Make SemaAccess smarter about determining when a dependent class might | Richard Smith | 2016-03-23 | 1 | -3/+16 |
* | [Cxx1z] Implement Lambda Capture of *this by Value as [=,*this] (P0018R3) | Faisal Vali | 2016-03-21 | 1 | -0/+22 |
* | P0184R0: Allow types of 'begin' and 'end' expressions in range-based for loop... | Richard Smith | 2016-03-20 | 1 | -4/+11 |
* | Implement support for [[maybe_unused]] in C++1z that is based off existing su... | Aaron Ballman | 2016-03-09 | 4 | -0/+56 |
* | Readd testcase accidentally removed in r262888. | Richard Smith | 2016-03-09 | 1 | -0/+2 |
* | P0017R1: In C++1z, an aggregate class can have (public non-virtual) base clas... | Richard Smith | 2016-03-08 | 2 | -81/+124 |
* | Silence duplicate diagnostics because parsing of a standards-based attribute ... | Aaron Ballman | 2016-03-08 | 1 | -0/+8 |
* | Move [[nodiscard]] tests into test/CXX tree. | Richard Smith | 2016-03-08 | 2 | -0/+46 |
* | Add accidentally forgotten testcase from r262881. | Richard Smith | 2016-03-08 | 1 | -0/+70 |
* | [modules] Prefer more complete array types. | Vassil Vassilev | 2016-02-28 | 1 | -0/+4 |
* | Implement the likely resolution of core issue 253. | Nico Weber | 2016-02-19 | 3 | -5/+6 |
* | Improve diagnostics for ill-formed literal operator declarations. | Richard Smith | 2016-02-17 | 2 | -7/+7 |