| Commit message (Expand) | Author | Age | Files | Lines |
* | Started implementing variable templates. Top level declarations should be ful... | Larisse Voufo | 2013-08-06 | 3 | -2/+40 |
* | Implement C++'s restrictions on the type of an expression passed to a vararg | Richard Smith | 2013-08-05 | 1 | -0/+5 |
* | Regression test for PR12699 | Serge Pavlov | 2013-08-05 | 1 | -0/+26 |
* | Sema: Diagnose explicitly bound unresolved member expressions decaying into p... | David Majnemer | 2013-08-01 | 1 | -0/+1 |
* | Handle a difference in lambda return type deduction between C++11 and C++1y: if | Richard Smith | 2013-07-26 | 1 | -1/+4 |
* | Move friend warning into CXX11 warning group. | Eli Friedman | 2013-07-26 | 1 | -1/+1 |
* | Integers which are too large should be an error. | Eli Friedman | 2013-07-23 | 1 | -1/+1 |
* | FIXME fix: improving diagnostics for template arguments deduction of class te... | Larisse Voufo | 2013-07-19 | 3 | -3/+5 |
* | Revert "Use function overloading instead of template specialization for diagn... | Larisse Voufo | 2013-07-19 | 3 | -5/+3 |
* | Use function overloading instead of template specialization for diagnosis of ... | Larisse Voufo | 2013-07-19 | 3 | -3/+5 |
* | Fix crash-on-invalid with inheriting constructor. | Eli Friedman | 2013-07-18 | 1 | -1/+3 |
* | Clean up diagnostics for inheriting constructors. | Eli Friedman | 2013-07-18 | 2 | -14/+12 |
* | Reinstate r186040, with additional fixes and more test coverage (reverted in | Richard Smith | 2013-07-17 | 1 | -0/+17 |
* | Re-revert r86040, which was un-reverted in r186199. | Chandler Carruth | 2013-07-15 | 1 | -17/+0 |
* | Fix to PR12262 - assertion when substituting explicit template arguments | Serge Pavlov | 2013-07-15 | 1 | -0/+177 |
* | Correctly classify pack expansions as NON_CANONICAL_UNLESS_DEPENDENT | David Blaikie | 2013-07-13 | 1 | -0/+4 |
* | Unrevert r186040, reverted in r186185, with fix for PR16597. | Richard Smith | 2013-07-12 | 1 | -0/+17 |
* | Revert r186040 to fix PR16597 while Richard investigates what the best | Chandler Carruth | 2013-07-12 | 1 | -17/+0 |
* | If we friend a declaration twice, that should not make it visible to name | Richard Smith | 2013-07-10 | 1 | -0/+17 |
* | Sema: Do not merge new decls with invalid, old decls | David Majnemer | 2013-07-07 | 1 | -1/+8 |
* | Rename test to match C++1y paragraph number per N3690, and add additional test | Richard Smith | 2013-07-07 | 2 | -3/+13 |
* | Sema: Fix a crash when main is redeclared as a function-template. | David Majnemer | 2013-07-06 | 1 | -0/+9 |
* | Replace void with int to make this a valid C++ file. | Rafael Espindola | 2013-07-04 | 1 | -4/+4 |
* | Allow typo correction to try removing nested name specifiers. | Kaelyn Uhrain | 2013-07-02 | 1 | -2/+2 |
* | More fixes for block mangling. | Eli Friedman | 2013-07-02 | 1 | -1/+1 |
* | Don't skip lambdas when mangling local vars. | Eli Friedman | 2013-07-02 | 1 | -1/+1 |
* | Fix mangling for block literals. | Eli Friedman | 2013-07-01 | 1 | -1/+1 |
* | Reinstate r185229, reverted in r185256, with a tweak: further ignore the | Richard Smith | 2013-06-30 | 1 | -5/+5 |
* | Revert r185229 as it breaks compilation of <windows.h> | Timur Iskhodzhanov | 2013-06-29 | 1 | -5/+5 |
* | PR7927, PR16247: Reimplement handling of matching extern "C" declarations | Richard Smith | 2013-06-28 | 1 | -5/+5 |
* | Implement DR136 | David Majnemer | 2013-06-25 | 1 | -12/+26 |
* | Missing test update from r184884. | Richard Smith | 2013-06-25 | 1 | -1/+1 |
* | Implement DR21 | David Majnemer | 2013-06-25 | 1 | -4/+3 |
* | Fix regression from r184810. | Eli Friedman | 2013-06-25 | 1 | -0/+4 |
* | Fix noexcept for delete expressions. | Eli Friedman | 2013-06-25 | 1 | -1/+4 |
* | Change mangling of objects inside block literals. | Eli Friedman | 2013-06-24 | 1 | -1/+1 |
* | Add the global namespace (the "::" namespace specifier) to the list of | Kaelyn Uhrain | 2013-06-24 | 1 | -2/+2 |
* | DebugInfo: Support (using GNU extensions) for template template parameters an... | David Blaikie | 2013-06-22 | 1 | -1/+1 |
* | Revert r184401 which reverted r183462. | David Majnemer | 2013-06-22 | 1 | -3/+6 |
* | Extend template instantiation bug fix (r184503) with fixit test | Larisse Voufo | 2013-06-21 | 1 | -3/+11 |
* | Add basic fixit test to template instantiation bug fix (r184503) | Larisse Voufo | 2013-06-21 | 1 | -0/+3 |
* | Bug Fix: Template explicit instantiations should not have definitions (FixIts... | Larisse Voufo | 2013-06-21 | 1 | -0/+52 |
* | Add a couple more tests. | Eli Friedman | 2013-06-20 | 2 | -0/+5 |
* | Add a regression test for PR16370 next to the dr7 test case since they | Chandler Carruth | 2013-06-20 | 1 | -0/+12 |
* | Temporarily revert r183462: "Implement DR7" | Chandler Carruth | 2013-06-20 | 1 | -6/+3 |
* | DR14, DR101, and part of DR1: fix handling of extern "C" declarations in | Richard Smith | 2013-06-18 | 2 | -21/+17 |
* | PR14503: Don't assert if a constexpr constructor temploid instantiates to a | Richard Smith | 2013-06-18 | 1 | -0/+20 |
* | Avoid using __SIZE_TYPE__ in a -std=c++98 -pedantic-errors test, because that | Richard Smith | 2013-06-17 | 1 | -1/+1 |
* | C++11: don't warn about the deprecated 'register' keyword if it's combined with | Richard Smith | 2013-06-17 | 1 | -1/+1 |
* | Add tests for C++ DR100-150. | Richard Smith | 2013-06-16 | 1 | -0/+541 |