Age | Commit message (Expand) | Author |
2013-04-12 | Parsing support for thread_local and _Thread_local. We give them the same | Richard Smith |
2013-01-29 | Move -Wstatic-float-init fixit into a note & don't recover as if constexpr | David Blaikie |
2013-01-25 | Sync 'in class initialization of static const double' extension up with GCC, | Richard Smith |
2012-12-08 | Properly compute triviality for explicitly-defaulted or deleted special members. | Richard Smith |
2012-12-08 | Implement C++03 [dcl.init]p5's checking for value-initialization of references | Richard Smith |
2012-10-19 | Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost... | Andy Gibbs |
2012-09-21 | PR13890: Warn on abstract final classes. | David Blaikie |
2012-07-30 | Update source location in test. | Benjamin Kramer |
2012-05-15 | Don't use the implicit int rule for error recovery in C++. Instead, try to | Richard Smith |
2012-05-15 | Fold the six functions checking explicitly-defaulted special member functions | Richard Smith |
2012-05-02 | Disable our non-standard delayed parsing of exception specifications. Delaying | Richard Smith |
2012-04-29 | PR12688: ParseCXXClassMemberDeclaration's sometimes-null ThisDecl takes another | Richard Smith |
2012-04-24 | Don't try to delay parsing the exception specification for a data member of a | Richard Smith |
2012-04-24 | PR12629: Cope with parenthesized function types when attaching a delayed | Richard Smith |
2012-04-16 | Implement the last part of C++ [class.mem]p2, delaying the parsing of | Douglas Gregor |
2012-04-05 | Improve diagnostics for invalid use of non-static members / this: | Richard Smith |
2012-02-26 | Don't assert when trying to diagnose why a class with a constructor template is | Richard Smith |
2012-02-16 | Make sure we still reject static data members in anonymous unions in C++11. | Richard Smith |
2012-02-16 | C++11 allows unions to have static data members. Remove the corresponding | Richard Smith |
2012-02-13 | Deal with a horrible C++11 special case. If a non-literal type has a constexpr | Richard Smith |
2012-02-13 | Update constexpr implementation to match CWG's chosen approach for core issues | Richard Smith |
2012-02-10 | PR11684, core issue 1417: | Richard Smith |
2012-02-09 | Remove the "unsupported" error for lambda expressions. It's annoying, | Douglas Gregor |
2012-02-09 | Various interrelated cleanups for lambdas: | Douglas Gregor |
2012-02-07 | Misc improvements to the diagnostic when a variable is odr-used in a context ... | Eli Friedman |
2012-01-19 | Further testing for instantiation of out-of-line constexpr static data member | Richard Smith |
2012-01-19 | An instantiation of a constexpr static data member in a class template is | Richard Smith |
2011-12-15 | Modify how the -verify flag works. Currently, the verification string and | Richard Trieu |
2011-11-17 | Include named unions in union member init checking | David Blaikie |
2011-11-07 | constexpr: static data members declared constexpr are required to have an | Richard Smith |
2011-11-07 | When we notice that a member function is defined with "= delete" or "= | Douglas Gregor |
2011-10-25 | Make the -Wc++11-compat warnings ignored by default, so we don't break | Douglas Gregor |
2011-10-18 | In C++11, a class's members are allowed to be nominated as friends. | Richard Smith |
2011-10-13 | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith |
2011-10-12 | Switch diagnostic text from "C++0x" over to "C++11". | Douglas Gregor |
2011-10-10 | Per C++ [class.bit]p2, unnamed bit-fields are not members. Fixes PR10289. | Douglas Gregor |
2011-10-06 | PR11067: A definition of a constexpr static variable doesn't need an initiali... | Richard Smith |
2011-09-30 | Suggest adding 'constexpr' if the GNU extension for in-class initializers for... | Richard Smith |
2011-09-29 | Mark the ExtWarn for in-class initialization of static const float members as... | Richard Smith |
2011-09-29 | constexpr: semantic checking for constexpr variables. | Richard Smith |
2011-09-04 | PR10458: Finesse behaviour of C++0x features when in pre-0x mode. Accept for-... | Richard Smith |
2011-06-12 | Test for C++11 [class]p6 (trivial classes). | Richard Smith |
2011-06-11 | Implement support for C++11 in-class initialization of non-static data members. | Richard Smith |
2011-05-10 | Tweak the diagnostics for the C++0x extensions to friend types to note | Douglas Gregor |
2011-05-04 | Fix a typo in a test. | Richard Trieu |
2011-04-27 | Diagnose attempts to implicitly instantiate a template before it is | John McCall |
2011-04-14 | When creating an implicit member expression through a qualified-id, check tha... | Argyrios Kyrtzidis |
2011-04-12 | This test works now; enable it. | John McCall |
2011-03-25 | Replace the call to ParseOptionalCXX0XClassVirtSpecifierSeq with code to only... | Anders Carlsson |
2011-03-25 | Remove warnings about using override control keywords in inline function defi... | Anders Carlsson |